Bitcoin ABC 0.31.2
P2P Digital Currency
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 PEER_ENTROPY_VERSION = 70016
 send extra peer specific entropy in the version message More...
 

Variable Documentation

◆ BIP0031_VERSION

const int BIP0031_VERSION = 60000
static

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

Definition at line 20 of file version.h.

◆ FEEFILTER_VERSION

const int FEEFILTER_VERSION = 70013
static

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

Definition at line 32 of file version.h.

◆ INIT_PROTO_VERSION

const int INIT_PROTO_VERSION = 209
static

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

Definition at line 14 of file version.h.

◆ INVALID_CB_NO_BAN_VERSION

const int INVALID_CB_NO_BAN_VERSION = 70015
static

not banning for invalid compact blocks starts with this version

Definition at line 38 of file version.h.

◆ MIN_PEER_PROTO_VERSION

const int MIN_PEER_PROTO_VERSION = 31800
static

disconnect from peers older than this proto version

Definition at line 17 of file version.h.

◆ NO_BLOOM_VERSION

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.

◆ PEER_ENTROPY_VERSION

const int PEER_ENTROPY_VERSION = 70016
static

send extra peer specific entropy in the version message

Definition at line 41 of file version.h.

◆ PROTOCOL_VERSION

const int PROTOCOL_VERSION = 70016
static

network protocol versioning

Definition at line 11 of file version.h.

◆ SENDHEADERS_VERSION

const int SENDHEADERS_VERSION = 70012
static

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

Definition at line 28 of file version.h.

◆ SHORT_IDS_BLOCKS_VERSION

const int SHORT_IDS_BLOCKS_VERSION = 70014
static

short-id-based block download starts with this version

Definition at line 35 of file version.h.