5 #ifndef BITCOIN_VERSION_H 6 #define BITCOIN_VERSION_H 45 #endif // BITCOIN_VERSION_H static const int GETHEADERS_VERSION
In this version, 'getheaders' was introduced.
Definition: version.h:18
static const int BIP0031_VERSION
BIP 0031, pong message, is enabled for all versions AFTER this one.
Definition: version.h:28
static const int SENDHEADERS_VERSION
"sendheaders" command and announcing blocks with headers starts with this version
Definition: version.h:34
static const int INIT_PROTO_VERSION
initial proto version, to be increased after version/verack negotiation
Definition: version.h:15
static const int SHORT_IDS_BLOCKS_VERSION
short-id-based block download starts with this version
Definition: version.h:40
static const int FEEFILTER_VERSION
"feefilter" tells peers to filter invs to you by fee starts with this version
Definition: version.h:37
static const int MIN_PEER_PROTO_VERSION
disconnect from peers older than this proto version
Definition: version.h:21
static const int PROTOCOL_VERSION
Definition: version.h:12
static const int CADDR_TIME_VERSION
Definition: version.h:25
static const int NO_BLOOM_VERSION
"filter*" commands are disabled without NODE_BLOOM after and including this version
Definition: version.h:31
static const int INVALID_CB_NO_BAN_VERSION
not banning for invalid compact blocks starts with this version
Definition: version.h:43