1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Merge pull request #386 from btcdrak/bip9assign

Add BIP9 assignments
This commit is contained in:
Luke-Jr 2016-05-31 18:08:56 +00:00
commit 55ecc6fd38
2 changed files with 41 additions and 0 deletions

View File

@ -222,6 +222,10 @@ The fallow period at the conclusion of a soft fork attempt allows some
detection of buggy clients, and allows time for warnings and software detection of buggy clients, and allows time for warnings and software
upgrades for successful soft forks. upgrades for successful soft forks.
==Deployments==
A living list of deployment proposals can be found [[bips-0009/assignments.mediawiki|here]].
==Copyright== ==Copyright==
This document is placed in the public domain. This document is placed in the public domain.

View File

@ -0,0 +1,37 @@
==Deployments==
List of proposed deployments.
State can be defined, active, failed. Dates are in UTC.
{| class="wikitable sortable"
! Name
! Bit
! Mainnet Start
! Mainnet Expire
! Mainnet State
! Testnet Start
! Testnet Expire
! Testnet State
! BIPs
|-
| csv
| 0
| 2016-05-01 00:00:00
| 2017-05-01 00:00:00
| defined
| 2016-03-01 00:00:00
| 2017-05-01 00:00:00
| active since #770111
| [[/bip-0068.mediawiki|68]], [[/bip-0112.mediawiki|112]], [[/bip-0113.mediawiki|113]]
|-
| segwit
| 1
| TBD
| TBD
| -
| 2016-05-01 00:00:00
| 2017-05-01 00:00:00
| defined
| [[/bip-0141.mediawiki|141]], [[/bip-0143.mediawiki|143]]
|}