chainlib-eth

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

commit 79a1123dc853ab46edc8a309e564ffbb9acc4405
parent 5c09630b6e9a171af899656c6a6ef6ce21b58a32
Author: lash <dev@holbrook.no>
Date:   Sun, 20 Feb 2022 18:27:51 +0000

Upgrade chainlib, allow passphrase file for wallet key

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,7 @@ +- 0.0.25: + * Upgrade chainlib to get passphrase file for wallet keyfile +- 0.0.24: + * Upgrade from hexathon bug breaking compact hex function - 0.0.23: * Make get block args and responses compatible with picky golang marhaling in geth - 0.0.22: diff --git a/requirements.txt b/requirements.txt @@ -3,5 +3,5 @@ pysha3==1.0.2 hexathon~=0.1.3 websocket-client==0.57.0 potaahto~=0.1.0 -chainlib~=0.0.18 +chainlib~=0.0.19 confini~=0.5.3 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainlib-eth -version = 0.0.24 +version = 0.0.25 description = Ethereum implementation of the chainlib interface author = Louis Holbrook author_email = dev@holbrook.no