Remove crypto_dev_signer, add funga
This commit is contained in:
parent
e073a3c57a
commit
d2505f19d2
@ -1,9 +1,6 @@
|
||||
# standard imports
|
||||
import logging
|
||||
|
||||
# external imports
|
||||
from crypto_dev_signer.keystore.dict import DictKeystore
|
||||
|
||||
logg = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@ -19,7 +16,7 @@ class Wallet:
|
||||
:todo: sign_transaction_to_rlp from chainlib-eth must be renamed to sign_transaction_to_wire, and included as part of signer interface
|
||||
"""
|
||||
|
||||
def __init__(self, signer_cls, keystore=DictKeystore(), checksummer=None):
|
||||
def __init__(self, signer_cls, keystore=None, checksummer=None):
|
||||
self.signer_constructor = signer_cls
|
||||
self.keystore = keystore
|
||||
self.signer = None
|
||||
|
@ -1,3 +1,3 @@
|
||||
crypto-dev-signer>=0.4.15rc2,<=0.4.15
|
||||
funga>=0.5.1a1,<0.6.0
|
||||
pysha3==1.0.2
|
||||
hexathon~=0.0.1a8
|
||||
|
Loading…
Reference in New Issue
Block a user