diff --git a/_autocrossref.yaml b/_autocrossref.yaml index 10f5fe2c..de4971ee 100644 --- a/_autocrossref.yaml +++ b/_autocrossref.yaml @@ -431,4 +431,5 @@ Bitcoin Core 0.13.1: Bitcoin Core 0.13.2: Bitcoin Core 0.14.0: Bitcoin Core 0.14.1: +Bitcoin Core 0.14.2: Bitcoin Core master: diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 38d6ce99..ce973d19 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -63,14 +63,15 @@ with the most recent versions listed first. (If you know of a protocol version that implemented a major change but which is not listed here, please [open an issue][docs issue].) -As of Bitcoin Core 0.14.1, the most recent protocol version is 70015. +As of Bitcoin Core 0.14.2, the most recent protocol version is 70015. | Version | Initial Release | Major Changes |---------|------------------------------------|-------------- -| 70015 | Bitcoin Core 0.13.2
| • New banning behavior for invalid compact blocks [#9026](https://github.com/bitcoin/bitcoin/pull/9026) in v0.14.0, Backported to v0.13.2 in [#9048](https://github.com/bitcoin/bitcoin/pull/9048). -| 70014 | Bitcoin Core 0.13.0
| [BIP152][]:
• Added `sendcmpct`, `cmpctblock`, `getblocktxn`, `blocktxn` messages
• Added `MSG_CMPCT_BLOCK` inventory type to `getdata` message. -| 70013 | Bitcoin Core 0.13.0
| [BIP133][]:
• Added `feefilter` message.
• Removed `alert` message system. See [Alert System Retirement](https://bitcoin.org/en/alert/2016-11-01-alert-retirement) -| 70012 | Bitcoin Core 0.12.0
| [BIP130][]:
• Added `sendheaders` message. +| 70015 | Bitcoin Core 0.13.2
(Jan 2017) | • New banning behavior for invalid compact blocks [#9026](https://github.com/bitcoin/bitcoin/pull/9026) in v0.14.0, Backported to v0.13.2 in [#9048](https://github.com/bitcoin/bitcoin/pull/9048). +| 70014 | Bitcoin Core 0.13.0
(Aug 2016) | [BIP152][]:
• Added `sendcmpct`, `cmpctblock`, `getblocktxn`, `blocktxn` messages
• Added `MSG_CMPCT_BLOCK` inventory type to `getdata` message. +| 70013 | Bitcoin Core 0.13.0
(Aug 2016) | [BIP133][]:
• Added `feefilter` message.
• Removed `alert` message system. See [Alert System Retirement](https://bitcoin.org/en/alert/2016-11-01-alert-retirement) +| 70012 | Bitcoin Core 0.12.0
(Feb 2016) | [BIP130][]:
• Added `sendheaders` message. +| 70011 | Bitcoin Core 0.12.0
(Feb 2016) | [BIP111][]:
• `filter*` messages are disabled without NODE_BLOOM after and including this version. | 70002 | Bitcoin Core 0.9.0
(Mar 2014) | • Send multiple `inv` messages in response to a `mempool` message if necessary

[BIP61][]:
• Added `reject` message | 70001 | Bitcoin Core 0.8.0
(Feb 2013) | • Added `notfound` message.

[BIP37][]:
• Added `filterload` message.
• Added `filteradd` message.
• Added `filterclear` message.
• Added `merkleblock` message.
• Added relay field to `version` message
• Added `MSG_FILTERED_BLOCK` inventory type to `getdata` message. | 60002 | Bitcoin Core 0.7.0
(Sep 2012) | [BIP35][]:
• Added `mempool` message.
• Extended `getdata` message to allow download of memory pool transactions diff --git a/_includes/references.md b/_includes/references.md index 010251e1..c1cb9d04 100644 --- a/_includes/references.md +++ b/_includes/references.md @@ -255,6 +255,7 @@ http://opensource.org/licenses/MIT. [Bitcoin Core 0.13.2]: /en/release/v0.13.2 [Bitcoin Core 0.14.0]: /en/release/v0.14.0 [Bitcoin Core 0.14.1]: /en/release/v0.14.1 +[Bitcoin Core 0.14.2]: /en/release/v0.14.2 [bitcoin URI subsection]: /en/developer-guide#bitcoin-uri [bitcoind initial setup]: /en/developer-examples [bitcoinpdf]: https://bitcoin.org/en/bitcoin-paper