File tree 2 files changed +6
-3
lines changed
test/functional/test_framework
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11
11
*/
12
12
13
13
14
- static const int PROTOCOL_VERSION = 70236 ;
14
+ static const int PROTOCOL_VERSION = 70237 ;
15
15
16
16
//! initial proto version, to be increased after version/verack negotiation
17
17
static const int INIT_PROTO_VERSION = 209 ;
@@ -20,7 +20,7 @@ static const int INIT_PROTO_VERSION = 209;
20
20
static const int MIN_PEER_PROTO_VERSION = 70216 ;
21
21
22
22
//! minimum proto version of masternode to accept in DKGs
23
- static const int MIN_MASTERNODE_PROTO_VERSION = 70235 ;
23
+ static const int MIN_MASTERNODE_PROTO_VERSION = 70237 ;
24
24
25
25
//! protocol version is included in MNAUTH starting with this version
26
26
static const int MNAUTH_NODE_VER_VERSION = 70218 ;
@@ -64,6 +64,9 @@ static const int INCREASE_MAX_HEADERS2_VERSION = 70235;
64
64
//! Behavior of QRINFO is changed in this protocol version
65
65
static const int EFFICIENT_QRINFO_VERSION = 70236 ;
66
66
67
+ //! Introduced new p2p message platform pose BAN
68
+ static const int PLATFORM_BAN_VERSION = 70237 ;
69
+
67
70
// Make sure that none of the values above collide with `ADDRV2_FORMAT`.
68
71
69
72
#endif // BITCOIN_VERSION_H
Original file line number Diff line number Diff line change 100
100
MIN_P2P_VERSION_SUPPORTED = 60001
101
101
# The P2P version that this test framework implements and sends in its `version` message
102
102
# Version 70235 increased max header count for HEADERS2 message from 2000 to 8000
103
- P2P_VERSION = 70236
103
+ P2P_VERSION = 70237
104
104
# The services that this test framework offers in its `version` message
105
105
P2P_SERVICES = NODE_NETWORK | NODE_HEADERS_COMPRESSED
106
106
# The P2P user agent string that this test framework sends in its `version` message
You can’t perform that action at this time.
0 commit comments