summaryrefslogtreecommitdiff
path: root/bip-0008.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2020-06-26 20:07:17 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2020-06-26 20:07:17 +0000
commitc0d698ae776f79434f511dc30302823f3dba8eb8 (patch)
tree45b260ee2a19bb4dbd6a573484c1e52d447f7916 /bip-0008.mediawiki
parentef04aeca518bde05c4c235542b663a42741a8b25 (diff)
downloadbips-c0d698ae776f79434f511dc30302823f3dba8eb8.tar.xz
BIP 8: Note LOCKED_IN bit requirement in GBT section
Diffstat (limited to 'bip-0008.mediawiki')
-rw-r--r--bip-0008.mediawiki1
1 files changed, 1 insertions, 0 deletions
diff --git a/bip-0008.mediawiki b/bip-0008.mediawiki
index 7251d1d..9271643 100644
--- a/bip-0008.mediawiki
+++ b/bip-0008.mediawiki
@@ -211,6 +211,7 @@ The template Object is also extended:
The "version" key of the template is retained, and used to indicate the server's preference of deployments.
If versionbits is being used, "version" MUST be within the versionbits range of [0x20000000...0x3FFFFFFF].
Miners MAY clear or set bits in the block version WITHOUT any special "mutable" key, provided they are listed among the template's "vbavailable" and (when clearing is desired) NOT included as a bit in "vbrequired".
+Servers MUST set bits in "vbrequired" for deployments in LOCKED_IN state, to ensure blocks produced are valid.
Softfork deployment names listed in "rules" or as keys in "vbavailable" may be prefixed by a '!' character.
Without this prefix, GBT clients may assume the rule will not impact usage of the template as-is; typical examples of this would be when previously valid transactions cease to be valid, such as BIPs 16, 65, 66, 68, 112, and 113.