From 95f1f0d0a358c0ec0261ab44c686b644a57f4bcc Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 25 Aug 2021 12:54:27 +0200 Subject: [PATCH] Upgrade chainlib, signer --- requirements.txt | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9823c2c..dcd3208 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -chaind<=0.0.1,>=0.0.1a6 -hexathon~=0.0.1a7 -chainlib-eth<=0.0.6,>=0.0.6a1 +chaind<=0.0.1,>=0.0.1a8 +hexathon~=0.0.1a8 +chainlib-eth<=0.1.0,>=0.0.9a4 diff --git a/setup.cfg b/setup.cfg index d0ebb23..f40263d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chaind-eth -version = 0.0.1a4 +version = 0.0.1a6 description = Queue server for ethereum author = Louis Holbrook author_email = dev@holbrook.no