mirror of
git://holbrook.no/eth-address-index
synced 2024-11-16 06:26:46 +01:00
Include signer fix without spammy logs
This commit is contained in:
parent
8f9834105d
commit
4dea83e81a
@ -83,6 +83,10 @@ def main():
|
||||
c.functions.addDeclaration(args.address, args.declaration).buildTransaction,
|
||||
],
|
||||
)
|
||||
|
||||
if block_last:
|
||||
helper.wait_for()
|
||||
|
||||
print(tx_hash)
|
||||
|
||||
|
||||
|
@ -87,7 +87,9 @@ def main():
|
||||
],
|
||||
force_wait=True,
|
||||
)
|
||||
rcpt = w3.eth.getTransactionReceipt(tx_hash)
|
||||
|
||||
if block_last:
|
||||
helper.wait_for()
|
||||
|
||||
print(rcpt.contractAddress)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = eth-address-index
|
||||
version = 0.1.0a1
|
||||
version = 0.1.0a4
|
||||
description = Signed metadata declarations for ethereum addresses
|
||||
author = Louis Holbrook
|
||||
author_email = dev@holbrook.no
|
||||
@ -30,7 +30,7 @@ packages =
|
||||
eth_token_index.runnable
|
||||
install_requires =
|
||||
web3==5.12.2
|
||||
crypto-dev-signer~=0.4.13b2
|
||||
crypto-dev-signer~=0.4.13b10
|
||||
tests_require =
|
||||
eth-tester==0.5.0b2
|
||||
py-evm==0.3.0a20
|
||||
|
Loading…
Reference in New Issue
Block a user