Skip to content

Commit f7ea92c

Browse files
authored
Merge pull request bitcoin#1019 from ajtowns/202010-bip8-trivial
BIP8: clarify timeoutheight behaviour and requirements
2 parents 0f683f7 + b6b5b92 commit f7ea92c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bip-0008.mediawiki

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ The following guidelines are suggested for selecting these parameters for a soft
5353
A later deployment using the same bit is possible as long as the startheight is after the previous one's
5454
timeoutheight or activation, but it is discouraged until necessary, and even then recommended to have a pause in between to detect buggy software.
5555

56+
'''startheight''' and '''timeoutheight''' must be an exact multiple of 2016 (ie, at a retarget boundary), and '''timeoutheight''' must be at least 4096 blocks (2 retarget intervals) after '''startheight'''.
57+
5658
===States===
5759

5860
With each block and soft fork, we associate a deployment state. The possible states are:
@@ -88,7 +90,7 @@ For flexibility, during the LOCKED_IN phase only, this rule does NOT require the
8890

8991
<img src="bip-0008/states.png" align="middle"></img>
9092

91-
During the STARTED state if the '''lockinontimeout''' is set to true, the state will transition to LOCKED_IN when '''timeoutheight''' is reached.
93+
Note that when '''lockinontimeout''' is true, the LOCKED_IN state will be reached no later than at a height of '''timeoutheight''', and ACTIVE will be reached no later than at a height of '''timeoutheight + 2016'''.
9294

9395
The genesis block has state DEFINED for each deployment, by definition.
9496

0 commit comments

Comments
 (0)