forked from chaintool/funga-eth
Compare commits
No commits in common. "0a4f3eaa981e00b71deeae2c3d17bc50cbbac9ef" and "b20853312d53c68fa8292fe0d04624149fcc6d6c" have entirely different histories.
0a4f3eaa98
...
b20853312d
@ -1,5 +0,0 @@
|
|||||||
* 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
|
|
@ -1,7 +1,6 @@
|
|||||||
cryptography==3.2.1
|
cryptography==3.2.1
|
||||||
pysha3==1.0.2
|
pysha3==1.0.2
|
||||||
#rlp==2.0.1
|
rlp==2.0.1
|
||||||
rlp==3.0.0
|
|
||||||
json-rpc==1.13.0
|
json-rpc==1.13.0
|
||||||
confini~=0.5.1
|
confini~=0.5.1
|
||||||
coincurve==15.0.0
|
coincurve==15.0.0
|
||||||
|
2
setup.py
2
setup.py
@ -33,7 +33,7 @@ f.close()
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="funga-eth",
|
name="funga-eth",
|
||||||
version="0.5.3",
|
version="0.5.2",
|
||||||
description="Ethereum implementation of the funga keystore and signer",
|
description="Ethereum implementation of the funga keystore and signer",
|
||||||
author="Louis Holbrook",
|
author="Louis Holbrook",
|
||||||
author_email="dev@holbrook.no",
|
author_email="dev@holbrook.no",
|
||||||
|
Loading…
Reference in New Issue
Block a user