mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Merge pull request #1381 from bitcoin-dot-org/2016_09_protocol_version_70014
Add mention of protocol version 70013 and 70014
This commit is contained in:
commit
774a65a0a5
2 changed files with 5 additions and 1 deletions
|
@ -64,10 +64,12 @@ 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.12.0, the most recent protocol version is 70012.
|
||||
As of Bitcoin Core 0.13.0, the most recent protocol version is 70014.
|
||||
|
||||
| Version | Initial Release | Major Changes
|
||||
|---------|------------------------------------|--------------
|
||||
| 70014 | Bitcoin Core 0.13.0 <br> | [BIP152][]: <br>• Added `sendcmpct`, `cmpctblock`, `getblocktxn`, `blocktxn` messages <br> * Added `MSG_CMPCT_BLOCK` inventory type to `getdata` message.
|
||||
| 70013 | Bitcoin Core 0.13.0 <br> | [BIP133][]: <br>• Added `feefilter` message
|
||||
| 70012 | Bitcoin Core 0.12.0 <br> | [BIP130][]: <br>• Added `sendheaders` message
|
||||
| 70002 | Bitcoin Core 0.9.0 <br>(Mar 2014) | • Send multiple `inv` messages in response to a `mempool` message if necessary <br><br>[BIP61][]: <br>• Added `reject` message
|
||||
| 70001 | Bitcoin Core 0.8.0 <br>(Feb 2013) | • Added `notfound` message. <br><br>[BIP37][]: <br>• Added `filterload` message. <br>• Added `filteradd` message. <br>• Added `filterclear` message. <br>• Added `merkleblock` message. <br>• Added relay field to `version` message <br>• Added `MSG_FILTERED_BLOCK` inventory type to `getdata` message.
|
||||
|
|
|
@ -289,6 +289,8 @@ http://opensource.org/licenses/MIT.
|
|||
[BIP71]: https://github.com/bitcoin/bips/blob/master/bip-0071.mediawiki
|
||||
[BIP72]: https://github.com/bitcoin/bips/blob/master/bip-0072.mediawiki
|
||||
[BIP130]: https://github.com/bitcoin/bips/blob/master/bip-0130.mediawiki
|
||||
[BIP133]: https://github.com/bitcoin/bips/blob/master/bip-0133.mediawiki
|
||||
[BIP152]: https://github.com/bitcoin/bips/blob/master/bip-0152.mediawiki
|
||||
[CVE-2012-2459]: https://en.bitcoin.it/wiki/CVEs#CVE-2012-2459
|
||||
[RFC5737]: http://tools.ietf.org/html/rfc5737
|
||||
[secp256k1]: http://www.secg.org/sec2-v2.pdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue