summaryrefslogtreecommitdiff
path: root/bip-0065.mediawiki
diff options
context:
space:
mode:
authorBtcDrak <btcdrak@gmail.com>2015-10-23 13:11:59 +0100
committerBtcDrak <btcdrak@gmail.com>2015-10-23 13:11:59 +0100
commit3ab04a656291586746988d439d524a173801d4b9 (patch)
treee29a8330bd9c922bc7ae2625f9e23cca9ab48720 /bip-0065.mediawiki
parent96b331e06f2d871dc301e5a6c7e1d4a30055c4ac (diff)
downloadbips-3ab04a656291586746988d439d524a173801d4b9.tar.xz
Update deployment for BIP65
Diffstat (limited to 'bip-0065.mediawiki')
-rw-r--r--bip-0065.mediawiki12
1 files changed, 9 insertions, 3 deletions
diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki
index 02de20b..3b477bd 100644
--- a/bip-0065.mediawiki
+++ b/bip-0065.mediawiki
@@ -271,9 +271,15 @@ semantics and detailed rationale for those semantics.
https://github.com/petertodd/bitcoin/commit/ab0f54f38e08ee1e50ff72f801680ee84d0f1bf4
-==Upgrade and Testing Plan==
-
-TBD
+==Deployment==
+
+We reuse the double-threshold switchover mechanism from BIPs 34 and
+66, with the same thresholds, but for nVersion = 4. The new rules are
+in effect for every block (at height H) with nVersion = 4 and at least
+750 out of 1000 blocks preceding it (with heights H-1000..H-1) also
+have nVersion = 4. Furthermore, when 950 out of the 1000 blocks
+preceding a block do have nVersion = 4, nVersion = 3 blocks become
+invalid, and all further blocks enforce the new rules.
==Credits==