Releases: renproject/multichain
Releases · renproject/multichain
v0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.3
v0.4.2
v0.4.1
v0.4.0
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)