Skip to content

v0.4.0

Compare
Choose a tag to compare
@roynalnaruto roynalnaruto released this 13 Aug 08:31
· 139 commits to master since this release
bf0d74d

We have added support for Type 0x2 transactions on Ethereum, i.e. EIP-1559 compatible transactions. There has been significant refactoring, whereby we separated out the common behaviour of EVM-compatible chains to a new package evm. Chains that still rely on priority gas auctions use the default GasEstimator and TxBuilder from the evm package.

Ethereum re-implements those interfaces to support EIP-1559. We have a gas recommendation engine which is basically a port of this work.

  • All the above changes (#115)