![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
#include <node/blockstorage.h>#include <chain.h>#include <clientversion.h>#include <consensus/validation.h>#include <dbwrapper.h>#include <flatfile.h>#include <hash.h>#include <kernel/chain.h>#include <kernel/chainparams.h>#include <kernel/messagestartchars.h>#include <logging.h>#include <pow.h>#include <reverse_iterator.h>#include <signet.h>#include <streams.h>#include <sync.h>#include <undo.h>#include <util/batchpriority.h>#include <util/fs.h>#include <util/signalinterrupt.h>#include <util/strencodings.h>#include <util/translation.h>#include <validation.h>#include <map>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | node::ImportingNow |
Namespaces | |
| kernel | |
| node | |
Functions | |
| std::atomic_bool | node::fReindex (false) |
| void | node::ImportBlocks (ChainstateManager &chainman, std::vector< fs::path > vImportFiles) |
| std::ostream & | node::operator<< (std::ostream &os, const BlockfileType &type) |
| std::ostream & | node::operator<< (std::ostream &os, const BlockfileCursor &cursor) |
Variables | |
| static constexpr uint8_t | kernel::DB_BLOCK_FILES {'f'} |
| static constexpr uint8_t | kernel::DB_BLOCK_INDEX {'b'} |
| static constexpr uint8_t | kernel::DB_FLAG {'F'} |
| static constexpr uint8_t | kernel::DB_REINDEX_FLAG {'R'} |
| static constexpr uint8_t | kernel::DB_LAST_BLOCK {'l'} |
1.8.14