Bitcoin Core  27.99.0
P2P Digital Currency
BlockFilterIndex Member List

This is the complete list of members for BlockFilterIndex, including all inherited members.

AllowPrune() const overrideBlockFilterIndexinlineprivatevirtual
BaseIndex(std::unique_ptr< interfaces::Chain > chain, std::string name)BaseIndex
BlockChecked(const CBlock &, const BlockValidationState &)CValidationInterfaceinlineprotectedvirtual
BlockConnected(ChainstateRole role, const std::shared_ptr< const CBlock > &block, const CBlockIndex *pindex) overrideBaseIndexprotectedvirtual
BlockDisconnected(const std::shared_ptr< const CBlock > &block, const CBlockIndex *pindex)CValidationInterfaceinlineprotectedvirtual
BlockFilterIndex(std::unique_ptr< interfaces::Chain > chain, BlockFilterType filter_type, size_t n_cache_size, bool f_memory=false, bool f_wipe=false)BlockFilterIndexexplicit
ChainStateFlushed(ChainstateRole role, const CBlockLocator &locator) overrideBaseIndexprotectedvirtual
Commit()BaseIndexprivate
CustomAppend(const interfaces::BlockInfo &block) overrideBlockFilterIndexprotectedvirtual
CustomCommit(CDBBatch &batch) overrideBlockFilterIndexprotectedvirtual
CustomInit(const std::optional< interfaces::BlockKey > &block) overrideBlockFilterIndexprotectedvirtual
CustomRewind(const interfaces::BlockKey &current_tip, const interfaces::BlockKey &new_tip) overrideBlockFilterIndexprotectedvirtual
FatalErrorf(const char *fmt, const Args &... args)BaseIndexprivate
GetDB() const LIFETIMEBOUND overrideBlockFilterIndexinlineprotectedvirtual
GetFilterType() constBlockFilterIndexinline
GetName() const LIFETIMEBOUNDBaseIndexinline
GetSummary() constBaseIndex
GUARDED_BY(m_cs_headers_cache)BlockFilterIndexprivate
Init()BaseIndex
LookupFilter(const CBlockIndex *block_index, BlockFilter &filter_out) constBlockFilterIndex
LookupFilterHashRange(int start_height, const CBlockIndex *stop_index, std::vector< uint256 > &hashes_out) constBlockFilterIndex
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) constBlockFilterIndex
m_best_block_indexBaseIndexprivate
m_chainBaseIndexprotected
m_chainstateBaseIndexprotected
m_cs_headers_cacheBlockFilterIndexprivate
m_dbBlockFilterIndexprivate
m_filter_fileseqBlockFilterIndexprivate
m_filter_typeBlockFilterIndexprivate
m_initBaseIndexprivate
m_interruptBaseIndexprivate
m_last_headerBlockFilterIndexprivate
m_nameBaseIndexprotected
m_next_filter_posBlockFilterIndexprivate
m_syncedBaseIndexprivate
m_thread_syncBaseIndexprivate
MempoolTransactionsRemovedForBlock(const std::vector< RemovedMempoolTransactionInfo > &txs_removed_for_block, unsigned int nBlockHeight)CValidationInterfaceinlineprotectedvirtual
NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block)CValidationInterfaceinlineprotectedvirtual
ReadFilterFromDisk(const FlatFilePos &pos, const uint256 &hash, BlockFilter &filter) constBlockFilterIndexprivate
ReadFilterHeader(int height, const uint256 &expected_block_hash)BlockFilterIndexprivate
Rewind(const CBlockIndex *current_tip, const CBlockIndex *new_tip)BaseIndexprivate
SetBestBlockIndex(const CBlockIndex *block)BaseIndexprotected
StartBackgroundSync()BaseIndex
Stop()BaseIndex
Sync()BaseIndex
TransactionAddedToMempool(const NewMempoolTransactionInfo &tx, uint64_t mempool_sequence)CValidationInterfaceinlineprotectedvirtual
TransactionRemovedFromMempool(const CTransactionRef &tx, MemPoolRemovalReason reason, uint64_t mempool_sequence)CValidationInterfaceinlineprotectedvirtual
UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload)CValidationInterfaceinlineprotectedvirtual
Write(const BlockFilter &filter, uint32_t block_height, const uint256 &filter_header)BlockFilterIndexprivate
WriteFilterToDisk(FlatFilePos &pos, const BlockFilter &filter)BlockFilterIndexprivate
~BaseIndex()BaseIndexvirtual
~CValidationInterface()=defaultCValidationInterfaceprotected