From bfa2e037fa5ea3a004bf4b552f58f6b642a89f8f Mon Sep 17 00:00:00 2001 From: Henrique Pinheiro <1756077+hensou@users.noreply.github.com> Date: Sun, 19 Jan 2025 02:33:39 +0000 Subject: [PATCH] Updated procotol versions with version 70016 --- reference/p2p_networking.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/p2p_networking.rst b/reference/p2p_networking.rst index 488ba3a..2eb3788 100644 --- a/reference/p2p_networking.rst +++ b/reference/p2p_networking.rst @@ -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 `__.) -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 `__ (Jan 2021) | • Add p2p message "wtxidrelay" `#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 `__ (Jan 2017) | • New banning behavior for invalid compact blocks `#9026 `__ in v0.14.0, Backported to v0.13.2 in `#9048 `__. | +---------+--------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 70014 | `Bitcoin Core 0.13.0 `__ (Aug 2016) | `BIP152 `__: • Added ``sendcmpct``, ``cmpctblock``, ``getblocktxn``, `“blocktxn” messages <../reference/p2p_networking.html#blocktxn>`__ • Added :ref:`“MSG_CMPCT_BLOCK” ` inventory type to `“getdata” message <../reference/p2p_networking.html#getdata>`__. |