5 #ifndef BITCOIN_TEST_UTIL_VALIDATION_H
6 #define BITCOIN_TEST_UTIL_VALIDATION_H
The block chain is a tree shaped structure starting with the genesis block at the root,...
Implement this to subscribe to events generated in validation.
Chainstate stores and provides an API to update our local knowledge of the current best chain.
static void BlockConnected(CValidationInterface &obj, const std::shared_ptr< const CBlock > &block, const CBlockIndex *pindex)
void ResetIbd()
Reset the ibd cache to its initial state.
void JumpOutOfIbd()
Toggle IsInitialBlockDownload from true to false.