Merge branch 'master' into Ida/pbkdf2

This commit is contained in:
Mohamed Sohail 2022-01-24 11:10:35 +00:00
commit 0a4f3eaa98
3 changed files with 8 additions and 2 deletions

5
CHANGELOG Normal file
View File

@ -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

View File

@ -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

View File

@ -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",