![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
This is the complete list of members for TestChainstateManager, including all inherited members.
| AcceptBlock(const std::shared_ptr< const CBlock > &pblock, BlockValidationState &state, CBlockIndex **ppindex, bool fRequested, const FlatFilePos *dbp, bool *fNewBlock, bool min_pow_checked) EXCLUSIVE_LOCKS_REQUIRED(cs_main) | ChainstateManager | |
| AcceptBlockHeader(const CBlockHeader &block, BlockValidationState &state, CBlockIndex **ppindex, bool min_pow_checked) EXCLUSIVE_LOCKS_REQUIRED(cs_main) | ChainstateManager | private |
| ActivateSnapshot(AutoFile &coins_file, const node::SnapshotMetadata &metadata, bool in_memory) | ChainstateManager | |
| ActiveChain() const EXCLUSIVE_LOCKS_REQUIRED(GetMutex()) | ChainstateManager | inline |
| ActiveChainstate | ChainstateManager | |
| ActiveHeight() const EXCLUSIVE_LOCKS_REQUIRED(GetMutex()) | ChainstateManager | inline |
| ActiveTip() const EXCLUSIVE_LOCKS_REQUIRED(GetMutex()) | ChainstateManager | inline |
| AssumedValidBlock() const | ChainstateManager | inline |
| BackgroundSyncInProgress() const EXCLUSIVE_LOCKS_REQUIRED(GetMutex()) | ChainstateManager | inline |
| BlockIndex() EXCLUSIVE_LOCKS_REQUIRED( | ChainstateManager | inline |
| Chainstate | ChainstateManager | private |
| ChainstateManager(const util::SignalInterrupt &interrupt, Options options, node::BlockManager::Options blockman_options) | ChainstateManager | explicit |
| CheckBlockIndex() const | ChainstateManager | |
| DisableNextWrite() | TestChainstateManager | |
| GenerateCoinbaseCommitment(CBlock &block, const CBlockIndex *pindexPrev) const | ChainstateManager | |
| GetAll | ChainstateManager | |
| GetBackgroundSyncTip() const EXCLUSIVE_LOCKS_REQUIRED(GetMutex()) | ChainstateManager | inline |
| GetCheckQueue | ChainstateManager | inline |
| GetConsensus() const | ChainstateManager | inline |
| GetMutex() const LOCK_RETURNED( | ChainstateManager | inline |
| GetNotifications() const | ChainstateManager | inline |
| GetParams() const | ChainstateManager | inline |
| GUARDED_BY(::cs_main) | ChainstateManager | private |
| GUARDED_BY(::cs_main) | ChainstateManager | private |
| GUARDED_BY(::cs_main) | ChainstateManager | inlineprivate |
| GUARDED_BY(::cs_main) | ChainstateManager | inlineprivate |
| GUARDED_BY(GetMutex()) | ChainstateManager | inlineprivate |
| GUARDED_BY(GetMutex()) | ChainstateManager | inlineprivate |
| GUARDED_BY(::cs_main) time_check | ChainstateManager | inlineprivate |
| GUARDED_BY(::cs_main) time_forks | ChainstateManager | inlineprivate |
| GUARDED_BY(::cs_main) time_connect | ChainstateManager | inlineprivate |
| GUARDED_BY(::cs_main) time_verify | ChainstateManager | inlineprivate |
| GUARDED_BY(::cs_main) time_undo | ChainstateManager | inlineprivate |
| GUARDED_BY(::cs_main) time_index | ChainstateManager | inlineprivate |
| GUARDED_BY(::cs_main) time_total | ChainstateManager | inlineprivate |
| GUARDED_BY(::cs_main) num_blocks_total | ChainstateManager | inlineprivate |
| GUARDED_BY(::cs_main) time_connect_total | ChainstateManager | inlineprivate |
| GUARDED_BY(::cs_main) time_flush | ChainstateManager | inlineprivate |
| GUARDED_BY(::cs_main) time_chainstate | ChainstateManager | inlineprivate |
| GUARDED_BY(::cs_main) time_post_connect | ChainstateManager | inlineprivate |
| GUARDED_BY(::cs_main) | ChainstateManager | |
| GUARDED_BY(::cs_main) | ChainstateManager | inline |
| GuessVerificationProgress(const CBlockIndex *pindex) const EXCLUSIVE_LOCKS_REQUIRED(GetMutex()) | ChainstateManager | |
| IsInitialBlockDownload() const | ChainstateManager | |
| IsSnapshotActive() const | ChainstateManager | |
| IsSnapshotValidated() const EXCLUSIVE_LOCKS_REQUIRED( | ChainstateManager | inline |
| IsUsable(const Chainstate *const cs) const EXCLUSIVE_LOCKS_REQUIRED( | ChainstateManager | inlineprivate |
| JumpOutOfIbd() | TestChainstateManager | |
| LoadBlockIndex() EXCLUSIVE_LOCKS_REQUIRED(cs_main) | ChainstateManager | |
| LoadExternalBlockFile(AutoFile &file_in, FlatFilePos *dbp=nullptr, std::multimap< uint256, FlatFilePos > *blocks_with_unknown_parent=nullptr) | ChainstateManager | |
| m_blockman | ChainstateManager | |
| m_cached_finished_ibd | ChainstateManager | mutable |
| m_interrupt | ChainstateManager | |
| m_options | ChainstateManager | |
| m_script_check_queue | ChainstateManager | private |
| m_total_coinsdb_cache | ChainstateManager | |
| m_total_coinstip_cache | ChainstateManager | |
| m_validation_cache | ChainstateManager | |
| m_versionbitscache | ChainstateManager | mutable |
| MinimumChainWork() const | ChainstateManager | inline |
| nBlockReverseSequenceId | ChainstateManager | |
| nLastPreciousChainwork | ChainstateManager | |
| NotifyHeaderTip() LOCKS_EXCLUDED(GetMutex()) | ChainstateManager | private |
| Options typedef | ChainstateManager | |
| PopulateAndValidateSnapshot(Chainstate &snapshot_chainstate, AutoFile &coins_file, const node::SnapshotMetadata &metadata) | ChainstateManager | private |
| ProcessNewBlock(const std::shared_ptr< const CBlock > &block, bool force_processing, bool min_pow_checked, bool *new_block) LOCKS_EXCLUDED(cs_main) | ChainstateManager | |
| ProcessNewBlockHeaders(std::span< const CBlockHeader > headers, bool min_pow_checked, BlockValidationState &state, const CBlockIndex **ppindex=nullptr) LOCKS_EXCLUDED(cs_main) | ChainstateManager | |
| ProcessTransaction(const CTransactionRef &tx, bool test_accept=false) EXCLUSIVE_LOCKS_REQUIRED(cs_main) | ChainstateManager | |
| ReceivedBlockTransactions(const CBlock &block, CBlockIndex *pindexNew, const FlatFilePos &pos) EXCLUSIVE_LOCKS_REQUIRED(cs_main) | ChainstateManager | |
| ReportHeadersPresync(const arith_uint256 &work, int64_t height, int64_t timestamp) | ChainstateManager | |
| ResetBlockSequenceCounters() EXCLUSIVE_LOCKS_REQUIRED( | ChainstateManager | inline |
| ResetIbd() | TestChainstateManager | |
| ShouldCheckBlockIndex() const | ChainstateManager | |
| snapshot_download_completed | ChainstateManager | |
| SnapshotBlockhash() const | ChainstateManager | |
| UpdateUncommittedBlockStructures(CBlock &block, const CBlockIndex *pindexPrev) const | ChainstateManager | |
| ~ChainstateManager() | ChainstateManager |