chainlib-eth

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

commit 6cadad372f76fafa4d998ad2d478a31e860ab868
parent 47b7fa7eef969f271699a02a41b247d80212d97d
Author: nolash <dev@holbrook.no>
Date:   Mon, 18 Oct 2021 14:27:40 +0200

Upgrade deps

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.0.1a8 websocket-client==0.57.0 potaahto~=0.0.1a1 -chainlib==0.0.10a2 +chainlib==0.0.10a3 confini>=0.4.1a1,<0.5.0 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainlib-eth -version = 0.0.10a1 +version = 0.0.10a2 description = Ethereum implementation of the chainlib interface author = Louis Holbrook author_email = dev@holbrook.no