From 0437d7c434b93c9f9a1c317d17ad01f160e085fb Mon Sep 17 00:00:00 2001 From: Saivann Date: Fri, 14 Nov 2014 20:01:33 -0500 Subject: [PATCH] Format "protocol versions" table content to improve readability --- _includes/ref_p2p_networking.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/ref_p2p_networking.md b/_includes/ref_p2p_networking.md index 006ba3a0..5f264691 100644 --- a/_includes/ref_p2p_networking.md +++ b/_includes/ref_p2p_networking.md @@ -56,11 +56,11 @@ document older protocol versions, please [open an issue][docs issue].) | Version | Implementation | Major Changes |---------|-------------------------------------|-------------- -| 70002 | Bitcoin Core 0.9.0 (March 2014) | Added `reject` message (see [BIP61][]). Send multiple `inv` messages in response to `mempool` message if necessary. -| 70001 | Bitcoin Core 0.8.0 (February 2013) | Added `filterload` message, `filteradd` message, `filterclear` message, and `merkleblock` message; also added relay field to `version` message and `MSG_FILTERED_BLOCK` inventory type to `getdata` message (see [BIP37][]). -| 60002 | Bitcoin Core 0.7.0 (September 2012) | Added `mempool` message and extended `getdata` message to allow download of memory pool transactions (see [BIP35][]). -| 60001 | Bitcoin Core 0.6.1 (May 2012) | Added `pong` message (see [BIP31][]). -| 60000 | Bitcoin Core 0.6.0 (March 2012) | Separated protocol version from Bitcoin Core version (see [BIP14][]). +| 70002 | Bitcoin Core 0.9.0
(Mar. 2014) | - Added `reject` message (see [BIP61][]).
- Send multiple `inv` messages in response to `mempool` message if necessary. +| 70001 | Bitcoin Core 0.8.0
(Feb. 2013) | - Added `filterload` message.
- Added `filteradd` message.
- Added `filterclear` message.
- Added `merkleblock` message; also added relay field to `version` message and `MSG_FILTERED_BLOCK` inventory type to `getdata` message (see [BIP37][]). +| 60002 | Bitcoin Core 0.7.0
(Sep. 2012) | - Added `mempool` message.
- Extended `getdata` message to allow download of memory pool transactions (see [BIP35][]). +| 60001 | Bitcoin Core 0.6.1
(May. 2012) | - Added `pong` message (see [BIP31][]). +| 60000 | Bitcoin Core 0.6.0
(Mar. 2012) | - Separated protocol version from Bitcoin Core version (see [BIP14][]). {% endautocrossref %}