diff --git a/CHANGELOG b/CHANGELOG index fceabd2..9d545e6 100644 --- 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 index 97701f0..bdf0c03 100644 --- 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 index 8ddbf1f..cec92dc 100644 --- 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