aboutsummaryrefslogtreecommitdiff
path: root/doc/bips.md
AgeCommit message (Collapse)Author
2022-11-04doc: mention BIP86 in doc/bips.mdSebastian Falbesoner
Github-Pull: #26443 Rebased-From: 303fb8ff459e67baf97c2ab0b6dd6fa25aff76e3
2022-10-11docs: Add 371 to bips.mdAndrew Chow
GitHub-Pull: #26124 Rebased-From: d3d6a18f711fc4c3841679e7f75e9837848dde13
2022-09-19doc: update version number in bips.md to v24.0fanquake
2022-02-22doc: Mention missing BIP157 in bips.mdlaanwj
Mention BIP 157, also mention that BIP 158 is active on the P2P network since v0.21.
2022-02-22doc: Update bips.md for 23.xlaanwj
2021-12-16[doc] clarify RBF difference from BIP125glozow
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-01doc: Add output script descriptors BIPs 380..386Hennadii Stepanov
2021-05-12doc: Update bips.md for 0.21.1MarcoFalke
2021-03-16Use Bech32m encoding for v1+ segwit addressesPieter Wuille
This also includes updates to the Python test framework implementation, test vectors, and release notes.
2021-02-12doc/bips: Add BIPs 43, 44, 49, and 84Luke Dashjr
2020-10-15docs: mention BIPs 340-342 in doc/bips.mdPieter Wuille
2020-10-11Mention BIP155 in doc/bips.mdPieter Wuille
2020-09-22doc: Document signet BIPMarcoFalke
2020-07-30doc: list support for BIP 339 in doc/bips.mdPieter Wuille
2019-11-05doc: Update doc/bips.md with recent changes in masterMarcoFalke
2019-10-11doc: update bips.md with buried BIP9 deploymentsMarcoFalke
2019-10-09Merge #15437: p2p: Remove BIP61 reject messagesWladimir 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-02doc: Update bips.md for default bech32 addresses in 0.20.0MarcoFalke
2019-10-02p2p: Remove BIP61 reject messagesMarcoFalke
2019-10-01doc: Bump version in bips.md, mention bumping in release processWladimir J. van der Laan
2019-09-30doc: Add mention of BIP158 indexing since v0.19.0Wladimir J. van der Laan
2019-09-30doc: Add mention of BIP125 used by wallet GUI by default since v0.18.1Wladimir J. van der Laan
2019-09-30doc: Add mention of BIP70 disabling by default in bips.mdWladimir J. van der Laan
2019-07-21doc: Update bips 35, 37 and 111 statusMarcoFalke
2019-04-06Update bips.md for 0.18.0Pieter Wuille
2018-08-02trivial: Fixed typos and cleaned up languageWilliam Robinson
2018-07-30Add BIP174 to list of implemented BIPsPieter Wuille
2018-05-13doc: Mention disabling BIP61 in bips.mdWladimir J. van der Laan
2018-04-23List support for BIP173 in bips.mdPieter Wuille
2018-01-11[Doc] Fix link for bip 159 pull requestazuchi
2017-12-30bips: 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 159Jonas Schnelli
2017-02-27[doc] Update doc/bips.md for BIP90 implementationSuhas Daftuar
2016-10-17Update implemented bips for 0.13.1Pieter Wuille
2016-10-06[Doc] Update bips.md for Segregated Witnessfanquake
2016-07-05[Doc] Update bips.md for CSV softfork.fanquake
2016-06-19Add BIP 152 to implemented BIPs listMatt Corallo
2016-06-14Merge #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 walletsJonas Schnelli
2016-05-30[Doc] Update implemented BIPs listfanquake
2016-03-21modify release-notes.md and bips.mdAlex Morcos
2016-03-18Always disconnect old nodes which request filtered connections.Patrick Strateman
2016-01-09doc/bips: Document BIP 125 supportLuke Dashjr
2015-11-29Documentation updates for BIP 130Pieter Wuille
2015-10-26doc: mention BIP65 softfork in bips.mdWladimir J. van der Laan
2015-09-22[trivial] Minor format fixesMarcoFalke
2015-09-08doc: update release-notes and bips.md for BIP111Wladimir J. van der Laan
2015-05-01Bugfix: Grammar fixesCorinne Dashjr
2015-02-16Add list of implemented BIPsPieter Wuille