Skip to content

scroll-v5.8.74

Choose a tag to compare

@Thegaram Thegaram released this 24 Jul 13:29
· 16 commits to develop since this release
scroll-v5.8.74
3d2f379

Overview

This is a hotfix release for Scroll Sepolia nodes. This release fixes two issues:

  • Some eth_estimateGas RPC calls would fail with insufficient gas for floor data gas cost.
  • Nodes running with rollup verification enabled would fail at the first Feynman batch with failed to sanity check postL1MessageQueueHash after applying all L1 messages.

This release is mandatory for Scroll Sepolia nodes with rollup verification enabled (--rollup.verify flag). Upgrading Scroll mainnet nodes to this version is not recommended.

What's Changed

  • fix: consider floor gas in eth_estimateGas by @Thegaram in #1225
  • fix: remove wrong transition check in rollup-verifier by @Thegaram in #1226

Full Changelog: scroll-v5.8.72...scroll-v5.8.74