File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
test/functional/test_framework Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1111 */
1212
1313
14- static const int PROTOCOL_VERSION = 70236 ;
14+ static const int PROTOCOL_VERSION = 70237 ;
1515
1616//! initial proto version, to be increased after version/verack negotiation
1717static const int INIT_PROTO_VERSION = 209 ;
@@ -20,7 +20,7 @@ static const int INIT_PROTO_VERSION = 209;
2020static const int MIN_PEER_PROTO_VERSION = 70216 ;
2121
2222//! 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 ;
2424
2525//! protocol version is included in MNAUTH starting with this version
2626static const int MNAUTH_NODE_VER_VERSION = 70218 ;
@@ -64,6 +64,9 @@ static const int INCREASE_MAX_HEADERS2_VERSION = 70235;
6464//! Behavior of QRINFO is changed in this protocol version
6565static const int EFFICIENT_QRINFO_VERSION = 70236 ;
6666
67+ //! cycleHash in isdlock message switched to using quorum's base block in this version
68+ static const int ISDLOCK_CYCLEHASH_UPDATE_VERSION = 70237 ;
69+
6770// Make sure that none of the values above collide with `ADDRV2_FORMAT`.
6871
6972#endif // BITCOIN_VERSION_H
Original file line number Diff line number Diff line change 9999# The minimum P2P version that this test framework supports
100100MIN_P2P_VERSION_SUPPORTED = 60001
101101# The P2P version that this test framework implements and sends in its `version` message
102- # Version 70235 increased max header count for HEADERS2 message from 2000 to 8000
103- P2P_VERSION = 70236
102+ # Version 70237 switched cycleHash in isdlock message to using quorum's base block
103+ P2P_VERSION = 70237
104104# The services that this test framework offers in its `version` message
105105P2P_SERVICES = NODE_NETWORK | NODE_HEADERS_COMPRESSED
106106# 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