Bitcoin ABC 0.30.5
P2P Digital Currency
|
This is the complete list of members for PeerManager, including all inherited members.
BlockChecked(const CBlock &, const BlockValidationState &) | CValidationInterface | inlineprotectedvirtual |
BlockConnected(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 |
BlockFinalized(const CBlockIndex *pindex) | CValidationInterface | inlineprotectedvirtual |
BlockInvalidated(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
ChainStateFlushed(const CBlockLocator &locator) | CValidationInterface | inlineprotectedvirtual |
CheckForStaleTipAndEvictPeers()=0 | PeerManager | pure virtual |
FetchBlock(const Config &config, NodeId peer_id, const CBlockIndex &block_index)=0 | PeerManager | pure virtual |
FinalizeNode(const Config &config, const CNode &node)=0 | NetEventsInterface | pure virtual |
g_msgproc_mutex | NetEventsInterface | static |
GetNodeStateStats(NodeId nodeid, CNodeStateStats &stats) const =0 | PeerManager | pure virtual |
IgnoresIncomingTxs()=0 | PeerManager | pure virtual |
InitializeNode(const Config &config, CNode &node, ServiceFlags our_services)=0 | NetEventsInterface | pure virtual |
make(CConnman &connman, AddrMan &addrman, BanMan *banman, ChainstateManager &chainman, CTxMemPool &pool, avalanche::Processor *const avalanche, Options opts) | PeerManager | static |
NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
ProcessMessage(const Config &config, CNode &pfrom, const std::string &msg_type, CDataStream &vRecv, const std::chrono::microseconds time_received, const std::atomic< bool > &interruptMsgProc) EXCLUSIVE_LOCKS_REQUIRED(g_msgproc_mutex)=0 | PeerManager | pure virtual |
ProcessMessages(const Config &config, CNode *pnode, std::atomic< bool > &interrupt) EXCLUSIVE_LOCKS_REQUIRED(g_msgproc_mutex)=0 | NetEventsInterface | pure virtual |
RelayProof(const avalanche::ProofId &proofid)=0 | PeerManager | pure virtual |
RelayTransaction(const TxId &txid)=0 | PeerManager | pure virtual |
SendMessages(const Config &config, CNode *pnode) EXCLUSIVE_LOCKS_REQUIRED(g_msgproc_mutex)=0 | NetEventsInterface | pure virtual |
SendPings()=0 | PeerManager | pure virtual |
SetBestHeight(int height)=0 | PeerManager | pure virtual |
StartScheduledTasks(CScheduler &scheduler)=0 | PeerManager | pure virtual |
TransactionAddedToMempool(const CTransactionRef &tx, std::shared_ptr< const std::vector< Coin > > spent_coins, uint64_t mempool_sequence) | CValidationInterface | inlineprotectedvirtual |
TransactionRemovedFromMempool(const CTransactionRef &tx, MemPoolRemovalReason reason, uint64_t mempool_sequence) | CValidationInterface | inlineprotectedvirtual |
UnitTestMisbehaving(const NodeId peer_id, const int howmuch)=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() | PeerManager | inlinevirtual |