Dash Core  0.12.2.1
P2P Digital Currency
version.h
Go to the documentation of this file.
1 // Copyright (c) 2012-2014 The Bitcoin Core developers
2 // Copyright (c) 2014-2017 The Dash Core developers
3 // Distributed under the MIT software license, see the accompanying
4 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 
6 #ifndef BITCOIN_VERSION_H
7 #define BITCOIN_VERSION_H
8 
13 static const int PROTOCOL_VERSION = 70208;
14 
16 static const int INIT_PROTO_VERSION = 209;
17 
19 static const int GETHEADERS_VERSION = 70077;
20 
22 static const int MIN_PEER_PROTO_VERSION = 70206;
23 
26 static const int CADDR_TIME_VERSION = 31402;
27 
29 static const int NOBLKS_VERSION_START = 32000;
30 static const int NOBLKS_VERSION_END = 32400;
31 
33 static const int BIP0031_VERSION = 60000;
34 
36 static const int MEMPOOL_GD_VERSION = 60002;
37 
39 static const int NO_BLOOM_VERSION = 70201;
40 
42 static const int SENDHEADERS_VERSION = 70201;
43 
44 #endif // BITCOIN_VERSION_H
static const int GETHEADERS_VERSION
In this version, 'getheaders' was introduced.
Definition: version.h:19
static const int MEMPOOL_GD_VERSION
"mempool" command, enhanced "getdata" behavior starts with this version
Definition: version.h:36
static const int BIP0031_VERSION
BIP 0031, pong message, is enabled for all versions AFTER this one.
Definition: version.h:33
static const int SENDHEADERS_VERSION
"sendheaders" command and announcing blocks with headers starts with this version ...
Definition: version.h:42
static const int NOBLKS_VERSION_START
only request blocks from nodes outside this range of versions
Definition: version.h:29
static const int INIT_PROTO_VERSION
initial proto version, to be increased after version/verack negotiation
Definition: version.h:16
static const int NOBLKS_VERSION_END
Definition: version.h:30
static const int MIN_PEER_PROTO_VERSION
disconnect from peers older than this proto version
Definition: version.h:22
static const int PROTOCOL_VERSION
Definition: version.h:13
static const int CADDR_TIME_VERSION
Definition: version.h:26
static const int NO_BLOOM_VERSION
"filter*" commands are disabled without NODE_BLOOM after and including this version ...
Definition: version.h:39