![]() |
Bitcoin Core
28.1.0
P2P Digital Currency
|
#include <node/chainstate.h>#include <arith_uint256.h>#include <chain.h>#include <coins.h>#include <consensus/params.h>#include <logging.h>#include <node/blockstorage.h>#include <node/caches.h>#include <sync.h>#include <threadsafety.h>#include <tinyformat.h>#include <txdb.h>#include <uint256.h>#include <util/fs.h>#include <util/signalinterrupt.h>#include <util/time.h>#include <util/translation.h>#include <validation.h>#include <algorithm>#include <atomic>#include <cassert>#include <limits>#include <memory>#include <vector>Go to the source code of this file.
Namespaces | |
| node | |
Functions | |
| static ChainstateLoadResult | node::CompleteChainstateInitialization (ChainstateManager &chainman, const CacheSizes &cache_sizes, const ChainstateLoadOptions &options) EXCLUSIVE_LOCKS_REQUIRED( |
| ChainstateLoadResult | node::LoadChainstate (ChainstateManager &chainman, const CacheSizes &cache_sizes, const ChainstateLoadOptions &options) |
| This sequence can have 4 types of outcomes: More... | |
| ChainstateLoadResult | node::VerifyLoadedChainstate (ChainstateManager &chainman, const ChainstateLoadOptions &options) |
1.8.14