![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include "checkpoints.h"#include "main.h"#include "uint256.h"#include <stdint.h>#include <boost/assign/list_of.hpp>#include <boost/foreach.hpp>
Include dependency graph for checkpoints.cpp:Go to the source code of this file.
Classes | |
| struct | Checkpoints::CCheckpointData |
Namespaces | |
| Checkpoints | |
| Block-chain checkpoints are compiled-in sanity checks. | |
Typedefs | |
| typedef std::map< int, uint256 > | Checkpoints::MapCheckpoints |
Functions | |
| const CCheckpointData & | Checkpoints::Checkpoints () |
| bool | Checkpoints::CheckBlock (int nHeight, const uint256 &hash) |
| double | Checkpoints::GuessVerificationProgress (CBlockIndex *pindex, bool fSigchecks) |
| int | Checkpoints::GetTotalBlocksEstimate () |
| CBlockIndex * | Checkpoints::GetLastCheckpoint (const std::map< uint256, CBlockIndex * > &mapBlockIndex) |
Variables | |
| static const double | Checkpoints::SIGCHECK_VERIFICATION_FACTOR = 5.0 |
| bool | Checkpoints::fEnabled = true |
| static MapCheckpoints | Checkpoints::mapCheckpoints |
| static const CCheckpointData | Checkpoints::data |
| static MapCheckpoints | Checkpoints::mapCheckpointsTestnet |
| static const CCheckpointData | Checkpoints::dataTestnet |
| static MapCheckpoints | Checkpoints::mapCheckpointsRegtest |
| static const CCheckpointData | Checkpoints::dataRegtest |
1.8.8