Merge branch '20160201_status_updates_a2f'

This commit is contained in:
Luke Dashjr 2016-02-12 07:17:43 +00:00
commit ab90b5289f
12 changed files with 33 additions and 33 deletions

@ -36,12 +36,12 @@ Those proposing changes should consider that ultimately consent may rest with th
| Alan Reiner
| Informational
| Withdrawn
|- style="background-color: #ffffcf"
|- style="background-color: #cfffcf"
| [[bip-0011.mediawiki|11]]
| M-of-N Standard Transactions
| Gavin Andresen
| Standard
| Accepted
| Final
|- style="background-color: #ffcfcf"
| [[bip-0012.mediawiki|12]]
| OP_EVAL
@ -54,12 +54,12 @@ Those proposing changes should consider that ultimately consent may rest with th
| Gavin Andresen
| Standard
| Final
|- style="background-color: #ffffcf"
|- style="background-color: #cfffcf"
| [[bip-0014.mediawiki|14]]
| Protocol Version and User Agent
| Amir Taaki, Patrick Strateman
| Standard
| Accepted
| Final
|-
| [[bip-0015.mediawiki|15]]
| Aliases
@ -96,72 +96,72 @@ Those proposing changes should consider that ultimately consent may rest with th
| Luke Dashjr
| Standard
| Replaced
|- style="background-color: #ffffcf"
|- style="background-color: #cfffcf"
| [[bip-0021.mediawiki|21]]
| URI Scheme
| Nils Schneider, Matt Corallo
| Standard
| Accepted
|- style="background-color: #ffffcf"
| Final
|- style="background-color: #cfffcf"
| [[bip-0022.mediawiki|22]]
| getblocktemplate - Fundamentals
| Luke Dashjr
| Standard
| Accepted
|- style="background-color: #ffffcf"
| Final
|- style="background-color: #cfffcf"
| [[bip-0023.mediawiki|23]]
| getblocktemplate - Pooled Mining
| Luke Dashjr
| Standard
| Accepted
| Final
|- style="background-color: #cfffcf"
| [[bip-0030.mediawiki|30]]
| Duplicate transactions
| Pieter Wuille
| Standard
| Final
|- style="background-color: #ffffcf"
|- style="background-color: #cfffcf"
| [[bip-0031.mediawiki|31]]
| Pong message
| Mike Hearn
| Standard
| Accepted
|- style="background-color: #ffffcf"
| Final
|- style="background-color: #cfffcf"
| [[bip-0032.mediawiki|32]]
| Hierarchical Deterministic Wallets
| Pieter Wuille
| Informational
| Accepted
| Final
|-
| [[bip-0033.mediawiki|33]]
| Stratized Nodes
| Amir Taaki
| Standard
| Draft
|- style="background-color: #ffffcf"
|- style="background-color: #cfffcf"
| [[bip-0034.mediawiki|34]]
| Block v2, Height in Coinbase
| Gavin Andresen
| Standard
| Accepted
|- style="background-color: #ffffcf"
| Final
|- style="background-color: #cfffcf"
| [[bip-0035.mediawiki|35]]
| mempool message
| Jeff Garzik
| Standard
| Accepted
| Final
|-
| [[bip-0036.mediawiki|36]]
| Custom Services
| Stefan Thomas
| Standard
| Draft
|- style="background-color: #ffffcf"
|- style="background-color: #cfffcf"
| [[bip-0037.mediawiki|37]]
| Connection Bloom filtering
| Mike Hearn, Matt Corallo
| Standard
| Accepted
| Final
|-
| [[bip-0038.mediawiki|38]]
| Passphrase-protected private key
@ -253,12 +253,12 @@ Those proposing changes should consider that ultimately consent may rest with th
| Mike Hearn
| Standard
| Draft
|- style="background-color: #ffffcf"
|- style="background-color: #cfffcf"
| [[bip-0065.mediawiki|65]]
| OP_CHECKLOCKTIMEVERIFY
| Peter Todd
| Standard
| Accepted
| Final
|- style="background-color: #cfffcf"
| [[bip-0066.mediawiki|66]]
| Strict DER signatures

@ -2,7 +2,7 @@
BIP: 11
Title: M-of-N Standard Transactions
Author: Gavin Andresen <gavinandresen@gmail.com>
Status: Accepted
Status: Final
Type: Standards Track
Created: 2011-10-18
Post-History: 2011-10-02

@ -3,7 +3,7 @@
Title: Protocol Version and User Agent
Author: Amir Taaki <genjix@riseup.net>
Patrick Strateman <bitcoin-bips@covertinferno.org>
Status: Accepted
Status: Final
Type: Standards Track
Created: 2011-11-10
Post-History: 2011-11-02

@ -3,7 +3,7 @@
Title: URI Scheme
Author: Nils Schneider <nils.schneider@gmail.com>
Matt Corallo <bip21@bluematt.me>
Status: Accepted
Status: Final
Type: Standards Track
Created: 2012-01-29
</pre>

@ -2,7 +2,7 @@
BIP: 22
Title: getblocktemplate - Fundamentals
Author: Luke Dashjr <luke+bip22@dashjr.org>
Status: Accepted
Status: Final
Type: Standards Track
Created: 2012-02-28
</pre>

@ -2,7 +2,7 @@
BIP: 23
Title: getblocktemplate - Pooled Mining
Author: Luke Dashjr <luke+bip22@dashjr.org>
Status: Accepted
Status: Final
Type: Standards Track
Created: 2012-02-28
</pre>

@ -2,7 +2,7 @@
BIP: 31
Title: Pong message
Author: Mike Hearn <hearn@google.com>
Status: Accepted
Status: Final
Type: Standards Track
Created: 2012-04-11
</pre>

@ -8,7 +8,7 @@ RECENT CHANGES:
BIP: 32
Title: Hierarchical Deterministic Wallets
Author: Pieter Wuille <pieter.wuille@gmail.com>
Status: Accepted
Status: Final
Type: Informational
Created: 2012-02-11
</pre>

@ -2,7 +2,7 @@
BIP: 34
Title: Block v2, Height in Coinbase
Author: Gavin Andresen <gavinandresen@gmail.com>
Status: Accepted
Status: Final
Type: Standards Track
Created: 2012-07-06
</pre>

@ -2,7 +2,7 @@
BIP: 35
Title: mempool message
Author: Jeff Garzik <jgarzik@exmulti.com>
Status: Accepted
Status: Final
Type: Standards Track
Created: 2012-08-16
</pre>

@ -3,7 +3,7 @@
Title: Connection Bloom filtering
Author: Mike Hearn <hearn@google.com>
Matt Corallo <bip@bluematt.me>
Status: Accepted
Status: Final
Type: Standards Track
Created: 2012-10-24
</pre>

@ -2,7 +2,7 @@
BIP: 65
Title: OP_CHECKLOCKTIMEVERIFY
Author: Peter Todd <pete@petertodd.org>
Status: Accepted
Status: Final
Type: Standards Track
Created: 2014-10-01
</pre>