eth-address-index

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 3756ae28d9a1ebc178a27ba04db746fb93e1177b
parent 09c8bd1819f90c3a48c4448a2551ce7b90cf8206
Author: nolash <dev@holbrook.no>
Date:   Wed,  9 Jun 2021 17:20:59 +0200

Remove stale ethtx helper

Diffstat:
Mpython/eth_address_declarator/runnable/add.py | 1-
Mpython/eth_address_declarator/runnable/deploy.py | 1-
Mpython/setup.cfg | 2+-
3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/python/eth_address_declarator/runnable/add.py b/python/eth_address_declarator/runnable/add.py @@ -14,7 +14,6 @@ import logging # third-party imports from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer from crypto_dev_signer.keystore.dict import DictKeystore -from crypto_dev_signer.eth.helper import EthTxExecutor from chainlib.chain import ChainSpec from chainlib.eth.nonce import ( RPCNonceOracle, diff --git a/python/eth_address_declarator/runnable/deploy.py b/python/eth_address_declarator/runnable/deploy.py @@ -15,7 +15,6 @@ import logging # third-party imports from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer from crypto_dev_signer.keystore.dict import DictKeystore -from crypto_dev_signer.eth.helper import EthTxExecutor from chainlib.chain import ChainSpec from chainlib.eth.nonce import ( RPCNonceOracle, diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-address-index -version = 0.1.1a11 +version = 0.1.1a12 description = Signed metadata declarations for ethereum addresses author = Louis Holbrook author_email = dev@holbrook.no