chainlib-eth

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

commit 700e668a4b87e94d684f180d6b76d80738207e3e
parent 78320715121cb48bd7170b133e52c95625fef98c
Author: nolash <dev@holbrook.no>
Date:   Tue,  4 Jan 2022 17:09:49 +0000

Bump chainlib

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

diff --git a/requirements.txt b/requirements.txt @@ -3,5 +3,5 @@ pysha3==1.0.2 hexathon~=0.1.0 websocket-client==0.57.0 potaahto~=0.1.0 -chainlib~=0.0.14 +chainlib~=0.0.15 confini~=0.5.2 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainlib-eth -version = 0.0.15 +version = 0.0.16 description = Ethereum implementation of the chainlib interface author = Louis Holbrook author_email = dev@holbrook.no