Compare commits
No commits in common. "master" and "lash/rcpt-src" have entirely different histories.
master
...
lash/rcpt-
@ -1,5 +1,3 @@
|
||||
- 0.1.1
|
||||
* Add fee_limit, fee_price alias to Tx object
|
||||
- 0.1.0:
|
||||
* Allow nonce ommission in encode when not tx mode
|
||||
* Add rcpt src to tx object
|
||||
|
@ -429,8 +429,6 @@ class TxFactory:
|
||||
return self.build_raw(tx)
|
||||
elif tx_format == TxFormat.RAW_ARGS:
|
||||
return strip_0x(tx['data'])
|
||||
elif tx_format == TxFormat.DICT:
|
||||
return tx
|
||||
raise NotImplementedError('tx formatting {} not implemented'.format(tx_format))
|
||||
|
||||
|
||||
@ -556,9 +554,6 @@ class Tx(BaseTx):
|
||||
self.outputs = [to_checksum(address_from)]
|
||||
self.contract = None
|
||||
|
||||
self.fee_limit = self.gas_limit
|
||||
self.fee_price = self.gas_price
|
||||
|
||||
try:
|
||||
inpt = src['input']
|
||||
except KeyError:
|
||||
|
@ -1,7 +1,7 @@
|
||||
funga-eth~=0.6.0
|
||||
funga-eth~=0.5.6
|
||||
pysha3==1.0.2
|
||||
hexathon~=0.1.5
|
||||
websocket-client==0.57.0
|
||||
potaahto~=0.1.1
|
||||
chainlib~=0.1.0
|
||||
confini~=0.6.0
|
||||
chainlib~=0.0.23
|
||||
confini~=0.5.7
|
||||
|
Loading…
Reference in New Issue
Block a user