chainlib-eth

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

commit 3cfeb9ce8402f47abd95e0017e374974546a2c5a
parent 601db731d9433dc7a709c19ac389c34c771f8817
Author: lash <dev@holbrook.no>
Date:   Sun,  6 Mar 2022 19:33:09 +0000

Upgrade deps

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

diff --git a/requirements.txt b/requirements.txt @@ -1,7 +1,7 @@ -funga-eth~=0.5.6 +funga-eth~=0.6.0 pysha3==1.0.2 hexathon~=0.1.5 websocket-client==0.57.0 potaahto~=0.1.1 -chainlib~=0.0.23 -confini~=0.5.7 +chainlib>=0.1.0b1,<=0.1.0 +confini~=0.6.0 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainlib-eth -version = 0.1.0b3 +version = 0.1.0b4 description = Ethereum implementation of the chainlib interface author = Louis Holbrook author_email = dev@holbrook.no