chainlib-eth

Ethereum implementation of the chainlib interface
Log | Files | Refs | README | LICENSE

commit 5c09630b6e9a171af899656c6a6ef6ce21b58a32
parent e9f31ed7f154ae074636e0e2362dc8798fbdf729
Author: lash <dev@holbrook.no>
Date:   Mon, 14 Feb 2022 13:57:37 +0000

Skip buggy hexathon

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

diff --git a/requirements.txt b/requirements.txt @@ -1,7 +1,7 @@ funga-eth~=0.5.3 pysha3==1.0.2 -hexathon~=0.1.2 +hexathon~=0.1.3 websocket-client==0.57.0 potaahto~=0.1.0 -chainlib~=0.0.17 +chainlib~=0.0.18 confini~=0.5.3 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainlib-eth -version = 0.0.23 +version = 0.0.24 description = Ethereum implementation of the chainlib interface author = Louis Holbrook author_email = dev@holbrook.no