Bitcoin Core 28.99.0
P2P Digital Currency
|
This is the complete list of members for PeerManager, including all inherited members.
ActiveTipChange(const CBlockIndex &new_tip, bool is_ibd) | CValidationInterface | inlineprotectedvirtual |
BlockChecked(const CBlock &, const BlockValidationState &) | CValidationInterface | inlineprotectedvirtual |
BlockConnected(ChainstateRole role, const std::shared_ptr< const CBlock > &block, const CBlockIndex *pindex) | CValidationInterface | inlineprotectedvirtual |
BlockDisconnected(const std::shared_ptr< const CBlock > &block, const CBlockIndex *pindex) | CValidationInterface | inlineprotectedvirtual |
ChainStateFlushed(ChainstateRole role, const CBlockLocator &locator) | CValidationInterface | inlineprotectedvirtual |
CheckForStaleTipAndEvictPeers()=0 | PeerManager | pure virtual |
FetchBlock(NodeId peer_id, const CBlockIndex &block_index)=0 | PeerManager | pure virtual |
FinalizeNode(const CNode &node)=0 | NetEventsInterface | pure virtual |
g_msgproc_mutex | NetEventsInterface | static |
GetDesirableServiceFlags(ServiceFlags services) const =0 | PeerManager | pure virtual |
GetInfo() const =0 | PeerManager | pure virtual |
GetNodeStateStats(NodeId nodeid, CNodeStateStats &stats) const =0 | PeerManager | pure virtual |
GetOrphanTransactions()=0 | PeerManager | pure virtual |
HasAllDesirableServiceFlags(ServiceFlags services) const =0 | NetEventsInterface | pure virtual |
InitializeNode(const CNode &node, ServiceFlags our_services)=0 | NetEventsInterface | pure virtual |
make(CConnman &connman, AddrMan &addrman, BanMan *banman, ChainstateManager &chainman, CTxMemPool &pool, node::Warnings &warnings, Options opts) | PeerManager | static |
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 |
ProcessMessage(CNode &pfrom, const std::string &msg_type, DataStream &vRecv, const std::chrono::microseconds time_received, const std::atomic< bool > &interruptMsgProc) EXCLUSIVE_LOCKS_REQUIRED(g_msgproc_mutex)=0 | PeerManager | pure virtual |
ProcessMessages(CNode *pnode, std::atomic< bool > &interrupt) EXCLUSIVE_LOCKS_REQUIRED(g_msgproc_mutex)=0 | NetEventsInterface | pure virtual |
RelayTransaction(const uint256 &txid, const uint256 &wtxid)=0 | PeerManager | pure virtual |
SendMessages(CNode *pnode) EXCLUSIVE_LOCKS_REQUIRED(g_msgproc_mutex)=0 | NetEventsInterface | pure virtual |
SendPings()=0 | PeerManager | pure virtual |
SetBestBlock(int height, std::chrono::seconds time)=0 | PeerManager | pure virtual |
StartScheduledTasks(CScheduler &scheduler)=0 | PeerManager | pure virtual |
TransactionAddedToMempool(const NewMempoolTransactionInfo &tx, uint64_t mempool_sequence) | CValidationInterface | inlineprotectedvirtual |
TransactionRemovedFromMempool(const CTransactionRef &tx, MemPoolRemovalReason reason, uint64_t mempool_sequence) | CValidationInterface | inlineprotectedvirtual |
UnitTestMisbehaving(NodeId peer_id)=0 | PeerManager | pure virtual |
UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) | CValidationInterface | inlineprotectedvirtual |
UpdateLastBlockAnnounceTime(NodeId node, int64_t time_in_seconds)=0 | PeerManager | pure virtual |
~CValidationInterface()=default | CValidationInterface | protected |
~NetEventsInterface()=default | NetEventsInterface | protected |
~PeerManager()=default | PeerManager | virtual |