![]() |
Raven Core
3.0.0
P2P Digital Currency
|
Threshold condition checker that triggers when unknown versionbits are seen on the network. More...
Public Member Functions | |
| WarningBitsConditionChecker (int bitIn) | |
| int64_t | BeginTime (const Consensus::Params ¶ms) const override |
| int64_t | EndTime (const Consensus::Params ¶ms) const override |
| int | Period (const Consensus::Params ¶ms) const override |
| int | Threshold (const Consensus::Params ¶ms) const override |
| bool | Condition (const CBlockIndex *pindex, const Consensus::Params ¶ms) const override |
Public Member Functions inherited from AbstractThresholdConditionChecker | |
| BIP9Stats | GetStateStatisticsFor (const CBlockIndex *pindex, const Consensus::Params ¶ms) const |
| ThresholdState | GetStateFor (const CBlockIndex *pindexPrev, const Consensus::Params ¶ms, ThresholdConditionCache &cache) const |
| int | GetStateSinceHeightFor (const CBlockIndex *pindexPrev, const Consensus::Params ¶ms, ThresholdConditionCache &cache) const |
Private Attributes | |
| int | bit |
Additional Inherited Members |
Threshold condition checker that triggers when unknown versionbits are seen on the network.
Definition at line 2253 of file validation.cpp.
|
inlineexplicit |
Definition at line 2259 of file validation.cpp.
|
inlineoverridevirtual |
Implements AbstractThresholdConditionChecker.
Definition at line 2261 of file validation.cpp.
|
inlineoverridevirtual |
Implements AbstractThresholdConditionChecker.
Definition at line 2266 of file validation.cpp.
|
inlineoverridevirtual |
Implements AbstractThresholdConditionChecker.
Definition at line 2262 of file validation.cpp.
|
inlineoverridevirtual |
Implements AbstractThresholdConditionChecker.
Definition at line 2263 of file validation.cpp.
|
inlineoverridevirtual |
Implements AbstractThresholdConditionChecker.
Definition at line 2264 of file validation.cpp.
|
private |
Definition at line 2256 of file validation.cpp.
1.8.13