Dogecoin Core  1.14.2
P2P Digital Currency
version.h
Go to the documentation of this file.
1 // Copyright (c) 2012-2016 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 // XXX: Decide if this is appropriate - if we reintroduce alerts we may need
13 // to reduce to 70012
14 static const int PROTOCOL_VERSION = 70015;
15 
17 static const int INIT_PROTO_VERSION = 209;
18 
20 static const int GETHEADERS_VERSION = 31800;
21 
23 static const int MIN_PEER_PROTO_VERSION = 70003;
24 
27 static const int CADDR_TIME_VERSION = 31402;
28 
30 static const int BIP0031_VERSION = 60000;
31 
33 static const int MEMPOOL_GD_VERSION = 60002;
34 
36 static const int NO_BLOOM_VERSION = 70011;
37 
39 static const int SENDHEADERS_VERSION = 70012;
40 
42 static const int FEEFILTER_VERSION = 70013;
43 
45 static const int SHORT_IDS_BLOCKS_VERSION = 70014;
46 
48 static const int INVALID_CB_NO_BAN_VERSION = 70015;
49 
50 #endif // BITCOIN_VERSION_H