Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Typedefs | Functions
Checkpoints Namespace Reference

Block-chain checkpoints are compiled-in sanity checks. More...

Classes

struct  CCheckpointData
 

Typedefs

typedef std::map< int, uint256MapCheckpoints
 

Functions

const CCheckpointDataCheckpoints ()
 
bool CheckBlock (int nHeight, const uint256 &hash)
 
double GuessVerificationProgress (CBlockIndex *pindex)
 
int GetTotalBlocksEstimate ()
 
CBlockIndexGetLastCheckpoint (const std::map< uint256, CBlockIndex * > &mapBlockIndex)
 
uint256 GetLatestHardenedCheckpoint ()
 

Detailed Description

Block-chain checkpoints are compiled-in sanity checks.

They are updated every release or three.

Typedef Documentation

typedef std::map<int, uint256> Checkpoints::MapCheckpoints

Definition at line 16 of file checkpoints.cpp.

Function Documentation

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.