Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add mention of protocol version 70013 and 70014 #1381
Conversation
laanwj
added
the
Dev Docs
label
Sep 28, 2016
| @@ -68,6 +68,8 @@ As of Bitcoin Core 0.12.0, the most recent protocol version is 70012. | ||
jnewbery
Oct 5, 2016
Contributor
Nit: Change line above to:
As of Bitcoin Core 0.13.0, the most recent protocol version is 70014.
| @@ -68,6 +68,8 @@ As of Bitcoin Core 0.12.0, the most recent protocol version is 70012. | ||
| | 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` to `getdata` message. |
jnewbery
Oct 5, 2016
•
Contributor
Nit: Change
* Added `MSG_CMPCT_BLOCK` to `getdata` message.
to:
• Added `MSG_CMPCT_BLOCK` inventory type to `getdata` message.
(for consistency with other entries)
|
Thanks for the review, will update this soon |
|
Updated for both nits. |
Cobra-Bitcoin
merged commit 774a65a
into
master
Oct 17, 2016
wbnns
deleted the
2016_09_protocol_version_70014 branch
Mar 14, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
laanwj commentedSep 28, 2016
These were first implemented in Bitcoin Core 0.13.0.
Closes #1364.