Revert from simple-rlp (does not serialize correctly)

This commit is contained in:
nolash 2021-03-19 20:14:32 +01:00
parent 8a017c74f0
commit 2efe10162e
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@ def private_key_to_address(pk, result_format='hex'):
elif result_format == 'bytes':
return z[:20]
raise ValueError('invalid result format "{}"'.format(result_format))
def is_address(address_hex):
try:

View File

@ -1,7 +1,8 @@
psycopg2==2.8.6
cryptography==3.2.1
pysha3==1.0.2
simple-rlp==0.1.2
#simple-rlp==0.1.2
rlp==2.0.1
json-rpc==1.13.0
confini~=0.3.6a3
sqlalchemy==1.3.20