Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-11-29 | Documentation updates for BIP 130 | Pieter Wuille | |
2015-10-26 | doc: mention BIP65 softfork in bips.md | Wladimir J. van der Laan | |
2015-09-22 | [trivial] Minor format fixes | MarcoFalke | |
2015-09-08 | doc: update release-notes and bips.md for BIP111 | Wladimir J. van der Laan | |
2015-05-01 | Bugfix: Grammar fixes | Corinne Dashjr | |
2015-02-16 | Add list of implemented BIPs | Pieter Wuille | |