Home
last modified time | relevance | path

Searched refs:MaybePunishNodeForBlock (Results 1 – 10 of 10) sorted by relevance

/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dnet_processing.h108 bool MaybePunishNodeForBlock(NodeId nodeid, const BlockValidationState& state,
H A Dnet_processing.cpp1083 bool PeerManager::MaybePunishNodeForBlock(NodeId nodeid, const BlockValidationState& state, in MaybePunishNodeForBlock() function in PeerManager
1388MaybePunishNodeForBlock(/*nodeid=*/ it->second.first, state, /*via_compact_block=*/ !it->second.se… in BlockChecked()
1875MaybePunishNodeForBlock(pfrom.GetId(), state, via_compact_block, "invalid header received"); in ProcessHeadersMessage()
3244MaybePunishNodeForBlock(pfrom.GetId(), state, /*via_compact_block*/ true, "invalid header via cmpc… in ProcessMessage()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dnet_processing.h108 bool MaybePunishNodeForBlock(NodeId nodeid, const BlockValidationState& state,
H A Dnet_processing.cpp1083 bool PeerManager::MaybePunishNodeForBlock(NodeId nodeid, const BlockValidationState& state, in MaybePunishNodeForBlock() function in PeerManager
1388MaybePunishNodeForBlock(/*nodeid=*/ it->second.first, state, /*via_compact_block=*/ !it->second.se… in BlockChecked()
1875MaybePunishNodeForBlock(pfrom.GetId(), state, via_compact_block, "invalid header received"); in ProcessHeadersMessage()
3244MaybePunishNodeForBlock(pfrom.GetId(), state, /*via_compact_block*/ true, "invalid header via cmpc… in ProcessMessage()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dnet_processing.h108 bool MaybePunishNodeForBlock(NodeId nodeid, const BlockValidationState& state,
H A Dnet_processing.cpp1083 bool PeerManager::MaybePunishNodeForBlock(NodeId nodeid, const BlockValidationState& state, in MaybePunishNodeForBlock() function in PeerManager
1388MaybePunishNodeForBlock(/*nodeid=*/ it->second.first, state, /*via_compact_block=*/ !it->second.se… in BlockChecked()
1875MaybePunishNodeForBlock(pfrom.GetId(), state, via_compact_block, "invalid header received"); in ProcessHeadersMessage()
3244MaybePunishNodeForBlock(pfrom.GetId(), state, /*via_compact_block*/ true, "invalid header via cmpc… in ProcessMessage()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dnet_processing.cpp331 bool MaybePunishNodeForBlock(NodeId nodeid, const BlockValidationState& state,
1293 bool PeerManagerImpl::MaybePunishNodeForBlock(NodeId nodeid, const BlockValidationState& state, in MaybePunishNodeForBlock() function in PeerManagerImpl
1576MaybePunishNodeForBlock(/*nodeid=*/ it->second.first, state, /*via_compact_block=*/ !it->second.se… in BlockChecked()
2062MaybePunishNodeForBlock(pfrom.GetId(), state, via_compact_block, "invalid header received"); in ProcessHeadersMessage()
3399MaybePunishNodeForBlock(pfrom.GetId(), state, /*via_compact_block*/ true, "invalid header via cmpc… in ProcessMessage()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dnet_processing.cpp331 bool MaybePunishNodeForBlock(NodeId nodeid, const BlockValidationState& state,
1293 bool PeerManagerImpl::MaybePunishNodeForBlock(NodeId nodeid, const BlockValidationState& state, in MaybePunishNodeForBlock() function in PeerManagerImpl
1576MaybePunishNodeForBlock(/*nodeid=*/ it->second.first, state, /*via_compact_block=*/ !it->second.se… in BlockChecked()
2062MaybePunishNodeForBlock(pfrom.GetId(), state, via_compact_block, "invalid header received"); in ProcessHeadersMessage()
3399MaybePunishNodeForBlock(pfrom.GetId(), state, /*via_compact_block*/ true, "invalid header via cmpc… in ProcessMessage()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dnet_processing.cpp331 bool MaybePunishNodeForBlock(NodeId nodeid, const BlockValidationState& state,
1293 bool PeerManagerImpl::MaybePunishNodeForBlock(NodeId nodeid, const BlockValidationState& state, in MaybePunishNodeForBlock() function in PeerManagerImpl
1576MaybePunishNodeForBlock(/*nodeid=*/ it->second.first, state, /*via_compact_block=*/ !it->second.se… in BlockChecked()
2062MaybePunishNodeForBlock(pfrom.GetId(), state, via_compact_block, "invalid header received"); in ProcessHeadersMessage()
3399MaybePunishNodeForBlock(pfrom.GetId(), state, /*via_compact_block*/ true, "invalid header via cmpc… in ProcessMessage()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dnet_processing.cpp1137 static bool MaybePunishNodeForBlock(NodeId nodeid, const BlockValidationState& state, bool via_comp… in MaybePunishNodeForBlock() function
1452MaybePunishNodeForBlock(/*nodeid=*/ it->second.first, state, /*via_compact_block=*/ !it->second.se… in BlockChecked()
1895MaybePunishNodeForBlock(pfrom->GetId(), state, via_compact_block, "invalid header received"); in ProcessHeadersMessage()
2876MaybePunishNodeForBlock(pfrom->GetId(), state, /*via_compact_block*/ true, "invalid header via cmp… in ProcessMessage()
4392MaybePunishNodeForBlock(pfrom->GetId(), state, false, strprintf("Peer %d sent us invalid header\n"… in ProcessNetBlock()