6 #ifndef RAVEN_VERSION_H 7 #define RAVEN_VERSION_H 13 static const int PROTOCOL_VERSION = 70022;
16 static const int INIT_PROTO_VERSION = 209;
19 static const int GETHEADERS_VERSION = 31800;
22 static const int MIN_PEER_PROTO_VERSION = GETHEADERS_VERSION;
26 static const int CADDR_TIME_VERSION = 31402;
29 static const int BIP0031_VERSION = 60000;
32 static const int NO_BLOOM_VERSION = 70011;
35 static const int SENDHEADERS_VERSION = 70012;
38 static const int FEEFILTER_VERSION = 70013;
41 static const int SHORT_IDS_BLOCKS_VERSION = 70014;
44 static const int INVALID_CB_NO_BAN_VERSION = 70015;
47 static const int ASSETDATA_VERSION = 70017;
50 static const int ASSETDATA_VERSION_UPDATED = 70020;
53 static const int ASSET_MESSAGING_VERSION = 70022;
55 #endif // RAVEN_VERSION_H