Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated procotol versions with version 70016 #285

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion reference/p2p_networking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ Protocol Versions

The table below lists some notable versions of the P2P `network <../devguide/p2p_network.html>`__ protocol, 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 <https://github.com/bitcoin-dot-org/bitcoin.org/issues>`__.)

As of Bitcoin Core 0.18.0, the most recent protocol version is 70015.
As of Bitcoin Core v28.1, the most recent protocol version is 70016.

+---------+--------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Version | Initial Release | Major Changes |
+=========+============================================================================================================================================+===================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
| 70016 | `Bitcoin Core 0.21.0 <https://bitcoin.org/en/release/v0.21.0>`__ (Jan 2021) | • Add p2p message "wtxidrelay" `#18044 <https://github.com/bitcoin/bitcoin/pull/18044>`__. When sent to and received from a given peer, enables using wtxid's for announcing and fetching transactions with that peer. |
+---------+--------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 70015 | `Bitcoin Core 0.13.2 <https://bitcoin.org/en/release/v0.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 <https://bitcoin.org/en/release/v0.13.0>`__ (Aug 2016) | `BIP152 <https://github.com/bitcoin/bips/blob/master/bip-0152.mediawiki>`__: • Added ``sendcmpct``, ``cmpctblock``, ``getblocktxn``, `“blocktxn” messages <../reference/p2p_networking.html#blocktxn>`__ • Added :ref:`“MSG_CMPCT_BLOCK” <term-msg_cmpct_block>` inventory type to `“getdata” message <../reference/p2p_networking.html#getdata>`__. |
Expand Down