Skip to content

v0.1.0

Compare
Choose a tag to compare
@vyastrebovvareger vyastrebovvareger released this 15 Dec 15:13
· 146 commits to master since this release
e93a25d

Changes

  • Simplification of transaction building interface
    • added transaction builder helpers: TxFunctionCall, TxCreateContract, TxCreate2Contract
    • Transaction712 object is constructed automatically by helpers by using only estimated_gas value
  • 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 used tx attribute of Tx builder helpers