PastaPastaPasta

Results 12 issues of PastaPastaPasta

I'm trying to use git deps to optimize the backported work that I'm doing, and due to the massive size of the repo, if I don't exclude things that have...

enhancement
question

I have followed the build documentation in README.md ``` mkdir build cd build cmake ../ cmake --build . -- -j 6 -Wdev ``` However, I am getting the following linker...

I'm attempting to utilize this action, while minimizing the scope of it's permissions. Currently the action file has ``` permissions: contents: read pull-requests: write issues: read # Enforce other not...

Howdy, I checked out this repo and found a few relatively trivial issues in README. As such, I've resolved them, the most "important" is probably the first commit, as the...

README.md tells us > Install core. You can use the docker image (dashcore:evo) or clone code from the repository, switch to the evo branch, and build it by yourself. Note:...

bug

- Constructors of uint256 to utilize Span instead of requiring a std::vector - converts m_data into a std::array - Prefers using `WIDTH` instead of `sizeof(m_data)` - make all the things...

Refactoring

PayJoin (also called pay-to-end-point or P2EP) is a special type of CoinJoin between two parties where one party pays the other. This coinjoin type has different (probably better) privacy properties....

Feature

A part of https://github.com/bitcoin/bitcoin/pull/23810

BEP 53 support has been in webtorrent/webtorrent since https://github.com/webtorrent/webtorrent/pull/1396 BEP 53 instructs a client to ONLY download certain file indexes, so specifying so=0 will result in only downloading the first...

I tried to check this out and build; however it didn't appear to work ``` > $ make [±main ✓] docker run --rm -v "/Users/pasta/workspace/i-probably-didnt-backdoor-this:/app" -w /app -u "501:20" \...