Skip to content

Commit d2a8fb0

Browse files
committed
Merge BIPs 123 & 2 activation and implementation
2 parents a7cc4c6 + 3a28003 commit d2a8fb0

File tree

90 files changed

+407
-34
lines changed

Some content is hidden

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

90 files changed

+407
-34
lines changed

README.mediawiki

Lines changed: 15 additions & 15 deletions
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
@@ -402,7 +402,7 @@ Those proposing changes should consider that ultimately consent may rest with th
402402
| NODE_BLOOM service bit
403403
| Matt Corallo, Peter Todd
404404
| Standard
405-
| Accepted
405+
| Proposed
406406
|- style="background-color: #cfffcf"
407407
| [[bip-0112.mediawiki|112]]
408408
| CHECKSEQUENCEVERIFY
@@ -439,12 +439,12 @@ Those proposing changes should consider that ultimately consent may rest with th
439439
| Marco Pontello
440440
| Standard
441441
| Draft
442-
|-
442+
|- style="background-color: #cfffcf"
443443
| [[bip-0123.mediawiki|123]]
444444
| BIP Classification
445445
| Eric Lombrozo
446446
| Process
447-
| Draft
447+
| Active
448448
|-
449449
| [[bip-0124.mediawiki|124]]
450450
| Hierarchical Deterministic Script Templates
@@ -456,7 +456,7 @@ Those proposing changes should consider that ultimately consent may rest with th
456456
| Opt-in Full Replace-by-Fee Signaling
457457
| David A. Harding, Peter Todd
458458
| Standard
459-
| Accepted
459+
| Proposed
460460
|-
461461
| [[bip-0126.mediawiki|126]]
462462
| Best Practices for Heterogeneous Input Script Transactions
@@ -468,7 +468,7 @@ Those proposing changes should consider that ultimately consent may rest with th
468468
| sendheaders message
469469
| Suhas Daftuar
470470
| Standard
471-
| Accepted
471+
| Proposed
472472
|-
473473
| [[bip-0131.mediawiki|131]]
474474
| "Coalescing Transaction" Specification (wildcard inputs)

bip-0001.mediawiki

Lines changed: 4 additions & 1 deletion
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

Lines changed: 5 additions & 1 deletion
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<pre>
22
BIP: 10
3+
Layer: Applications
34
Title: Multi-Sig Transaction Distribution
45
Author: Alan Reiner <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0010
58
Status: Withdrawn
69
Type: Informational
710
Created: 2011-10-28

bip-0011.mediawiki

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<pre>
22
BIP: 11
3+
Layer: Applications
34
Title: M-of-N Standard Transactions
45
Author: Gavin Andresen <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0011
58
Status: Final
69
Type: Standards Track
710
Created: 2011-10-18

bip-0012.mediawiki

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<pre>
22
BIP: 12
3+
Layer: Consensus (soft fork)
34
Title: OP_EVAL
45
Author: Gavin Andresen <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0012
58
Status: Withdrawn
69
Type: Standards Track
710
Created: 2011-10-18

bip-0013.mediawiki

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<pre>
22
BIP: 13
3+
Layer: Applications
34
Title: Address Format for pay-to-script-hash
45
Author: Gavin Andresen <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0013
58
Status: Final
69
Type: Standards Track
710
Created: 2011-10-18

bip-0014.mediawiki

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<pre>
22
BIP: 14
3+
Layer: Peer Services
34
Title: Protocol Version and User Agent
45
Author: Amir Taaki <[email protected]>
56
Patrick Strateman <[email protected]>
7+
Comments-Summary: No comments yet.
8+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0014
69
Status: Final
710
Type: Standards Track
811
Created: 2011-11-10

bip-0015.mediawiki

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<pre>
22
BIP: 15
3+
Layer: Applications
34
Title: Aliases
45
Author: Amir Taaki <[email protected]>
6+
Comments-Summary: No comments yet.
7+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0015
58
Status: Deferred
69
Type: Standards Track
710
Created: 2011-12-10

0 commit comments

Comments
 (0)