BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
version.h
Go to the documentation of this file.
1 // Copyright (c) 2012-2018 The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef BITCOIN_VERSION_H
6 #define BITCOIN_VERSION_H
7 
12 static const int PROTOCOL_VERSION = 70015;
13 
15 static const int INIT_PROTO_VERSION = 209;
16 
18 static const int GETHEADERS_VERSION = 31800;
19 
21 static const int MIN_PEER_PROTO_VERSION = GETHEADERS_VERSION;
22 
25 static const int CADDR_TIME_VERSION = 31402;
26 
28 static const int BIP0031_VERSION = 60000;
29 
31 static const int NO_BLOOM_VERSION = 70011;
32 
34 static const int SENDHEADERS_VERSION = 70012;
35 
37 static const int FEEFILTER_VERSION = 70013;
38 
40 static const int SHORT_IDS_BLOCKS_VERSION = 70014;
41 
43 static const int INVALID_CB_NO_BAN_VERSION = 70015;
44 
45 #endif // BITCOIN_VERSION_H