This repository was archived by the owner on Oct 20, 2024. It is now read-only.
v0.6.8
Release notes
This patch release includes two main fixes:
- Correct a typo in the
eth_estimateUserOperationGas
return value where it was returningverificationGas
instead ofverificationGasLimit
. To avoid breaking changes,verificationGas
will only be removed in the next major update. - Fix for #184 (make estimate callGasLimit take into account value transfers).
What's Changed
- Remove batch fixed from PVG calc by @hazim-j in #201
- Fix typo in eth_estimateUserOperationGas by @hazim-j in #206
- Fix estimate callGasLimit to account for value transfers by @hazim-j in #204
Full Changelog: v0.6.7...v0.6.8