Bitcoin Core 28.99.0
P2P Digital Currency
|
This is the complete list of members for BlockFilterIndex, including all inherited members.
ActiveTipChange(const CBlockIndex &new_tip, bool is_ibd) | CValidationInterface | inlineprotectedvirtual |
AllowPrune() const override | BlockFilterIndex | inlineprivatevirtual |
BaseIndex(std::unique_ptr< interfaces::Chain > chain, std::string name) | BaseIndex | |
BlockChecked(const CBlock &, const BlockValidationState &) | CValidationInterface | inlineprotectedvirtual |
BlockConnected(ChainstateRole role, const std::shared_ptr< const CBlock > &block, const CBlockIndex *pindex) override | BaseIndex | protectedvirtual |
BlockDisconnected(const std::shared_ptr< const CBlock > &block, const CBlockIndex *pindex) | CValidationInterface | inlineprotectedvirtual |
BlockFilterIndex(std::unique_ptr< interfaces::Chain > chain, BlockFilterType filter_type, size_t n_cache_size, bool f_memory=false, bool f_wipe=false) | BlockFilterIndex | explicit |
ChainStateFlushed(ChainstateRole role, const CBlockLocator &locator) override | BaseIndex | protectedvirtual |
Commit() | BaseIndex | private |
CustomAppend(const interfaces::BlockInfo &block) override | BlockFilterIndex | protectedvirtual |
CustomCommit(CDBBatch &batch) override | BlockFilterIndex | protectedvirtual |
CustomInit(const std::optional< interfaces::BlockRef > &block) override | BlockFilterIndex | protectedvirtual |
CustomRewind(const interfaces::BlockRef ¤t_tip, const interfaces::BlockRef &new_tip) override | BlockFilterIndex | protectedvirtual |
FatalErrorf(util::ConstevalFormatString< sizeof...(Args)> fmt, const Args &... args) | BaseIndex | private |
GetDB() const LIFETIMEBOUND override | BlockFilterIndex | inlineprotectedvirtual |
GetFilterType() const | BlockFilterIndex | inline |
GetName() const LIFETIMEBOUND | BaseIndex | inline |
GetSummary() const | BaseIndex | |
GUARDED_BY(m_cs_headers_cache) | BlockFilterIndex | private |
Init() | BaseIndex | |
Interrupt() | BaseIndex | |
LookupFilter(const CBlockIndex *block_index, BlockFilter &filter_out) const | BlockFilterIndex | |
LookupFilterHashRange(int start_height, const CBlockIndex *stop_index, std::vector< uint256 > &hashes_out) const | BlockFilterIndex | |
LookupFilterHeader(const CBlockIndex *block_index, uint256 &header_out) EXCLUSIVE_LOCKS_REQUIRED(!m_cs_headers_cache) | BlockFilterIndex | |
LookupFilterRange(int start_height, const CBlockIndex *stop_index, std::vector< BlockFilter > &filters_out) const | BlockFilterIndex | |
m_best_block_index | BaseIndex | private |
m_chain | BaseIndex | protected |
m_chainstate | BaseIndex | protected |
m_cs_headers_cache | BlockFilterIndex | private |
m_db | BlockFilterIndex | private |
m_filter_fileseq | BlockFilterIndex | private |
m_filter_type | BlockFilterIndex | private |
m_init | BaseIndex | private |
m_interrupt | BaseIndex | private |
m_last_header | BlockFilterIndex | private |
m_name | BaseIndex | protected |
m_next_filter_pos | BlockFilterIndex | private |
m_synced | BaseIndex | private |
m_thread_sync | BaseIndex | private |
MempoolTransactionsRemovedForBlock(const std::vector< RemovedMempoolTransactionInfo > &txs_removed_for_block, unsigned int nBlockHeight) | CValidationInterface | inlineprotectedvirtual |
NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
ReadFilterFromDisk(const FlatFilePos &pos, const uint256 &hash, BlockFilter &filter) const | BlockFilterIndex | private |
ReadFilterHeader(int height, const uint256 &expected_block_hash) | BlockFilterIndex | private |
Rewind(const CBlockIndex *current_tip, const CBlockIndex *new_tip) | BaseIndex | private |
SetBestBlockIndex(const CBlockIndex *block) | BaseIndex | protected |
StartBackgroundSync() | BaseIndex | |
Stop() | BaseIndex | |
Sync() | BaseIndex | |
TransactionAddedToMempool(const NewMempoolTransactionInfo &tx, uint64_t mempool_sequence) | CValidationInterface | inlineprotectedvirtual |
TransactionRemovedFromMempool(const CTransactionRef &tx, MemPoolRemovalReason reason, uint64_t mempool_sequence) | CValidationInterface | inlineprotectedvirtual |
UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) | CValidationInterface | inlineprotectedvirtual |
Write(const BlockFilter &filter, uint32_t block_height, const uint256 &filter_header) | BlockFilterIndex | private |
WriteFilterToDisk(FlatFilePos &pos, const BlockFilter &filter) | BlockFilterIndex | private |
~BaseIndex() | BaseIndex | virtual |
~CValidationInterface()=default | CValidationInterface | protected |