From 362becbcce6a7e50aaa88c5f28494e5e52d2abda Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Tue, 12 Dec 2017 04:24:10 +0300 Subject: [PATCH] Bump MIN_PEER_PROTO_VERSION to 70208 (#1772) Drop old (pre-v0.12.2.x) peers --- qa/rpc-tests/test_framework/mininode.py | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/rpc-tests/test_framework/mininode.py b/qa/rpc-tests/test_framework/mininode.py index 47782fd4b5..36a2cf068b 100755 --- a/qa/rpc-tests/test_framework/mininode.py +++ b/qa/rpc-tests/test_framework/mininode.py @@ -35,7 +35,7 @@ import copy import dash_hash BIP0031_VERSION = 60000 -MY_VERSION = 70206 # current MIN_PEER_PROTO_VERSION +MY_VERSION = 70208 # current MIN_PEER_PROTO_VERSION MY_SUBVERSION = b"/python-mininode-tester:0.0.2/" MAX_INV_SZ = 50000 diff --git a/src/version.h b/src/version.h index 3047e0c815..629106a7eb 100644 --- a/src/version.h +++ b/src/version.h @@ -19,7 +19,7 @@ static const int INIT_PROTO_VERSION = 209; static const int GETHEADERS_VERSION = 70077; //! disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = 70206; +static const int MIN_PEER_PROTO_VERSION = 70208; //! nTime field added to CAddress, starting with this version; //! if possible, avoid requesting addresses nodes older than this