From e264ed5c379f5e588dc29cc7b832d5a3825b1a43 Mon Sep 17 00:00:00 2001 From: lash Date: Thu, 5 May 2022 17:08:09 +0000 Subject: [PATCH] Upgrade deps, to avoid shep sync on persist set --- chaind/filter.py | 1 - requirements.txt | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/chaind/filter.py b/chaind/filter.py index 184fb1e..1e5386f 100644 --- a/chaind/filter.py +++ b/chaind/filter.py @@ -76,7 +76,6 @@ class StateFilter(SyncFilter): break except NotLocalTxError: logg.debug('skipping not local transaction {}'.format(tx.hash)) - self.__stop_adapter() return False except BackendError as e: logg.error('adapter get failed: {}, one more try'.format(e)) diff --git a/requirements.txt b/requirements.txt index 44cd1df..ccae2e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ chainlib~=0.1.2 -chainqueue~=0.1.14 -chainsyncer~=0.4.6 +chainqueue~=0.1.15 +chainsyncer~=0.4.7 confini~=0.6.0 funga~=0.5.2 pyxdg~=0.26