6 #ifndef BITCOIN_VERSION_H 7 #define BITCOIN_VERSION_H 44 #endif // BITCOIN_VERSION_H static const int GETHEADERS_VERSION
In this version, 'getheaders' was introduced.
static const int MEMPOOL_GD_VERSION
"mempool" command, enhanced "getdata" behavior starts with this version
static const int BIP0031_VERSION
BIP 0031, pong message, is enabled for all versions AFTER this one.
static const int SENDHEADERS_VERSION
"sendheaders" command and announcing blocks with headers starts with this version ...
static const int NOBLKS_VERSION_START
only request blocks from nodes outside this range of versions
static const int INIT_PROTO_VERSION
initial proto version, to be increased after version/verack negotiation
static const int NOBLKS_VERSION_END
static const int MIN_PEER_PROTO_VERSION
disconnect from peers older than this proto version
static const int PROTOCOL_VERSION
static const int CADDR_TIME_VERSION
static const int NO_BLOOM_VERSION
"filter*" commands are disabled without NODE_BLOOM after and including this version ...