File tree 1 file changed +2
-5
lines changed 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ class CNode;
24
24
class CVGPMessage ;
25
25
26
26
static constexpr size_t MAX_MESSAGE_SIZE = 8192 ;
27
- static constexpr int MIN_VGP_MESSAGE_PEER_PROTO_VERSION = 71200 ; // TODO (BDAP): Update minimum protocol version before v2.4 release
27
+ static constexpr int MIN_VGP_MESSAGE_PEER_PROTO_VERSION = 71000 ;
28
28
static constexpr size_t MAX_MESSAGE_DATA_LENGTH = 8192 ;
29
- static constexpr uint32_t MIN_CLIENT_VERSION = 2041400 ; // TODO (BDAP): Update minimum client version before v2.4 release
29
+ static constexpr uint32_t MIN_CLIENT_VERSION = 2040000 ;
30
30
static constexpr size_t MAX_SIGNATURE_SIZE = 72 ;
31
31
static constexpr size_t MAX_WALLET_PUBKEY_SIZE = 40 ;
32
32
static constexpr int KEEP_MESSAGE_LOG_ALIVE_SECONDS = 300 ; // 5 minutes.
@@ -35,9 +35,6 @@ static constexpr int MAX_MESAGGE_DRIFT_SECONDS = 90; // 1.5 minutes.
35
35
static constexpr int MAX_MESAGGE_RELAY_SECONDS = 120 ; // 2 minutes.
36
36
static const uint256 VGP_MESSAGE_MIN_HASH_TARGET = uint256S(" 00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" );
37
37
38
- // TODO (BDAP): do not support v1 messages or change hash proof message to v1.
39
- // ! Version VPG message 1 doesn't contain hash proof to prevent spam
40
- // ! Version 2 requires hash proof
41
38
class CUnsignedVGPMessage
42
39
{
43
40
public:
You can’t perform that action at this time.
0 commit comments