Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Include dependency graph for evodb.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | CEvoDBScopedCommitter |
class | CEvoDB |
Variables | |
static const std::string | EVODB_BEST_BLOCK = "b_b2" |
std::unique_ptr< CEvoDB > | evoDb |
Variable Documentation
◆ evoDb
std::unique_ptr<CEvoDB> evoDb |
Definition at line 7 of file evodb.cpp.
Referenced by AppInitMain(), CChainState::ConnectBlock(), CChainState::ConnectTip(), CChainState::DisconnectBlock(), CChainState::DisconnectTip(), FlushStateToDisk(), llmq::InitLLMQSystem(), PrepareShutdown(), llmq::CQuorum::ReadContributions(), CChainState::ReplayBlocks(), TestBlockValidity(), UpdateTip(), CVerifyDB::VerifyDB(), and llmq::CQuorum::WriteContributions().
◆ EVODB_BEST_BLOCK
|
static |
Definition at line 14 of file evodb.h.
Referenced by CDeterministicMNManager::UpgradeDBIfNeeded(), CEvoDB::VerifyBestBlock(), and CEvoDB::WriteBestBlock().