From 3cdf1bf6d9d4e4d6d9d3f73438d167bb3cf5769a Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 15 Apr 2021 18:40:43 +0200 Subject: [PATCH] Upgrade chainsyncer --- eth_stat_syncer/runnable/{syncer.py => tracker.py} | 0 requirements.txt | 4 ++-- setup.cfg | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) rename eth_stat_syncer/runnable/{syncer.py => tracker.py} (100%) diff --git a/eth_stat_syncer/runnable/syncer.py b/eth_stat_syncer/runnable/tracker.py similarity index 100% rename from eth_stat_syncer/runnable/syncer.py rename to eth_stat_syncer/runnable/tracker.py diff --git a/requirements.txt b/requirements.txt index 67cde8a..28c2cfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -chainsyncer~=0.0.2a1 -chainlib~=0.0.2a6 +chainsyncer~=0.0.2a2 +chainlib~=0.0.2a15 jsonrpc_std~=0.0.1a2 diff --git a/setup.cfg b/setup.cfg index 8efc728..b707f80 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,10 @@ [metadata] name = eth-stat-syncer -version = 0.0.1a1 +version = 0.0.1a2 description = Cache live EVM blockchain stats author = Louis Holbrook author_email = dev@holbrook.no -url = https://gitlab.com/nolash/giftable-erc-token +url = https://gitlab.com/nolash/eth-stat-syncer keywords = ethereum classifiers = @@ -29,4 +29,4 @@ packages = [options.entry_points] console_scripts = - eth-stat-syncerd = eth_stat_tracker.runnable.syncer:main + eth-stat-trackerd = eth_stat_tracker.runnable.tracker:main