6#ifndef BITCOIN_PROTOCOL_H
7#define BITCOIN_PROTOCOL_H
57 const char *pszCommand,
unsigned int nMessageSizeIn);
65 READWRITE(obj.pchMessageStart, obj.pchCommand, obj.nMessageSize,
95extern const char *
ADDR;
113extern const char *
INV;
138extern const char *
TX;
148extern const char *
BLOCK;
164extern const char *
PING;
170extern const char *
PONG;
466 0b00000000'00000111'11111111'11111111};
476 "DISK_VERSION_INIT must be covered by DISK_VERSION_IGNORE_MASK");
479 "DISK_VERSION_ADDRV2 must not be covered by DISK_VERSION_IGNORE_MASK");
506 stored_format_version &=
507 ~DISK_VERSION_IGNORE_MASK;
508 if (stored_format_version == 0) {
515 throw std::ios_base::failure(
516 "Unsupported CAddress disk format version");
529 uint64_t services_tmp;
530 SER_WRITE(obj, services_tmp = obj.nServices);
533 obj.nServices =
static_cast<ServiceFlags>(services_tmp));
A CService with information about it as peer.
static constexpr uint32_t DISK_VERSION_IGNORE_MASK
SERIALIZE_METHODS(CAddress, obj)
CAddress(CService ipIn, ServiceFlags nServicesIn, NodeSeconds time)
ServiceFlags nServices
Serialized as uint64_t in V1, and as CompactSize in V2.
NodeSeconds nTime
Always included in serialization, except in the network format on INIT_PROTO_VERSION.
static constexpr uint32_t DISK_VERSION_INIT
Historically, CAddress disk serialization stored the CLIENT_VERSION, optionally OR'ed with the ADDRV2...
friend bool operator==(const CAddress &a, const CAddress &b)
static constexpr auto TIME_INIT
CAddress(CService ipIn, ServiceFlags nServicesIn)
static constexpr uint32_t DISK_VERSION_ADDRV2
The version number written in disk serialized addresses to indicate V2 serializations.
Inv(ventory) message data.
bool IsMsgCmpctBlk() const
friend bool operator<(const CInv &a, const CInv &b)
std::string ToString() const
std::string GetCommand() const
CInv(uint32_t typeIn, const uint256 &hashIn)
bool IsMsgStakeContender() const
bool IsMsgFilteredBlk() const
SERIALIZE_METHODS(CInv, obj)
A combination of a network address (CNetAddr) and a (TCP) port.
Bitcoin protocol message types.
bool IsBlockLike(const std::string &strCommand)
Indicate if the message is used to transmit the content of a block.
const char * FILTERLOAD
The filterload message tells the receiving peer to filter all relayed transactions and requested merk...
const char * CFHEADERS
cfheaders is a response to a getcfheaders request containing a filter header and a vector of filter h...
const char * AVAPROOFSREQ
Request for missing avalanche proofs after an avaproofs message has been processed.
const char * CFILTER
cfilter is a response to a getcfilters request containing a single compact filter.
const char * BLOCK
The block message transmits a single serialized block.
const char * FILTERCLEAR
The filterclear message tells the receiving peer to remove a previously-set bloom filter.
const char * HEADERS
The headers message sends one or more block headers to a node which previously requested certain head...
const char * ADDRV2
The addrv2 message relays connection information for peers on the network just like the addr message,...
const char * SENDHEADERS
Indicates that a node prefers to receive new block announcements via a "headers" message rather than ...
const char * AVAPROOFS
The avaproofs message the proof short ids of all the valid proofs that we know.
const char * PONG
The pong message replies to a ping message, proving to the pinging node that the ponging node is stil...
const char * GETAVAPROOFS
The getavaproofs message requests an avaproofs message that provides the proof short ids of all the v...
const char * SENDCMPCT
Contains a 1-byte bool and 8-byte LE version number.
const char * GETADDR
The getaddr message requests an addr message from the receiving node, preferably one with lots of IP ...
const char * GETCFCHECKPT
getcfcheckpt requests evenly spaced compact filter headers, enabling parallelized download and valida...
const char * NOTFOUND
The notfound message is a reply to a getdata message which requested an object the receiving node doe...
const char * GETAVAADDR
The getavaaddr message requests an addr message from the receiving node, containing IP addresses of t...
const char * CMPCTBLOCK
Contains a CBlockHeaderAndShortTxIDs object - providing a header and list of "short txids".
const char * MEMPOOL
The mempool message requests the TXIDs of transactions that the receiving node has verified as valid ...
const char * GETCFILTERS
getcfilters requests compact filters for a range of blocks.
const char * TX
The tx message transmits a single transaction.
const char * AVAHELLO
Contains a delegation and a signature.
const char * FILTERADD
The filteradd message tells the receiving peer to add a single element to a previously-set bloom filt...
const char * ADDR
The addr (IP address) message relays connection information for peers on the network.
const char * VERSION
The version message provides information about the transmitting node to the receiving node at the beg...
const char * GETBLOCKS
The getblocks message requests an inv message that provides block header hashes starting from a parti...
const char * FEEFILTER
The feefilter message tells the receiving peer not to inv us any txs which do not meet the specified ...
const char * GETHEADERS
The getheaders message requests a headers message that provides block headers starting from a particu...
const char * AVARESPONSE
Contains an avalanche::Response.
const char * GETDATA
The getdata message requests one or more data objects from another node.
const char * VERACK
The verack message acknowledges a previously-received version message, informing the connecting node ...
const char * BLOCKTXN
Contains a BlockTransactions.
const char * GETCFHEADERS
getcfheaders requests a compact filter header and the filter hashes for a range of blocks,...
const char * SENDADDRV2
The sendaddrv2 message signals support for receiving ADDRV2 messages (BIP155).
const char * PING
The ping message is sent periodically to help confirm that the receiving peer is still connected.
const char * AVAPOLL
Contains an avalanche::Poll.
const char * MERKLEBLOCK
The merkleblock message is a reply to a getdata message which requested a block using the inventory t...
const char * AVAPROOF
Contains an avalanche::Proof.
const char * CFCHECKPT
cfcheckpt is a response to a getcfcheckpt request containing a vector of evenly spaced filter headers...
const char * GETBLOCKTXN
Contains a BlockTransactionsRequest Peer should respond with "blocktxn" message.
const char * INV
The inv message (inventory message) transmits one or more inventories of objects known to the transmi...
static constexpr int ADDRV2_FORMAT
A flag that is ORed into the protocol version to designate that addresses should be serialized in (un...
const std::vector< std::string > & getAllNetMessageTypes()
Get a vector of all valid message types (see above)
std::vector< std::string > serviceFlagsToStr(const uint64_t flags)
Convert service flags (a bitmask of NODE_*) to human readable strings.
ServiceFlags GetDesirableServiceFlags(ServiceFlags services)
Gets the set of service flags which are "desirable" for a given peer.
static const unsigned int MAX_PROTOCOL_MESSAGE_LENGTH
Maximum length of incoming protocol messages (Currently 2MB).
static bool HasAllDesirableServiceFlags(ServiceFlags services)
A shortcut for (services & GetDesirableServiceFlags(services)) == GetDesirableServiceFlags(services),...
GetDataMsg
getdata / inv message types.
@ MSG_FILTERED_BLOCK
Defined in BIP37.
@ MSG_AVA_STAKE_CONTENDER
@ MSG_CMPCT_BLOCK
Defined in BIP152.
void SetServiceFlagsIBDCache(bool status)
Set the current IBD status in order to figure out the desirable service flags.
const uint32_t MSG_TYPE_MASK
getdata message type flags
ServiceFlags
nServices flags.
@ NODE_LAST_NON_EXPERIMENTAL_SERVICE_BIT
static bool MayHaveUsefulAddressDB(ServiceFlags services)
Checks if a peer with the given service flags may be capable of having a robust address-storage DB.
#define SER_WRITE(obj, code)
void SerReadWriteMany(Stream &s, CSerActionSerialize ser_action, const Args &...args)
#define SER_READ(obj, code)
static Wrapper< Formatter, T & > Using(T &&t)
Cause serialization/deserialization of an object to be done using a specified formatter class.
std::chrono::time_point< NodeClock, std::chrono::seconds > NodeSeconds