commit 8b549ebea290544b01b2b1a47429677583781982 parent 2e687114af2bb5bff129ed0f04a36c3ac7c3d09c Author: nolash <dev@holbrook.no> Date: Sat, 10 Apr 2021 00:34:12 +0200 Update chainsyncer Diffstat:
M | eth_stat_syncer/runnable/syncer.py | | | 2 | +- |
M | requirements.txt | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/eth_stat_syncer/runnable/syncer.py b/eth_stat_syncer/runnable/syncer.py @@ -6,7 +6,7 @@ import argparse # external imports import confini -from chainsyncer.backend import MemBackend +from chainsyncer.backend.memory import MemBackend from chainsyncer.driver import ( HeadSyncer, HistorySyncer, diff --git a/requirements.txt b/requirements.txt @@ -1,3 +1,3 @@ -chainsyncer~=0.0.1a22 +chainsyncer~=0.0.2a1 chainlib~=0.0.2a6 jsonrpc_std~=0.0.1a2