From 5c09630b6e9a171af899656c6a6ef6ce21b58a32 Mon Sep 17 00:00:00 2001 From: lash Date: Mon, 14 Feb 2022 13:57:37 +0000 Subject: [PATCH] Skip buggy hexathon --- requirements.txt | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e9b80a6..75f5796 100644 --- 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 index f21bac8..7b51555 100644 --- 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