Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
129e25bbf5
|
||
|
|
a76020b13b
|
@@ -429,6 +429,8 @@ class TxFactory:
|
|||||||
return self.build_raw(tx)
|
return self.build_raw(tx)
|
||||||
elif tx_format == TxFormat.RAW_ARGS:
|
elif tx_format == TxFormat.RAW_ARGS:
|
||||||
return strip_0x(tx['data'])
|
return strip_0x(tx['data'])
|
||||||
|
elif tx_format == TxFormat.DICT:
|
||||||
|
return tx
|
||||||
raise NotImplementedError('tx formatting {} not implemented'.format(tx_format))
|
raise NotImplementedError('tx formatting {} not implemented'.format(tx_format))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3,5 +3,5 @@ pysha3==1.0.2
|
|||||||
hexathon~=0.1.5
|
hexathon~=0.1.5
|
||||||
websocket-client==0.57.0
|
websocket-client==0.57.0
|
||||||
potaahto~=0.1.1
|
potaahto~=0.1.1
|
||||||
chainlib>=0.1.0b1,<=0.1.0
|
chainlib~=0.1.0
|
||||||
confini~=0.6.0
|
confini~=0.6.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = chainlib-eth
|
name = chainlib-eth
|
||||||
version = 0.1.0b4
|
version = 0.1.0
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user