Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-03 | Add back a few lost improvements | Pieter Wuille | |
2021-02-03 | Merge remote-tracking branch 'origin-pull/1048/head' | Luke Dashjr | |
2021-02-03 | Merge pull request #1056 from sipa/bip-bech32m | Luke Dashjr | |
Add BIP 350 (bech32m) | |||
2021-02-03 | Merge branch 'master' of github.com:bitcoin/bips | Luke Dashjr | |
2021-02-03 | Merge remote-tracking branch 'origin-pull/1058/head' | Luke Dashjr | |
2021-02-03 | Merge pull request #988 from dr-orlovsky/patch-1 | Luke Dashjr | |
BIP 174: require creator to initialize empty output fields | |||
2021-02-03 | BIP 174: Revert title change to fit length limit | Luke Dashjr | |
This partially reverts c0991047e25a35d1ddf241f304a079e9893eed69. | |||
2021-02-03 | Merge pull request #1054 from darosior/bip141_multisig_sigops | Luke Dashjr | |
bip-0141: clarify the sigop count calculation for CHECKMULTISIG | |||
2021-02-03 | Merge pull request #1055 from achow101/reorganize-psbt | Luke Dashjr | |
BIP 174: Reformat, reorganize, and mark final | |||
2021-02-03 | Merge remote-tracking branch 'origin-pull/1040/head' | Luke Dashjr | |
2021-02-03 | Merge pull request #1047 from prusnak/bip39-wordlist-warning | Luke Dashjr | |
bip39: discourage from using localized wordlists | |||
2021-02-03 | Merge pull request #1046 from luke-jr/readme_link_bip2 | Luke Dashjr | |
README: Link BIP 2 for submissions | |||
2021-02-03 | Merge pull request #1035 from multisignature/patch-1 | Luke Dashjr | |
Update bip-0079.mediawiki | |||
2021-02-03 | Merge pull request #1026 from rikitau/bip85-fix-typo | Luke Dashjr | |
BIP-0085: fix typo | |||
2021-02-03 | Merge pull request #1042 from OrfeasLitos/clarify-nonce | Luke Dashjr | |
Mention that public nonce is ''R'' and private nonce is ''s'' | |||
2021-02-03 | Merge pull request #1028 from kallewoof/202010-signmsg2 | Luke Dashjr | |
BIP-322: minor clarification | |||
2021-02-03 | Merge pull request #1018 from hoganri/patch-2 | Luke Dashjr | |
BIP 0085: Add link to JavaScript library implementation | |||
2021-02-02 | Merge pull request #1021 from ajtowns/202010-bip8-mustsignal-to-threshold | Luke Dashjr | |
BIP8: allow some MUST_SIGNAL blocks to not signal | |||
2021-02-02 | Merge pull request #1020 from ajtowns/202010-bip8-lockedin-rec | Luke Dashjr | |
BIP8: Make signalling during LOCKED_IN recommended rather than mandatory | |||
2021-01-31 | reject BIP175 | omar shibli | |
2021-01-29 | Update bip-0350.mediawiki | Pieter Wuille | |
Co-authored-by: andrewtoth <andrewstoth@gmail.com> | |||
2021-01-29 | Update bip-0350.mediawiki | Pieter Wuille | |
Co-authored-by: andrewtoth <andrewstoth@gmail.com> | |||
2021-01-29 | Update bip-0350.mediawiki | Pieter Wuille | |
Co-authored-by: andrewtoth <andrewstoth@gmail.com> | |||
2021-01-29 | Add BIP 350 (bech32m) | Pieter Wuille | |
2021-01-26 | Add link to implementation | Suhas Daftuar | |
Also change the phrasing to more clearly indicate when block-relay-only peering was deployed. | |||
2021-01-25 | Combine Appendix with field listing tables | Andrew Chow | |
2021-01-25 | Mark BIP 174 as final | Andrew Chow | |
2021-01-15 | Include PSBT versions that can or must include field | Andrew Chow | |
2021-01-15 | Specify procedure for new fields and versions | Andrew Chow | |
2021-01-15 | Explicitly specify PSBTv0 | Andrew Chow | |
2021-01-14 | Reformat BIP 174 | Andrew Chow | |
2021-01-13 | BIP 174: clarify format of proprietary extensions. | Rusty Russell | |
"Variable length string identifier" is not defined anywhere, and the suggestion to use "0x00" is also deeply unclear. I assumed it meant a nul-terminated string! Be explicit: you mean it must be a compact siz1\e unsigned int length, followed by that many identifier bytes, followed by a compact size unsigned int subtype, followed by optional keydata. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||
2021-01-11 | bip-0141: clarify the sigop count calculation for CHECKMULTISIG | Antoine Poinsot | |
Since the sigOpCount calculation was copied from P2SH, and P2SH restricts the use of CHECKMULTISIG with pushed integers the reference implementation would not take into account the number of public keys for 17 to 20 keys (not representable with an OP_N) even for P2WSH. Therefore it fallbacks to accounting for 20 sigops in this case, which this sentence seemed to mismatch with. Btcd and Libbitcoin use the same calculation as in Bitcoin Core. Signed-off-by: Antoine Poinsot <darosior@protonmail.com> | |||
2021-01-06 | p2p: Add disabletx message | Suhas Daftuar | |
This message, valid between version/verack for peers with version >= 70017, would allow establishing at the time of connection that no transactions will be announced/requested between those peers. | |||
2020-12-23 | bip-0322: remove the 'to_spend' transaction from serialization | Andrew Poelstra | |
2020-12-23 | bip-0322: overhaul/rewrite verification rules | Andrew Poelstra | |
2020-12-23 | bip-0322: move "legacy" section up, separate "proof of funds", summarize the ↵ | Andrew Poelstra | |
signature types | |||
2020-12-23 | bip-0322: replace motivation, add myself to the "thanks to" list | Andrew Poelstra | |
2020-12-22 | bip39: discourage from using localized wordlists | Pavol Rusnak | |
2020-12-20 | Merge pull request #998 from sabotag3x/master | Luke Dashjr | |
Add Portuguese wordlist to BIP39 | |||
2020-12-18 | README: Link BIP 2 for submissions | Luke Dashjr | |
2020-12-17 | Add a link of another Rust implmentation of BIP-0039 | koushiro | |
Signed-off-by: koushiro <koushiro.cqx@gmail.com> | |||
2020-12-09 | Merge #1043: BIP155: change when sendaddrv2 is to be sent | Wladimir J. van der Laan | |
e549ed36e8bbb0d15b1bd245cc5bb2c5664d5aa2 BIP155: change when sendaddrv2 is to be sent (Vasil Dimov) Pull request description: Mandate to send `sendaddrv2` to the peer before sending our `verack` to them. This way we know that the peer does not support `addrv2` if we did not receive `sendaddrv2` from them before receiving their `verack`. ACKs for top commit: MarcoFalke: ACK e549ed36e8bbb0d15b1bd245cc5bb2c5664d5aa2 harding: ACK e549ed36e8bbb0d15b1bd245cc5bb2c5664d5aa2 jnewbery: ACK e549ed36e8bbb0d15b1bd245cc5bb2c5664d5aa2 laanwj: re-ACK e549ed36e8bbb0d15b1bd245cc5bb2c5664d5aa2 jonatack: ACK e549ed3 hebasto: ACK e549ed36e8bbb0d15b1bd245cc5bb2c5664d5aa2, I believe that the establishing of connection invariants in a such manner--in response to the `version` and prior to sending the `verack`--is the right way both for new `addrv2` message and for other future features. Tree-SHA512: ec8c40a7f857cc8b7df10812cb34d526299b6908b06049dfea24e25d830fc2d01bf4c052e9e4cd575ce4a1b93032cbe27323a390fe7fb90803a5975dd363d150 | |||
2020-12-08 | BIP155: change when sendaddrv2 is to be sent | Vasil Dimov | |
Mandate to send `sendaddrv2` to the peer before sending our `verack` to them. This way we know that the peer does not support `addrv2` if we did not receive `sendaddrv2` from them before receiving their `verack`. | |||
2020-11-30 | Remove the term "secret nonce", only refer to s | Orfeas Litos | |
2020-11-30 | Say that public nonce is R and private nonce is s | Orfeas Litos | |
2020-11-19 | Add BIP85-DRNG and other key derivations | Ethan Kosakovsky | |
2020-11-18 | BIP34 specifies it requires minimal encoding. | Greg-Griffith | |
Non minimal encodings are rejected by the bitcoin-core client because it only checks against a specific encoding | |||
2020-11-16 | fixed input test case description as per output test case description | Ferdinando M. Ametrano | |
2020-11-15 | fixed typos | fametrano | |