chaind-eth

Queue server for ethereum
Log | Files | Refs | README | LICENSE

commit 95f1f0d0a358c0ec0261ab44c686b644a57f4bcc
parent 5b92a8361d473b459fcd65365c902a65572719f4
Author: nolash <dev@holbrook.no>
Date:   Wed, 25 Aug 2021 12:54:27 +0200

Upgrade chainlib, signer

Diffstat:
Mrequirements.txt | 6+++---
Msetup.cfg | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 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 @@ -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