diff --git a/history/block-version.md b/history/block-version.md index 6daeb34..0282af4 100644 --- a/history/block-version.md +++ b/history/block-version.md @@ -1,8 +1,9 @@ # Block Version History + | Version Number | Proposed In | Released | Summary | -|--|--|---| +| -------------- | ----------- | -------- | ------- | |||Aug 2017| Bitcoin Cash hard fork.| |4|[BIP-0065](/history/bips)| Nov 2015
Bitcoin Core 0.11.2| Added support for `OP_CHECKLOCKTIMEVERIFY` opcode.| |3|[BIP-0066](/history/bips)|Jul 2015
Bitcoin Core 0.10.0| Added enforcement of DER encoding of all ECDSA signatures in new blocks.| |2|[BIP-0034](/history/bips)|Sep 2012
Bitcoin Core 0.7.0| Added the block height within the block coinbase.| -|1||Jan 2009|The format used in the genesis block.| \ No newline at end of file +|1||Jan 2009|The format used in the genesis block.| diff --git a/history/protocol-version.md b/history/protocol-version.md index 15e5d27..0f0446f 100644 --- a/history/protocol-version.md +++ b/history/protocol-version.md @@ -1,6 +1,7 @@ # Network Protocol Version History + | Version Number | Proposed In | Released | Summary | -|--|--|---| +| -------------- | ----------- | -------- | ------- | |||Aug 2017| Bitcoin Cash hard fork.| |70 015|[BIP-0152](/history/bips)|Jun 2017
Bitcoin Core 0.14.2|Modified banning behaviour for invalid compact blocks.| |70 012| [BIP-0130](/history/bips)|Nov 2016
Bitcoin Core 0.12.0| Added `sendheaders` message.| @@ -14,4 +15,4 @@ |31 402| | Oct 2010
Bitcoin Core 0.3.15| Time field added to `address` messages. | | 311 ||Aug 2010
Bitcoin Core 0.3.11| Added `alert` message.| | 209 | |May 2010
Bitcoin Core 0.2.9 | `address` message may accept a list of network addresses. Added checksum field to message headers.| -| 106 | | Oct 2009
Bitcoin Core 0.1.6 | Added the following fields to the `version` message: `address-from`, `nonce`, `user-agent`, `current block height`. | \ No newline at end of file +| 106 | | Oct 2009
Bitcoin Core 0.1.6 | Added the following fields to the `version` message: `address-from`, `nonce`, `user-agent`, `current block height`. | diff --git a/history/transaction-version.md b/history/transaction-version.md index 44ca84e..78cf20c 100644 --- a/history/transaction-version.md +++ b/history/transaction-version.md @@ -1,6 +1,7 @@ # Transaction Version History + | Version Number | Proposed In | Released | Summary | -|--|--|---| +| -------------- | ----------- | -------- | ------- | |||Aug 2017| Bitcoin Cash hard fork.| |2|[BIP-0068](/history/bips)|May 2016
Bitcoin Core 0.12.1|Added relative lock-time (RLT) consensus-enforced semantics of the transaction input sequence number field.| -|1|||As used in the genesis block.| \ No newline at end of file +|1|||As used in the genesis block.|