From 3756ae28d9a1ebc178a27ba04db746fb93e1177b Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 9 Jun 2021 17:20:59 +0200 Subject: [PATCH] Remove stale ethtx helper --- python/eth_address_declarator/runnable/add.py | 1 - python/eth_address_declarator/runnable/deploy.py | 1 - python/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 index fcf214f..de316cc 100644 --- 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 index 64d90a0..ff9e054 100644 --- 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 index 644376d..0b40eca 100644 --- 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