chainlib-eth

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

commit 109666ba1d1f6ce61dbc336eafc4fd31ebb7ebcb
parent 8ac349f0926214f7dc5f011e950cb867ea0ef762
Author: lash <dev@holbrook.no>
Date:   Fri, 21 Jan 2022 11:21:42 +0000

Bump version to eliminate rlp cytoolz warnings

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,5 @@ +- 0.0.21: + * Remove warnings from cytoolz/rlp in funga-eth - 0.0.15: * Correct inverted addess checksum check for gas cli - 0.0.5-unreleased: diff --git a/requirements.txt b/requirements.txt @@ -1,7 +1,7 @@ -funga-eth~=0.5.1 +funga-eth~=0.5.3 pysha3==1.0.2 hexathon~=0.1.1 websocket-client==0.57.0 potaahto~=0.1.0 -chainlib~=0.0.16 -confini~=0.5.2 +chainlib~=0.0.17 +confini~=0.5.3 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainlib-eth -version = 0.0.18 +version = 0.0.21 description = Ethereum implementation of the chainlib interface author = Louis Holbrook author_email = dev@holbrook.no