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

v0.6.0-rc.5

Compare
Choose a tag to compare
@hazim-j hazim-j released this 22 Apr 04:49
· 98 commits to main since this release
4580464

Release notes

This v0.6.0 release candidate fixes an issue that causes a panic when estimating verificationGasLimit and callGasLimit with zero fee values.

In this situation we decided to bail with a relevant error message rather than set the fee values to 1. This would have prevented the panic, however it would still have caused preVerificationGas to be invalid once fee values are added downstream.


What's Changed

  • Check fee values are > 0 before estimating gas to prevent division by 0 panic by @hazim-j in #149
  • Recalculate final PVG with estimated gas limit values by @hazim-j in #150

Full Changelog: v0.6.0-rc.4...v0.6.0-rc.5