![]() |
Fabcoin Core
0.16.2
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 1838 of file validation.cpp.
|
inline |
Definition at line 1844 of file validation.cpp.
|
inlineoverridevirtual |
Implements AbstractThresholdConditionChecker.
Definition at line 1846 of file validation.cpp.
|
inlineoverridevirtual |
Implements AbstractThresholdConditionChecker.
Definition at line 1851 of file validation.cpp.
|
inlineoverridevirtual |
Implements AbstractThresholdConditionChecker.
Definition at line 1847 of file validation.cpp.
|
inlineoverridevirtual |
Implements AbstractThresholdConditionChecker.
Definition at line 1848 of file validation.cpp.
|
inlineoverridevirtual |
Implements AbstractThresholdConditionChecker.
Definition at line 1849 of file validation.cpp.
|
private |
Definition at line 1841 of file validation.cpp.
1.8.11