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

Merged
merged 1 commit into from Oct 17, 2016

Conversation

Projects
None yet
3 participants
Contributor

laanwj commented Sep 28, 2016

These were first implemented in Bitcoin Core 0.13.0.

Closes #1364.

@laanwj 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

jnewbery Oct 5, 2016

Contributor

Nit: Change line above to:

As of Bitcoin Core 0.13.0, the most recent protocol version is 70014.
_includes/devdoc/ref_p2p_networking.md
@@ -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

jnewbery Oct 5, 2016 edited

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)

Contributor

laanwj commented Oct 5, 2016

Thanks for the review, will update this soon

Contributor

laanwj commented Oct 9, 2016

Updated for both nits.

Add mention of protocol version 70013 and 70014
These were first implemented in Bitcoin Core 0.13.0.

Closes #1364.

@Cobra-Bitcoin Cobra-Bitcoin merged commit 774a65a into master Oct 17, 2016

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details

@wbnns 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