Bitcoin Core 28.99.0
P2P Digital Currency
|
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 | 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... | |
|
static |
BIP 0031, pong message, is enabled for all versions AFTER this one.
Definition at line 21 of file protocol_version.h.
|
static |
"feefilter" tells peers to filter invs to you by fee starts with this version
Definition at line 27 of file protocol_version.h.
|
static |
initial proto version, to be increased after version/verack negotiation
Definition at line 15 of file protocol_version.h.
|
static |
not banning for invalid compact blocks starts with this version
Definition at line 33 of file protocol_version.h.
|
static |
disconnect from peers older than this proto version
Definition at line 18 of file protocol_version.h.
|
static |
network protocol versioning
Definition at line 12 of file protocol_version.h.
|
static |
"sendheaders" command and announcing blocks with headers starts with this version
Definition at line 24 of file protocol_version.h.
|
static |
short-id-based block download starts with this version
Definition at line 30 of file protocol_version.h.
|
static |
"wtxidrelay" command for wtxid-based relay starts with this version
Definition at line 36 of file protocol_version.h.