funga

Signer and keystore daemon and library for cryptocurrency software development
Log | Files | Refs | README | LICENSE

commit 2efe10162ea08447bfd7da4d9f2a37f041c5c23d
parent 8a017c74f0bebd3830a5b8c1d606cd0b5a97e4ce
Author: nolash <dev@holbrook.no>
Date:   Fri, 19 Mar 2021 20:14:32 +0100

Revert from simple-rlp (does not serialize correctly)

Diffstat:
Mcrypto_dev_signer/encoding.py | 2+-
Mrequirements.txt | 3++-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/crypto_dev_signer/encoding.py b/crypto_dev_signer/encoding.py @@ -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: diff --git a/requirements.txt b/requirements.txt @@ -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