Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

v0.1.0

Choose a tag to compare

@vyastrebovvareger vyastrebovvareger released this 15 Dec 15:13
· 147 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