Compare commits

...

3 Commits

Author SHA1 Message Date
Luke Dashjr
0bba14f2ae Bugfix: README.mediawiki colours 2016-02-24 05:30:57 +00:00
Luke Dashjr
50aa85ee73 Merge branch 'master' into 20160201_status_updates_d2f 2016-02-24 05:30:41 +00:00
Luke Dashjr
4ca705ac04 Promote Draft->Final BIPs: 50, 60, 64, 66, and 73
BIP 50: Proposed action items, including the hardfork, are completed.

BIP 60: BIP 37 was apparently not clear on whether the new "relay transactions" flag was mandatory or optional. BIP 60 sought to explicitly make it mandatory. In parallel, Jeff Garzik interpreted BIP 37's field as mandatory in https://github.com/bitcoin/bitcoin/issues/2534 and Pieter Wuille implemented the changes required for that (and BIP 60) in https://github.com/bitcoin/bitcoin/pull/2763 . Numerous forks of Bitcoin Core since then have also picked up this change.

BIP 64: The getutxo message was implemented for use between (pre-contentious hardforks) Bitcoin XT and Lighthouse. Both of these are unmaintained now, but this does not seem relevant.

BIP 66: Softfork accepted by a supermajority of miners.

BIP 73: Implemented by at least Bitcoin Core and BitPay.
2016-02-01 21:17:02 +00:00
3 changed files with 6 additions and 6 deletions

View File

@ -223,12 +223,12 @@ Those proposing changes should consider that ultimately consent may rest with th
| Informational
| Final
<!-- 50 series reserved for a group of post-mortems -->
|-
|- style="background-color: #cfffcf"
| [[bip-0060.mediawiki|60]]
| Fixed Length "version" Message (Relay-Transactions Field)
| Amir Taaki
| Standard
| Draft
| Final
|- style="background-color: #cfffcf"
| [[bip-0061.mediawiki|61]]
| Reject P2P message
@ -247,12 +247,12 @@ Those proposing changes should consider that ultimately consent may rest with th
| Peter Todd
| Standard
| BIP number allocated
|-
|- style="background-color: #cfffcf"
| [[bip-0064.mediawiki|64]]
| getutxo message
| Mike Hearn
| Standard
| Draft
| Final
|- style="background-color: #cfffcf"
| [[bip-0065.mediawiki|65]]
| OP_CHECKLOCKTIMEVERIFY

View File

@ -2,7 +2,7 @@
BIP: 60
Title: Fixed Length "version" Message (Relay-Transactions Field)
Author: Amir Taaki <genjix@riseup.net>
Status: Draft
Status: Final
Type: Standards Track
Created: 2013-06-16
</pre>

View File

@ -2,7 +2,7 @@
BIP: 64
Title: getutxo message
Author: Mike Hearn <hearn@vinumeris.com>
Status: Draft
Status: Final
Type: Standards Track
Created: 2014-06-10
</pre>