Skip to content

Commit ab90b52

Browse files
committed
Merge branch '20160201_status_updates_a2f'
2 parents 42777fe + f31f7d4 commit ab90b52

12 files changed

+33
-33
lines changed

README.mediawiki

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ Those proposing changes should consider that ultimately consent may rest with th
3636
| Alan Reiner
3737
| Informational
3838
| Withdrawn
39-
|- style="background-color: #ffffcf"
39+
|- style="background-color: #cfffcf"
4040
| [[bip-0011.mediawiki|11]]
4141
| M-of-N Standard Transactions
4242
| Gavin Andresen
4343
| Standard
44-
| Accepted
44+
| Final
4545
|- style="background-color: #ffcfcf"
4646
| [[bip-0012.mediawiki|12]]
4747
| OP_EVAL
@@ -54,12 +54,12 @@ Those proposing changes should consider that ultimately consent may rest with th
5454
| Gavin Andresen
5555
| Standard
5656
| Final
57-
|- style="background-color: #ffffcf"
57+
|- style="background-color: #cfffcf"
5858
| [[bip-0014.mediawiki|14]]
5959
| Protocol Version and User Agent
6060
| Amir Taaki, Patrick Strateman
6161
| Standard
62-
| Accepted
62+
| Final
6363
|-
6464
| [[bip-0015.mediawiki|15]]
6565
| Aliases
@@ -96,72 +96,72 @@ Those proposing changes should consider that ultimately consent may rest with th
9696
| Luke Dashjr
9797
| Standard
9898
| Replaced
99-
|- style="background-color: #ffffcf"
99+
|- style="background-color: #cfffcf"
100100
| [[bip-0021.mediawiki|21]]
101101
| URI Scheme
102102
| Nils Schneider, Matt Corallo
103103
| Standard
104-
| Accepted
105-
|- style="background-color: #ffffcf"
104+
| Final
105+
|- style="background-color: #cfffcf"
106106
| [[bip-0022.mediawiki|22]]
107107
| getblocktemplate - Fundamentals
108108
| Luke Dashjr
109109
| Standard
110-
| Accepted
111-
|- style="background-color: #ffffcf"
110+
| Final
111+
|- style="background-color: #cfffcf"
112112
| [[bip-0023.mediawiki|23]]
113113
| getblocktemplate - Pooled Mining
114114
| Luke Dashjr
115115
| Standard
116-
| Accepted
116+
| Final
117117
|- style="background-color: #cfffcf"
118118
| [[bip-0030.mediawiki|30]]
119119
| Duplicate transactions
120120
| Pieter Wuille
121121
| Standard
122122
| Final
123-
|- style="background-color: #ffffcf"
123+
|- style="background-color: #cfffcf"
124124
| [[bip-0031.mediawiki|31]]
125125
| Pong message
126126
| Mike Hearn
127127
| Standard
128-
| Accepted
129-
|- style="background-color: #ffffcf"
128+
| Final
129+
|- style="background-color: #cfffcf"
130130
| [[bip-0032.mediawiki|32]]
131131
| Hierarchical Deterministic Wallets
132132
| Pieter Wuille
133133
| Informational
134-
| Accepted
134+
| Final
135135
|-
136136
| [[bip-0033.mediawiki|33]]
137137
| Stratized Nodes
138138
| Amir Taaki
139139
| Standard
140140
| Draft
141-
|- style="background-color: #ffffcf"
141+
|- style="background-color: #cfffcf"
142142
| [[bip-0034.mediawiki|34]]
143143
| Block v2, Height in Coinbase
144144
| Gavin Andresen
145145
| Standard
146-
| Accepted
147-
|- style="background-color: #ffffcf"
146+
| Final
147+
|- style="background-color: #cfffcf"
148148
| [[bip-0035.mediawiki|35]]
149149
| mempool message
150150
| Jeff Garzik
151151
| Standard
152-
| Accepted
152+
| Final
153153
|-
154154
| [[bip-0036.mediawiki|36]]
155155
| Custom Services
156156
| Stefan Thomas
157157
| Standard
158158
| Draft
159-
|- style="background-color: #ffffcf"
159+
|- style="background-color: #cfffcf"
160160
| [[bip-0037.mediawiki|37]]
161161
| Connection Bloom filtering
162162
| Mike Hearn, Matt Corallo
163163
| Standard
164-
| Accepted
164+
| Final
165165
|-
166166
| [[bip-0038.mediawiki|38]]
167167
| Passphrase-protected private key
@@ -253,12 +253,12 @@ Those proposing changes should consider that ultimately consent may rest with th
253253
| Mike Hearn
254254
| Standard
255255
| Draft
256-
|- style="background-color: #ffffcf"
256+
|- style="background-color: #cfffcf"
257257
| [[bip-0065.mediawiki|65]]
258258
| OP_CHECKLOCKTIMEVERIFY
259259
| Peter Todd
260260
| Standard
261-
| Accepted
261+
| Final
262262
|- style="background-color: #cfffcf"
263263
| [[bip-0066.mediawiki|66]]
264264
| Strict DER signatures

bip-0011.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
BIP: 11
33
Title: M-of-N Standard Transactions
44
Author: Gavin Andresen <[email protected]>
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Created: 2011-10-18
88
Post-History: 2011-10-02

bip-0014.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Title: Protocol Version and User Agent
44
Author: Amir Taaki <[email protected]>
55
Patrick Strateman <[email protected]>
6-
Status: Accepted
6+
Status: Final
77
Type: Standards Track
88
Created: 2011-11-10
99
Post-History: 2011-11-02

bip-0021.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Title: URI Scheme
44
Author: Nils Schneider <[email protected]>
55
Matt Corallo <[email protected]>
6-
Status: Accepted
6+
Status: Final
77
Type: Standards Track
88
Created: 2012-01-29
99
</pre>

bip-0022.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
BIP: 22
33
Title: getblocktemplate - Fundamentals
44
Author: Luke Dashjr <[email protected]>
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Created: 2012-02-28
88
</pre>

bip-0023.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
BIP: 23
33
Title: getblocktemplate - Pooled Mining
44
Author: Luke Dashjr <[email protected]>
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Created: 2012-02-28
88
</pre>

bip-0031.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
BIP: 31
33
Title: Pong message
44
Author: Mike Hearn <[email protected]>
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Created: 2012-04-11
88
</pre>

bip-0032.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RECENT CHANGES:
88
BIP: 32
99
Title: Hierarchical Deterministic Wallets
1010
Author: Pieter Wuille <[email protected]>
11-
Status: Accepted
11+
Status: Final
1212
Type: Informational
1313
Created: 2012-02-11
1414
</pre>

bip-0034.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
BIP: 34
33
Title: Block v2, Height in Coinbase
44
Author: Gavin Andresen <[email protected]>
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Created: 2012-07-06
88
</pre>

bip-0035.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
BIP: 35
33
Title: mempool message
44
Author: Jeff Garzik <[email protected]>
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Created: 2012-08-16
88
</pre>

0 commit comments

Comments
 (0)