![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Block-chain checkpoints are compiled-in sanity checks. More...
Classes | |
struct | CCheckpointData |
Typedefs | |
typedef std::map< int, uint256 > | MapCheckpoints |
Functions | |
const CCheckpointData & | Checkpoints () |
bool | CheckBlock (int nHeight, const uint256 &hash) |
double | GuessVerificationProgress (CBlockIndex *pindex) |
int | GetTotalBlocksEstimate () |
CBlockIndex * | GetLastCheckpoint (const std::map< uint256, CBlockIndex * > &mapBlockIndex) |
uint256 | GetLatestHardenedCheckpoint () |
Block-chain checkpoints are compiled-in sanity checks.
They are updated every release or three.
typedef std::map<int, uint256> Checkpoints::MapCheckpoints |
Definition at line 16 of file checkpoints.cpp.
bool Checkpoints::CheckBlock | ( | int | nHeight, |
const uint256 & | hash | ||
) |
Definition at line 61 of file checkpoints.cpp.
const CCheckpointData& Checkpoints::Checkpoints | ( | ) |
Definition at line 57 of file checkpoints.cpp.
CBlockIndex * Checkpoints::GetLastCheckpoint | ( | const std::map< uint256, CBlockIndex * > & | mapBlockIndex | ) |
Definition at line 116 of file checkpoints.cpp.
uint256 Checkpoints::GetLatestHardenedCheckpoint | ( | ) |
Definition at line 134 of file checkpoints.cpp.
int Checkpoints::GetTotalBlocksEstimate | ( | ) |
Definition at line 105 of file checkpoints.cpp.
double Checkpoints::GuessVerificationProgress | ( | CBlockIndex * | pindex | ) |
Definition at line 75 of file checkpoints.cpp.