Skip to content

scroll-v5.7.0

Latest
Compare
Choose a tag to compare
@Thegaram Thegaram released this 27 Aug 06:08
· 26 commits to develop since this release
scroll-v5.7.0
ff23c52

Overview

This is a mandatory release for nodes running with rollup verification enabled. For other nodes, this is a recommended release.

This is a small follow-up release after the recent Darwin upgrade. This release embeds the fork timestamps for DarwinV2 for Scroll mainnet and Scroll Sepolia.

Compatibility

Similar to the previous release, this upgrade does not change Scroll's state transition function, so it is backward compatible. However, the format of the batch data committed to Ethereum changes. As a result, nodes that enabled rollup verification (--rollup.verify) must upgrade to be able to follow the chain.

To follow the DarwinV2 upgrade, simply upgrade your node and run it with the --scroll or --scroll-sepolia flag respectively. If you do not use these flags, then you must update your genesis.json file and reimport it using geth init genesis.json:

  • Add "darwinV2Time": 1725264000 for Scroll mainnet.
  • Add "darwinV2Time": 1724832000 for Scroll Sepolia.

What's Changed

New Contributors

Full Changelog: scroll-v5.6.0...scroll-v5.7.0