funga-eth

Ethereum implementation of the funga keystore and signer
Log | Files | Refs | README | LICENSE

commit 903f65936e66f3dae23e04b07d1ff434fbe1015c
parent 39435b67ba7441f86f4703e24a962f6ab1fd607d
Author: lash <dev@holbrook.no>
Date:   Thu, 20 Jan 2022 21:39:01 +0000

Upgrade rlp

Diffstat:
ACHANGELOG | 5+++++
Mrequirements.txt | 3++-
Msetup.py | 2+-
3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -0,0 +1,5 @@ +* 0.5.3 + - Upgrade RLP to 3.0.0 (eliminates really annoying cytoolz warning on stdout) +--- + +changelog before 0.5.3 will be written later, sorry diff --git a/requirements.txt b/requirements.txt @@ -1,6 +1,7 @@ cryptography==3.2.1 pysha3==1.0.2 -rlp==2.0.1 +#rlp==2.0.1 +rlp==3.0.0 json-rpc==1.13.0 confini~=0.5.1 coincurve==15.0.0 diff --git a/setup.py b/setup.py @@ -33,7 +33,7 @@ f.close() setup( name="funga-eth", - version="0.5.2", + version="0.5.3", description="Ethereum implementation of the funga keystore and signer", author="Louis Holbrook", author_email="dev@holbrook.no",