chainlib-eth

Ethereum implementation of the chainlib interface
Log | Files | Refs | README | LICENSE

commit e39b91d433b1702070957c799544f0df3dd3e942
parent f8afc172c6437eb578f248de0f7febde59f817cb
Author: nolash <dev@holbrook.no>
Date:   Mon, 28 Jun 2021 08:15:32 +0200

Remove stray eth-abi dep

Diffstat:
Mchainlib/eth/runnable/balance.py | 1-
Mchainlib/eth/runnable/info.py | 1-
Mrequirements.txt | 1+
3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/chainlib/eth/runnable/balance.py b/chainlib/eth/runnable/balance.py @@ -22,7 +22,6 @@ from hexathon import ( even, ) import sha3 -from eth_abi import encode_single # local imports from chainlib.eth.address import to_checksum diff --git a/chainlib/eth/runnable/info.py b/chainlib/eth/runnable/info.py @@ -24,7 +24,6 @@ from hexathon import ( even, ) import sha3 -from eth_abi import encode_single # local imports from chainlib.eth.address import ( diff --git a/requirements.txt b/requirements.txt @@ -3,3 +3,4 @@ pysha3==1.0.2 hexathon~=0.0.1a7 websocket-client==0.57.0 potaahto~=0.0.1a1 +chainlib==0.0.5a1