This repository was archived by the owner on Oct 20, 2024. It is now read-only.
v0.6.0-rc.11
Release notes
v0.6.0-rc.11
optimises the UX of eth_estimateUserOperationGas
by using a binary search approach to find appropriate gas limits to simulate from. Previously, clients had to provide verificationGasLimit
and callGasLimit
which was used as the upper bound of the simulation. This resulted in a circular issue where clients still needed to figure out a reasonable maximum limit to use.
What's Changed
- Fix flaky hardhat compile in CI by @hazim-j in #164
- Switch test suite to use eth-infinitism repo with v0.6 update by @hazim-j in #167
- Refactor: only use debug_traceCall during gas estimation by @hazim-j in #168
- Use a binary search approach to determine gas limits by @hazim-j in #169
Full Changelog: v0.6.0-rc.10...v0.6.0-rc.11