chainlib-eth

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

commit 2ef596df8620fc21ca512905f520382f88929a91
parent bfbb1dea26c3c68d042436b0852c96ae90e123a3
Author: nolash <dev@holbrook.no>
Date:   Mon,  6 Dec 2021 19:03:08 +0100

Upgrade chainlib and self

Diffstat:
Mrequirements.txt | 4++--
Msetup.cfg | 2+-
2 files changed, 3 insertions(+), 3 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.13 -confini~=0.5.1 +chainlib~=0.0.14 +confini~=0.5.2 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainlib-eth -version = 0.0.13 +version = 0.0.14 description = Ethereum implementation of the chainlib interface author = Louis Holbrook author_email = dev@holbrook.no