Raven Core  3.0.0
P2P Digital Currency
version.h
Go to the documentation of this file.
1 // Copyright (c) 2012-2016 The Bitcoin Core developers
2 // Copyright (c) 2017-2019 The Raven 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 RAVEN_VERSION_H
7 #define RAVEN_VERSION_H
8 
13 static const int PROTOCOL_VERSION = 70022;
14 
16 static const int INIT_PROTO_VERSION = 209;
17 
19 static const int GETHEADERS_VERSION = 31800;
20 
22 static const int MIN_PEER_PROTO_VERSION = GETHEADERS_VERSION;
23 
26 static const int CADDR_TIME_VERSION = 31402;
27 
29 static const int BIP0031_VERSION = 60000;
30 
32 static const int NO_BLOOM_VERSION = 70011;
33 
35 static const int SENDHEADERS_VERSION = 70012;
36 
38 static const int FEEFILTER_VERSION = 70013;
39 
41 static const int SHORT_IDS_BLOCKS_VERSION = 70014;
42 
44 static const int INVALID_CB_NO_BAN_VERSION = 70015;
45 
47 static const int ASSETDATA_VERSION = 70017;
48 
50 static const int ASSETDATA_VERSION_UPDATED = 70020;
51 
53 static const int ASSET_MESSAGING_VERSION = 70022;
54 
55 #endif // RAVEN_VERSION_H