commit e264ed5c379f5e588dc29cc7b832d5a3825b1a43
parent d472bd4f7c22bce67cc00ff17c1b3a183ed4eddd
Author: lash <dev@holbrook.no>
Date: Thu, 5 May 2022 17:08:09 +0000
Upgrade deps, to avoid shep sync on persist set
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git 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
@@ -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