Dev Docs: Tweak Revised Protocol Versions Table Style

This commit is contained in:
David A. Harding 2014-11-15 10:41:51 -05:00
parent 0437d7c434
commit ade6d1aca1
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -54,13 +54,13 @@ The table below lists some notable versions of the P2P network protocol,
with the most recent versions listed first. (If you would like to help with the most recent versions listed first. (If you would like to help
document older protocol versions, please [open an issue][docs issue].) document older protocol versions, please [open an issue][docs issue].)
| Version | Implementation | Major Changes | Version | Implementation | Major Changes
|---------|-------------------------------------|-------------- |---------|------------------------------------|--------------
| 70002 | Bitcoin Core 0.9.0 <br>(Mar. 2014) | - Added `reject` message (see [BIP61][]). <br>- Send multiple `inv` messages in response to `mempool` message if necessary. | 70002 | Bitcoin Core 0.9.0 <br>(Mar 2014) | • Send multiple `inv` messages in response to a `mempool` message if necessary <br><br>[BIP61][]: <br>• Added `reject` message
| 70001 | Bitcoin Core 0.8.0 <br>(Feb. 2013) | - Added `filterload` message. <br>- Added `filteradd` message. <br>- Added `filterclear` message. <br>- Added `merkleblock` message; also added relay field to `version` message and `MSG_FILTERED_BLOCK` inventory type to `getdata` message (see [BIP37][]). | 70001 | Bitcoin Core 0.8.0 <br>(Feb 2013) | [BIP37][]: <br>• Added `filterload` message. <br>• Added `filteradd` message. <br>• Added `filterclear` message. <br>• Added `merkleblock` message. <br>• Added relay field to `version` message <br>• Added `MSG_FILTERED_BLOCK` inventory type to `getdata` message.
| 60002 | Bitcoin Core 0.7.0 <br>(Sep. 2012) | - Added `mempool` message. <br>- Extended `getdata` message to allow download of memory pool transactions (see [BIP35][]). | 60002 | Bitcoin Core 0.7.0 <br>(Sep 2012) | [BIP35][]: <br>• Added `mempool` message. <br> Extended `getdata` message to allow download of memory pool transactions
| 60001 | Bitcoin Core 0.6.1 <br>(May. 2012) | - Added `pong` message (see [BIP31][]). | 60001 | Bitcoin Core 0.6.1 <br>(May 2012) | [BIP31][]: <br>• Added `pong` message
| 60000 | Bitcoin Core 0.6.0 <br>(Mar. 2012) | - Separated protocol version from Bitcoin Core version (see [BIP14][]). | 60000 | Bitcoin Core 0.6.0 <br>(Mar 2012) | [BIP14][]: <br> Separated protocol version from Bitcoin Core version
{% endautocrossref %} {% endautocrossref %}