Opaque type for BIP9 state. See versionbits_impl.h for details.
Synopsis
Declared in <versionbits_impl.h>
enum class ThresholdState : uint8_t;
Members
Name |
Description |
|
First state that each softfork starts out as. The genesis block is by definition in this state for each deployment. |
|
For blocks past the starttime. |
|
For at least one retarget period after the first retarget period with STARTED blocks of which at least threshold have the associated bit set in nVersion, until min_activation_height is reached. |
|
For all blocks after the LOCKED_IN retarget period (final state) |
|
For all blocks once the first retarget period after the timeout time is hit, if LOCKED_IN wasn't already reached (final state) |