Skip to content

Commit 959fecc

Browse files
committed
Promote BIP 2 Draft->Active, and implement it
- Update all Accepted status to Proposed (renamed status) - The BIP Comments preamble headers added to every BIP - The License preamble headers have been added to all BIPs with a Copyright section
1 parent 72f1891 commit 959fecc

File tree

89 files changed

+293
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+293
-26
lines changed

README.mediawiki

+13-13
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ Those proposing changes should consider that ultimately consent may rest with th
1212
!Owner
1313
!Type
1414
!Status
15-
|- style="background-color: #cfffcf"
15+
|- style="background-color: #ffcfcf"
1616
| [[bip-0001.mediawiki|1]]
1717
| BIP Purpose and Guidelines
1818
| Amir Taaki
1919
| Process
20-
| Active
21-
|-
20+
| Replaced
21+
|- style="background-color: #cfffcf"
2222
| [[bip-0002.mediawiki|2]]
2323
| BIP process, revised
2424
| Luke Dashjr
2525
| Process
26-
| Draft
26+
| Active
2727
|- style="background-color: #cfffcf"
2828
| [[bip-0009.mediawiki|9]]
2929
| Version bits with timeout and delay
@@ -83,7 +83,7 @@ Those proposing changes should consider that ultimately consent may rest with th
8383
| hashScriptCheck
8484
| Luke Dashjr
8585
| Standard
86-
| Accepted
86+
| Proposed
8787
|-
8888
| [[bip-0019.mediawiki|19]]
8989
| M-of-N Standard Transactions (Low SigOp)
@@ -173,7 +173,7 @@ Those proposing changes should consider that ultimately consent may rest with th
173173
| Mnemonic code for generating deterministic keys
174174
| Marek Palatinus, Pavol Rusnak, Aaron Voisine, Sean Bowe
175175
| Standard
176-
| Accepted
176+
| Proposed
177177
|-
178178
| 40
179179
| Stratum wire protocol
@@ -203,13 +203,13 @@ Those proposing changes should consider that ultimately consent may rest with th
203203
| Multi-Account Hierarchy for Deterministic Wallets
204204
| Marek Palatinus, Pavol Rusnak
205205
| Standard
206-
| Accepted
206+
| Proposed
207207
|- style="background-color: #ffffcf"
208208
| [[bip-0045.mediawiki|45]]
209209
| Structure for Deterministic P2SH Multisignature Wallets
210210
| Manuel Araoz, Ryan X. Charles, Matias Alejo Garcia
211211
| Standard
212-
| Accepted
212+
| Proposed
213213
|-
214214
| [[bip-0047.mediawiki|47]]
215215
| Reusable Payment Codes for Hierarchical Deterministic Wallets
@@ -276,7 +276,7 @@ Those proposing changes should consider that ultimately consent may rest with th
276276
| Deterministic Pay-to-script-hash multi-signature addresses through public key sorting
277277
| Thomas Kerin, Jean-Pierre Rupp, Ruben de Vries
278278
| Standard
279-
| Accepted
279+
| Proposed
280280
|- style="background-color: #cfffcf"
281281
| [[bip-0068.mediawiki|68]]
282282
| Relative lock-time using consensus-enforced sequence numbers
@@ -288,7 +288,7 @@ Those proposing changes should consider that ultimately consent may rest with th
288288
| Lexicographical Indexing of Transaction Inputs and Outputs
289289
| Kristov Atlas
290290
| Informational
291-
| Accepted
291+
| Proposed
292292
|- style="background-color: #cfffcf"
293293
| [[bip-0070.mediawiki|70]]
294294
| Payment Protocol
@@ -396,7 +396,7 @@ Those proposing changes should consider that ultimately consent may rest with th
396396
| NODE_BLOOM service bit
397397
| Matt Corallo, Peter Todd
398398
| Standard
399-
| Accepted
399+
| Proposed
400400
|- style="background-color: #cfffcf"
401401
| [[bip-0112.mediawiki|112]]
402402
| CHECKSEQUENCEVERIFY
@@ -450,7 +450,7 @@ Those proposing changes should consider that ultimately consent may rest with th
450450
| Opt-in Full Replace-by-Fee Signaling
451451
| David A. Harding, Peter Todd
452452
| Standard
453-
| Accepted
453+
| Proposed
454454
|-
455455
| [[bip-0126.mediawiki|126]]
456456
| Best Practices for Heterogeneous Input Script Transactions
@@ -462,7 +462,7 @@ Those proposing changes should consider that ultimately consent may rest with th
462462
| sendheaders message
463463
| Suhas Daftuar
464464
| Standard
465-
| Accepted
465+
| Proposed
466466
|-
467467
| [[bip-0131.mediawiki|131]]
468468
| "Coalescing Transaction" Specification (wildcard inputs)

bip-0001.mediawiki

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
BIP: 1
33
Title: BIP Purpose and Guidelines
44
Author: Amir Taaki <[email protected]>
5-
Status: Active
5+
Comments-Summary: No comments yet.
6+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0001
7+
Status: Replaced
68
Type: Process
79
Created: 2011-08-19
10+
Superseded-By: 2
811
</pre>
912

1013
==What is a BIP?==

bip-0002.mediawiki

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
BIP: 2
33
Title: BIP process, revised
44
Author: Luke Dashjr <[email protected]>
5-
Status: Draft
5+
Comments-Summary: No comments yet.
6+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0002
7+
Status: Active
68
Type: Process
79
Created: 2016-02-03
10+
License: BSD-2-Clause
11+
OPL
812
Replaces: 1
913
</pre>
1014

bip-0009.mediawiki

+3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
Peter Todd <[email protected]>
66
Greg Maxwell <[email protected]>
77
Rusty Russell <[email protected]>
8+
Comments-Summary: No comments yet.
9+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0009
810
Status: Final
911
Type: Informational
1012
Created: 2015-10-04
13+
License: PD
1114
</pre>
1215

1316
==Abstract==

bip-0010.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: Applications
44
Title: Multi-Sig Transaction Distribution
55
Author: Alan Reiner <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0010
68
Status: Withdrawn
79
Type: Informational
810
Created: 2011-10-28

bip-0011.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: Applications
44
Title: M-of-N Standard Transactions
55
Author: Gavin Andresen <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0011
68
Status: Final
79
Type: Standards Track
810
Created: 2011-10-18

bip-0012.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: Consensus (soft fork)
44
Title: OP_EVAL
55
Author: Gavin Andresen <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0012
68
Status: Withdrawn
79
Type: Standards Track
810
Created: 2011-10-18

bip-0013.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: Applications
44
Title: Address Format for pay-to-script-hash
55
Author: Gavin Andresen <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0013
68
Status: Final
79
Type: Standards Track
810
Created: 2011-10-18

bip-0014.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Title: Protocol Version and User Agent
55
Author: Amir Taaki <[email protected]>
66
Patrick Strateman <[email protected]>
7+
Comments-Summary: No comments yet.
8+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0014
79
Status: Final
810
Type: Standards Track
911
Created: 2011-11-10

bip-0015.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: Applications
44
Title: Aliases
55
Author: Amir Taaki <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0015
68
Status: Deferred
79
Type: Standards Track
810
Created: 2011-12-10

bip-0016.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: Consensus (soft fork)
44
Title: Pay to Script Hash
55
Author: Gavin Andresen <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0016
68
Status: Final
79
Type: Standards Track
810
Created: 2012-01-03

bip-0017.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: Consensus (soft fork)
44
Title: OP_CHECKHASHVERIFY (CHV)
55
Author: Luke Dashjr <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0017
68
Status: Withdrawn
79
Type: Standards Track
810
Created: 2012-01-18

bip-0018.mediawiki

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
Layer: Consensus (soft fork)
44
Title: hashScriptCheck
55
Author: Luke Dashjr <[email protected]>
6-
Status: Accepted
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0018
8+
Status: Proposed
79
Type: Standards Track
810
Created: 2012-01-27
911
</pre>

bip-0019.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: Applications
44
Title: M-of-N Standard Transactions (Low SigOp)
55
Author: Luke Dashjr <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0019
68
Status: Draft
79
Type: Standards Track
810
Created: 2012-01-30

bip-0020.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: Applications
44
Title: URI Scheme
55
Author: Luke Dashjr <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0020
68
Status: Replaced
79
Type: Standards Track
810
Created: 2011-01-10

bip-0021.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Title: URI Scheme
55
Author: Nils Schneider <[email protected]>
66
Matt Corallo <[email protected]>
7+
Comments-Summary: No comments yet.
8+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0021
79
Status: Final
810
Type: Standards Track
911
Created: 2012-01-29

bip-0022.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: API/RPC
44
Title: getblocktemplate - Fundamentals
55
Author: Luke Dashjr <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0022
68
Status: Final
79
Type: Standards Track
810
Created: 2012-02-28

bip-0023.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: API/RPC
44
Title: getblocktemplate - Pooled Mining
55
Author: Luke Dashjr <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0023
68
Status: Final
79
Type: Standards Track
810
Created: 2012-02-28

bip-0030.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: Consensus (soft fork)
44
Title: Duplicate transactions
55
Author: Pieter Wuille <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0030
68
Status: Final
79
Type: Standards Track
810
Created: 2012-02-22

bip-0031.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: Peer Services
44
Title: Pong message
55
Author: Mike Hearn <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0031
68
Status: Final
79
Type: Standards Track
810
Created: 2012-04-11

bip-0032.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ RECENT CHANGES:
99
Layer: Applications
1010
Title: Hierarchical Deterministic Wallets
1111
Author: Pieter Wuille <[email protected]>
12+
Comments-Summary: No comments yet.
13+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0032
1214
Status: Final
1315
Type: Informational
1416
Created: 2012-02-11

bip-0033.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: Peer Services
44
Title: Stratized Nodes
55
Author: Amir Taaki <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0033
68
Status: Draft
79
Type: Standards Track
810
Created: 2012-05-15

bip-0034.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: Consensus (soft fork)
44
Title: Block v2, Height in Coinbase
55
Author: Gavin Andresen <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0034
68
Status: Final
79
Type: Standards Track
810
Created: 2012-07-06

bip-0035.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Layer: Peer Services
44
Title: mempool message
55
Author: Jeff Garzik <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0035
68
Status: Final
79
Type: Standards Track
810
Created: 2012-08-16

bip-0036.mediawiki

+3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
Layer: Peer Services
44
Title: Custom Services
55
Author: Stefan Thomas <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0036
68
Status: Draft
79
Type: Standards Track
810
Created: 2012-08-03
11+
License: PD
912
</pre>
1013

1114
==Abstract==

bip-0037.mediawiki

+3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
Title: Connection Bloom filtering
55
Author: Mike Hearn <[email protected]>
66
Matt Corallo <[email protected]>
7+
Comments-Summary: No comments yet.
8+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0037
79
Status: Final
810
Type: Standards Track
911
Created: 2012-10-24
12+
License: PD
1013
</pre>
1114

1215
==Abstract==

bip-0038.mediawiki

+3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
Title: Passphrase-protected private key
55
Author: Mike Caldwell <[email protected]>
66
Aaron Voisine <[email protected]>
7+
Comments-Summary: No comments yet.
8+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0038
79
Status: Draft (Some confusion applies: The announcements for this never made it to the list, so it hasn't had public discussion)
810
Type: Standards Track
911
Created: 2012-11-20
12+
License: PD
1013
</pre>
1114

1215
==Abstract==

bip-0039.mediawiki

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
Pavol Rusnak <[email protected]>
77
Aaron Voisine <[email protected]>
88
Sean Bowe <[email protected]>
9-
Status: Accepted
9+
Comments-Summary: No comments yet.
10+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0039
11+
Status: Proposed
1012
Type: Standards Track
1113
Created: 2013-09-10
1214
</pre>

bip-0042.mediawiki

+3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
Layer: Consensus (soft fork)
44
Title: A finite monetary supply for Bitcoin
55
Author: Pieter Wuille <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0042
68
Status: Draft
79
Type: Standards Track
810
Created: 2014-04-01
11+
License: PD
912
</pre>
1013

1114
==Abstract==

bip-0043.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Title: Purpose Field for Deterministic Wallets
55
Author: Marek Palatinus <[email protected]>
66
Pavol Rusnak <[email protected]>
7+
Comments-Summary: No comments yet.
8+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0043
79
Status: Draft
810
Type: Informational
911
Created: 2014-04-24

0 commit comments

Comments
 (0)