![]() |
Bitcoin Core 22.99.0
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 |
ChainStateFlushed(const CBlockLocator &locator) | CValidationInterface | inlineprotectedvirtual |
CheckForStaleTipAndEvictPeers()=0 | PeerManager | pure virtual |
FinalizeNode(const CNode &node)=0 | NetEventsInterface | pure virtual |
GetNodeStateStats(NodeId nodeid, CNodeStateStats &stats) const =0 | PeerManager | pure virtual |
IgnoresIncomingTxs()=0 | PeerManager | pure virtual |
InitializeNode(CNode *pnode)=0 | NetEventsInterface | pure virtual |
make(const CChainParams &chainparams, CConnman &connman, AddrMan &addrman, BanMan *banman, ChainstateManager &chainman, CTxMemPool &pool, bool ignore_incoming_txs) | PeerManager | static |
Misbehaving(const NodeId pnode, const int howmuch, const std::string &message)=0 | PeerManager | pure virtual |
NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
ProcessMessage(CNode &pfrom, const std::string &msg_type, CDataStream &vRecv, const std::chrono::microseconds time_received, const std::atomic< bool > &interruptMsgProc)=0 | PeerManager | pure virtual |
ProcessMessages(CNode *pnode, std::atomic< bool > &interrupt)=0 | NetEventsInterface | pure virtual |
RelayTransaction(const uint256 &txid, const uint256 &wtxid)=0 | PeerManager | pure virtual |
SendMessages(CNode *pnode) EXCLUSIVE_LOCKS_REQUIRED(pnode -> cs_sendProcessing)=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, 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 |
~CValidationInterface()=default | CValidationInterface | protected |
~NetEventsInterface()=default | NetEventsInterface | protected |
~PeerManager() | PeerManager | inlinevirtual |