diff --git a/src/content/docs/en/technology/overview/scroll-upgrades.mdx b/src/content/docs/en/technology/overview/scroll-upgrades.mdx index 3a7d6aae9..9afde97c8 100644 --- a/src/content/docs/en/technology/overview/scroll-upgrades.mdx +++ b/src/content/docs/en/technology/overview/scroll-upgrades.mdx @@ -23,7 +23,7 @@ You can join our [Telegram channel for technical updates](https://t.me/scroll_te ### Overview -During internal testing, we identified that blocks may not always be compressible under certain condition, which leads to unprovable chunks and batches. +During internal testing, we identified that blocks may not always be compressible under certain conditions, which leads to unprovable chunks and batches. To fix this issue, a minor upgrade has been conducted so that uncompressed blobs will be enabled when this special case is detected. ### Timeline @@ -38,6 +38,7 @@ As this is a security related patch, we bypassed the 7-day timelock mechanism. #### Sequencer and Follower Nodes (l2geth) The new node version is `v5.7.0`. See the [release notes](https://github.com/scroll-tech/go-ethereum/releases/tag/scroll-v5.7.0) for more information. + 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. #### Dapps and Indexers