Remove stale ethtx helper

This commit is contained in:
nolash 2021-06-09 17:20:59 +02:00
parent 09c8bd1819
commit 3756ae28d9
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 1 additions and 3 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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