This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
v0.6.0-rc.7
Release notes
This v0.6.0
release candidate adds support for EVM networks that use legacy fees (i.e pre EIP-1559 and no basefee
). It also eliminates any variability in the estimation of preVerificationGas
.
What's Changed
- Update link to bundler docs by @hazim-j in #152
- Add support for legacy fee mode by @hazim-j in #153
- Replace all bytes in signature with 01 to reduce variability in PVG estimate by @hazim-j in #154
Full Changelog: v0.6.0-rc.6...v0.6.0-rc.7