Fabcoin Core  0.16.2
P2P Digital Currency
version.h
Go to the documentation of this file.
1 // Copyright (c) 2012-2017 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 FABCOIN_VERSION_H
6 #define FABCOIN_VERSION_H
7 
12 static const int PROTOCOL_VERSION = 70017;
13 
14 static const int FAB_CONTRACT_VERSION = 70017;
15 
16 static const int FAB_HARD_FORK_VERSION = 70016;
17 
19 static const int INIT_PROTO_VERSION = 209;
20 
22 static const int GETHEADERS_VERSION = 31800;
23 
25 static const int MIN_PEER_PROTO_VERSION = GETHEADERS_VERSION;
26 
29 static const int CADDR_TIME_VERSION = 31402;
30 
32 static const int BIP0031_VERSION = 60000;
33 
35 static const int NO_BLOOM_VERSION = 70011;
36 
38 static const int SENDHEADERS_VERSION = 70012;
39 
41 static const int FEEFILTER_VERSION = 70013;
42 
44 static const int SHORT_IDS_BLOCKS_VERSION = 70014;
45 
47 static const int INVALID_CB_NO_BAN_VERSION = 70015;
48 
49 #endif // FABCOIN_VERSION_H