Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-27 | docs: Add 379 and 387 to bips.md | Ava Chow | |
2024-08-14 | [doc] mention bip94 support | glozow | |
2024-08-07 | [doc] update documentation for new mempoolfullrbf default | glozow | |
2024-06-02 | [doc] update bips.md for 431 | glozow | |
2024-02-19 | doc: document that BIP324 on by default for v27.0 | fanquake | |
2023-10-02 | doc: mention BIP324 support in bips.md | Pieter Wuille | |
2023-05-11 | doc: remove version number from bips.md | fanquake | |
This always just needs "bumping", and the version number is already whichever version of the code you acquired bips.md with. | |||
2022-11-01 | doc: mention BIP86 in doc/bips.md | Sebastian Falbesoner | |
2022-10-03 | doc: bump bips.md up-to-date version to v24.0 | Sebastian Falbesoner | |
This is a trivial follow-up to #26124. | |||
2022-09-19 | docs: Add 371 to bips.md | Andrew Chow | |
2022-02-22 | doc: Mention missing BIP157 in bips.md | laanwj | |
Mention BIP 157, also mention that BIP 158 is active on the P2P network since v0.21. | |||
2022-02-22 | doc: Update bips.md for 23.x | laanwj | |
2021-12-16 | [doc] clarify RBF difference from BIP125 | glozow | |
It can be argued that BIP125#1 signaling is honored because descendants of signaling transactions are replaceable by RBF. Regardless, since there are multiple details in our RBF policy that are not captured in BIP125, point to our doc instead. | |||
2021-11-01 | doc: Add output script descriptors BIPs 380..386 | Hennadii Stepanov | |
2021-05-12 | doc: Update bips.md for 0.21.1 | MarcoFalke | |
2021-03-16 | Use Bech32m encoding for v1+ segwit addresses | Pieter Wuille | |
This also includes updates to the Python test framework implementation, test vectors, and release notes. | |||
2021-02-12 | doc/bips: Add BIPs 43, 44, 49, and 84 | Luke Dashjr | |
2020-10-15 | docs: mention BIPs 340-342 in doc/bips.md | Pieter Wuille | |
2020-10-11 | Mention BIP155 in doc/bips.md | Pieter Wuille | |
2020-09-22 | doc: Document signet BIP | MarcoFalke | |
2020-07-30 | doc: list support for BIP 339 in doc/bips.md | Pieter Wuille | |
2019-11-05 | doc: Update doc/bips.md with recent changes in master | MarcoFalke | |
2019-10-11 | doc: update bips.md with buried BIP9 deployments | MarcoFalke | |
2019-10-09 | Merge #15437: p2p: Remove BIP61 reject messages | Wladimir J. van der Laan | |
fa25f43ac5692082dba3f90456c501eb08f1b75c p2p: Remove BIP61 reject messages (MarcoFalke) Pull request description: Reject messages (BIP 61) appear in the following settings: * Parsing of reject messages (in case `-debug=net` is set, off by default). This has only been used for a single `LogPrint` call for several releases now. Such logging is completely meaningless to us and should thus be removed. * The sending of reject messages (in case `-enablebip61` is set, off by default). This can be used to debug a node that is under our control. Instead of hacking this debugging into the p2p protocol, it could be more easily achieved by parsing the debug log. (Use `-printtoconsole` to have it as stream, or read from the `debug.log` file like our python function `assert_debug_log` in the test framework does) Having to maintain all of this logic and code to accommodate debugging, which can be achieved by other means a lot easier, is a burden. It makes review on net processing changes a lot harder, since the reject message logic has to be carried around without introducing any errors or DOS vectors. ACKs for top commit: jnewbery: utACK fa25f43ac5692082dba3f90456c501eb08f1b75c laanwj: I'm still not 100% convinced that I like getting rid of BIP61 conceptually, but apparently everyone wants it, code review ACK fa25f43ac5692082dba3f90456c501eb08f1b75c. ryanofsky: Code review ACK fa25f43ac5692082dba3f90456c501eb08f1b75c Tree-SHA512: daf55254202925e56be3d6cfb3c1c804e7a82cecb1dd1e5bd7b472bae989fd68ac4f21ec53fc46751353056fd645f7f877bebcb0b40920257991423a3d99e0be | |||
2019-10-02 | doc: Update bips.md for default bech32 addresses in 0.20.0 | MarcoFalke | |
2019-10-02 | p2p: Remove BIP61 reject messages | MarcoFalke | |
2019-10-01 | doc: Bump version in bips.md, mention bumping in release process | Wladimir J. van der Laan | |
2019-09-30 | doc: Add mention of BIP158 indexing since v0.19.0 | Wladimir J. van der Laan | |
2019-09-30 | doc: Add mention of BIP125 used by wallet GUI by default since v0.18.1 | Wladimir J. van der Laan | |
2019-09-30 | doc: Add mention of BIP70 disabling by default in bips.md | Wladimir J. van der Laan | |
2019-07-21 | doc: Update bips 35, 37 and 111 status | MarcoFalke | |
2019-04-06 | Update bips.md for 0.18.0 | Pieter Wuille | |
2018-08-02 | trivial: Fixed typos and cleaned up language | William Robinson | |
2018-07-30 | Add BIP174 to list of implemented BIPs | Pieter Wuille | |
2018-05-13 | doc: Mention disabling BIP61 in bips.md | Wladimir J. van der Laan | |
2018-04-23 | List support for BIP173 in bips.md | Pieter Wuille | |
2018-01-11 | [Doc] Fix link for bip 159 pull request | azuchi | |
2017-12-30 | bips: add bip176 (Bits Denomination) | William Casarin | |
For the implementation in #12035. Note that this only applies to the QT GUI at this time. Signed-off-by: William Casarin <jb55@jb55.com> | |||
2017-12-06 | [Doc] Update bip.md, add support for BIP 159 | Jonas Schnelli | |
2017-02-27 | [doc] Update doc/bips.md for BIP90 implementation | Suhas Daftuar | |
2016-10-17 | Update implemented bips for 0.13.1 | Pieter Wuille | |
2016-10-06 | [Doc] Update bips.md for Segregated Witness | fanquake | |
2016-07-05 | [Doc] Update bips.md for CSV softfork. | fanquake | |
2016-06-19 | Add BIP 152 to implemented BIPs list | Matt Corallo | |
2016-06-14 | Merge #8035: [Wallet] Add simplest BIP32/deterministic key generation ↵ | Wladimir J. van der Laan | |
implementation afcd77e Detect -usehd mismatches when wallet.dat already exists (Jonas Schnelli) 17c0131 [Docs] Add release notes and bip update for Bip32/HD wallets (Jonas Schnelli) c022e5b [Wallet] use constant for bip32 hardened key limit (Jonas Schnelli) f190251 [Wallet] Add simplest BIP32/deterministic key generation implementation (Jonas Schnelli) | |||
2016-06-10 | [Docs] Add release notes and bip update for Bip32/HD wallets | Jonas Schnelli | |
2016-05-30 | [Doc] Update implemented BIPs list | fanquake | |
2016-03-21 | modify release-notes.md and bips.md | Alex Morcos | |
2016-03-18 | Always disconnect old nodes which request filtered connections. | Patrick Strateman | |
2016-01-09 | doc/bips: Document BIP 125 support | Luke Dashjr | |