Compare commits
No commits in common. "1a73c0d1ed81c8aeb0aede0444b6e07487a55a31" and "f688cba5cc9f215654f0c96a6804bb81f3ec5dc0" have entirely different histories.
1a73c0d1ed
...
f688cba5cc
@ -112,9 +112,6 @@ def main():
|
|||||||
exec_address = add_0x(to_checksum_address(config.get('_EXEC_ADDRESS')))
|
exec_address = add_0x(to_checksum_address(config.get('_EXEC_ADDRESS')))
|
||||||
|
|
||||||
if signer == None or config.true('_NOTX'):
|
if signer == None or config.true('_NOTX'):
|
||||||
if config.true('_RAW'):
|
|
||||||
print(strip_0x(code))
|
|
||||||
return
|
|
||||||
c = TxFactory(chain_spec)
|
c = TxFactory(chain_spec)
|
||||||
j = JSONRPCRequest(id_generator=rpc.id_generator)
|
j = JSONRPCRequest(id_generator=rpc.id_generator)
|
||||||
o = j.template()
|
o = j.template()
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = chainlib-eth
|
name = chainlib-eth
|
||||||
version = 0.0.17
|
version = 0.0.16
|
||||||
description = Ethereum implementation of the chainlib interface
|
description = Ethereum implementation of the chainlib interface
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
|
Loading…
Reference in New Issue
Block a user