Open
Conversation
BIP 175: Pay to Contract Protocol
BIP-0175: fixed typo.
is->are in BIP 141
Remove second service bit from NODE_NETWORK_LIMITED/BIP159
Elliptic curve digital signature algorithm
BIP39: elixir mnemonic library reference added
typo 'ECSDA' changed to correct 'ECDSA'
bip-0173: test vectors, HRP, and casing requirements updates
Fix broken links in BIP 13
I'm not affiliated with this implementation but I found it today and it appears to be actively maintained.
rust mnemonic library added
BIP 175 Improvements
Minor grammatical fixes to bip79
The threshold seems to be 288 (2 * 144). https://github.com/jonasschnelli/bitcoin/blob/de74c625833bba8d8171a2d0dd6ede2e9d5da88b/src/validation.h#L207
Update bip79 to require Access-Control-Allow-Origin support
bip-0159: Fix NODE_NETWORK_LIMITED threshold
…le-2 BIP125: rephrase rule 2 for clarity
Update bip-0032.mediawiki
As pointed out by Adam Gibson on the bitcoin-dev mailing list.
Being new to the spec, I had to reread this multiple times to understand it. Ordering the setences according to scope seems to make it easier to grock.
Flipping the sentence order here for simplicity.
In this commit, we add a new test case for a filter built from a block that has a transaction with an OP_RETURN which isn't followed by only push data items. The prior implementation for btcd (which was used to generated these test vectors), had a stricter check which caused it to add extra items to the filter. We also add a case of a block that has a single coinbase transaction, with that transaction having only an OP_RETURN output. As a result, that filter will be "empty", and is signalled by by a single zero (0x00) byte. In order to make building the code that makes the test vectors reproducible, we've added go.mod and go.sum files as well.
In this commit, we clarify how we handle `OP_RETURN` outputs for regular filters. The prior language was a bit ambiguous, so we hope to make it as explicit as possible.
BIP-0158: add test cases for OP_RETURN with op codes, empty filter
BIP-84 - Add Version Bytes Section
fix typos in bip79
[WIP] bip-322: strip out proof-of-funds related stuff and fix several issues
Update bip-0039.mediawiki, fix broken link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gracias por contribuir