v0.1.0
vyastrebovvareger
released this
15 Dec 15:13
·
146 commits
to master
since this release
Changes
- Simplification of transaction building interface
- added transaction builder helpers:
TxFunctionCall
,TxCreateContract
,TxCreate2Contract
Transaction712
object is constructed automatically by helpers by using onlyestimated_gas
value
- added transaction builder helpers:
- Updated documentation and example relate to the new API
Fixes:
eth_estimate_gas
method must accept full transaction to correct fee estimation.
For this must be usedtx
attribute of Tx builder helpers