Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Variables
version.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const int PROTOCOL_VERSION = 70016
 network protocol versioning More...
 
static const int INIT_PROTO_VERSION = 209
 initial proto version, to be increased after version/verack negotiation More...
 
static const int MIN_PEER_PROTO_VERSION = 31800
 disconnect from peers older than this proto version More...
 
static const int BIP0031_VERSION = 60000
 BIP 0031, pong message, is enabled for all versions AFTER this one. More...
 
static const int NO_BLOOM_VERSION = 70011
 "filter*" commands are disabled without NODE_BLOOM after and including this version More...
 
static const int SENDHEADERS_VERSION = 70012
 "sendheaders" command and announcing blocks with headers starts with this version More...
 
static const int FEEFILTER_VERSION = 70013
 "feefilter" tells peers to filter invs to you by fee starts with this version More...
 
static const int SHORT_IDS_BLOCKS_VERSION = 70014
 short-id-based block download starts with this version More...
 
static const int INVALID_CB_NO_BAN_VERSION = 70015
 not banning for invalid compact blocks starts with this version More...
 
static const int WTXID_RELAY_VERSION = 70016
 "wtxidrelay" command for wtxid-based relay starts with this version More...
 

Variable Documentation

const int BIP0031_VERSION = 60000
static

BIP 0031, pong message, is enabled for all versions AFTER this one.

Definition at line 21 of file version.h.

const int FEEFILTER_VERSION = 70013
static

"feefilter" tells peers to filter invs to you by fee starts with this version

Definition at line 30 of file version.h.

const int INIT_PROTO_VERSION = 209
static

initial proto version, to be increased after version/verack negotiation

Definition at line 15 of file version.h.

const int INVALID_CB_NO_BAN_VERSION = 70015
static

not banning for invalid compact blocks starts with this version

Definition at line 36 of file version.h.

const int MIN_PEER_PROTO_VERSION = 31800
static

disconnect from peers older than this proto version

Definition at line 18 of file version.h.

const int NO_BLOOM_VERSION = 70011
static

"filter*" commands are disabled without NODE_BLOOM after and including this version

Definition at line 24 of file version.h.

const int PROTOCOL_VERSION = 70016
static

network protocol versioning

Definition at line 12 of file version.h.

const int SENDHEADERS_VERSION = 70012
static

"sendheaders" command and announcing blocks with headers starts with this version

Definition at line 27 of file version.h.

const int SHORT_IDS_BLOCKS_VERSION = 70014
static

short-id-based block download starts with this version

Definition at line 33 of file version.h.

const int WTXID_RELAY_VERSION = 70016
static

"wtxidrelay" command for wtxid-based relay starts with this version

Definition at line 39 of file version.h.