Overview
This is a hotfix release for Scroll Sepolia nodes. This release fixes two issues:
- Some
eth_estimateGas
RPC calls would fail withinsufficient 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