summaryrefslogtreecommitdiff
path: root/bip-0141.mediawiki
diff options
context:
space:
mode:
author฿tcDrak <btcdrak@users.noreply.github.com>2016-03-21 10:09:58 +0000
committer฿tcDrak <btcdrak@users.noreply.github.com>2016-03-21 10:09:58 +0000
commit932d75e24f7d54c726b617c054a3d8b20bcc5a1b (patch)
treee70ade4c2748e9e7e91559d141bfc3e4538c9ac0 /bip-0141.mediawiki
parentf5c136057b329e1ad2e510bb2b086595ecc53adb (diff)
downloadbips-932d75e24f7d54c726b617c054a3d8b20bcc5a1b.tar.xz
Remove deployment section.
Now we know we will use BIP9 version bits, remove references to ISM() and leave TDB as was done with BIP68,112 and 113.
Diffstat (limited to 'bip-0141.mediawiki')
-rw-r--r--bip-0141.mediawiki20
1 files changed, 1 insertions, 19 deletions
diff --git a/bip-0141.mediawiki b/bip-0141.mediawiki
index a73cf35..f6c5b82 100644
--- a/bip-0141.mediawiki
+++ b/bip-0141.mediawiki
@@ -249,25 +249,7 @@ As a soft fork, older software will continue to operate without modification. N
== Deployment ==
-We reuse the double-threshold IsSuperMajority() switchover mechanism used in
-BIP65 with the same thresholds, but for nVersion = 5. The new rules are
-in effect for every block (at height H) with nVersion = 5 and at least
-750 out of 1000 blocks preceding it (with heights H-1000..H-1) also
-have nVersion >= 5. Furthermore, when 950 out of the 1000 blocks
-preceding a block do have nVersion >= 5, nVersion < 5 blocks become
-invalid, and all further blocks enforce the new rules.
-
-(It should be noted that BIP9 involves permanently setting a high-order bit to
-1 which results in nVersion >= all prior IsSuperMajority() soft-forks and thus
-no bits in nVersion are permanently lost.)
-
-=== SPV Clients ===
-
-While SPV clients are unable to fully validate blocks,
-they are able to validate block headers and, thus, can check block version and proof-of-work.
-SPV clients should reject nVersion < 5 blocks if 950 out of 1000 preceding blocks have
-nVersion >= 5 to prevent false confirmations from the remaining 5% of
-non-upgraded miners when the 95% threshold has been reached.
+This BIP is to be deployed by version-bits BIP9. Exact details TDB.
== Credits ==