Compare commits

...

2 commits

Author SHA1 Message Date
Jack Robison
cbf3486354
fix test 2020-01-03 17:32:40 -05:00
Jack Robison
0a9d95a4b5
support pre-merge clients connecting to wallet server 2020-01-03 17:02:31 -05:00
2 changed files with 3 additions and 3 deletions

View file

@ -776,7 +776,7 @@ class LBRYElectrumX(SessionBase):
"""A TCP server that handles incoming Electrum connections."""
PROTOCOL_MIN = lbry.version
PROTOCOL_MAX = (1, 0)
PROTOCOL_MAX = (2, 0)
max_errors = math.inf # don't disconnect people for errors! let them happen...
session_mgr: LBRYSessionManager
version = lbry.__version__

View file

@ -24,7 +24,7 @@ class NetworkTests(IntegrationTestCase):
'genesis_hash': self.conductor.spv_node.coin_class.GENESIS_HASH,
'hash_function': 'sha256',
'hosts': {},
'protocol_max': '1.0',
'protocol_max': '2.0',
'protocol_min': lbry.__version__,
'pruning': None,
'description': '',
@ -43,7 +43,7 @@ class NetworkTests(IntegrationTestCase):
'genesis_hash': self.conductor.spv_node.coin_class.GENESIS_HASH,
'hash_function': 'sha256',
'hosts': {},
'protocol_max': '1.0',
'protocol_max': '2.0',
'protocol_min': lbry.__version__,
'pruning': None,
'description': 'Fastest server in the west.',