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

v0.6.3

Compare
Choose a tag to compare
@hazim-j hazim-j released this 12 Jun 14:31
· 76 commits to main since this release
30dfee6

Release notes

This patch release adds a custom preVerificationGas calculation to account for the 2D gas fees on Optimism and Optimism Goerli.

Note: Since the L1 gas component is variable, this means there is a chance the PVG can change between eth_estimateUserOperationGas and eth_sendUserOperation. To account for this variability, eth_estimateUserOperationGas will include a 1% buffer on Optimism and 16% on Arbitrum to the returned PVG.


What's Changed

  • Switch compliance workflow to use develop branch of bundler spec test by @hazim-j in #179
  • Account for Optimism gas in PVG by @hazim-j in #185
  • Add a buffer to PVG estimation for non-static values by @hazim-j in #186
  • Account for network specific PVG buffer values by @hazim-j in #187

Full Changelog: v0.6.1...v0.6.3