Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

v0.6.8

Compare
Choose a tag to compare
@hazim-j hazim-j released this 17 Jul 06:09
· 68 commits to main since this release
f6725b6

Release notes

This patch release includes two main fixes:

  1. Correct a typo in the eth_estimateUserOperationGas return value where it was returning verificationGas instead of verificationGasLimit. To avoid breaking changes, verificationGas will only be removed in the next major update.
  2. 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