Skip to content

Commit 55ecc6f

Browse files
committed
Merge pull request bitcoin#386 from btcdrak/bip9assign
Add BIP9 assignments
2 parents ed0f8da + 6313ee0 commit 55ecc6f

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

bip-0009.mediawiki

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ The fallow period at the conclusion of a soft fork attempt allows some
222222
detection of buggy clients, and allows time for warnings and software
223223
upgrades for successful soft forks.
224224

225+
==Deployments==
226+
227+
A living list of deployment proposals can be found [[bips-0009/assignments.mediawiki|here]].
228+
225229
==Copyright==
226230

227231
This document is placed in the public domain.

bip-0009/assignments.mediawiki

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
==Deployments==
2+
3+
List of proposed deployments.
4+
5+
State can be defined, active, failed. Dates are in UTC.
6+
7+
{| class="wikitable sortable"
8+
! Name
9+
! Bit
10+
! Mainnet Start
11+
! Mainnet Expire
12+
! Mainnet State
13+
! Testnet Start
14+
! Testnet Expire
15+
! Testnet State
16+
! BIPs
17+
|-
18+
| csv
19+
| 0
20+
| 2016-05-01 00:00:00
21+
| 2017-05-01 00:00:00
22+
| defined
23+
| 2016-03-01 00:00:00
24+
| 2017-05-01 00:00:00
25+
| active since #770111
26+
| [[/bip-0068.mediawiki|68]], [[/bip-0112.mediawiki|112]], [[/bip-0113.mediawiki|113]]
27+
|-
28+
| segwit
29+
| 1
30+
| TBD
31+
| TBD
32+
| -
33+
| 2016-05-01 00:00:00
34+
| 2017-05-01 00:00:00
35+
| defined
36+
| [[/bip-0141.mediawiki|141]], [[/bip-0143.mediawiki|143]]
37+
|}

0 commit comments

Comments
 (0)