Skip to content

Commit 6287862

Browse files
committed
oops
1 parent 04eada0 commit 6287862

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/content/docs/en/technology/overview/scroll-upgrades.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ You can join our [Telegram channel for technical updates](https://t.me/scroll_te
2626
During internal testing, we identified that blocks may not always be compressible under certain condition, which leads to unprovable chunks and batches.
2727
To fix this issue, a minor upgrade has been conducted so that uncompressed blobs will be enabled when this special case is detected.
2828

29-
Notes:
30-
1.
31-
2. This patch does not change any headers and therefore is backward-compatible.
32-
3329
### Timeline
3430

3531
As this is a security related patch, we bypassed the 7-day timelock mechanism.
@@ -49,7 +45,7 @@ This upgrade does not change Scroll's state transition function, so it is backwa
4945
A change has been implemented to Scroll Mainnet to enhance sequencer throughput, which adjusted the maximum reorg depth to 17 blocks. Previously, the system performed thorough capacity checks within the signer thread to determine whether transactions exceed the circuit limit. While this ensures that all transactions within a block are compliant, it also requires additional CPU resources.
5046
We introduced a new circuit capacity checking scheme on Mainnet. The sequencer thread now will continue to perform capacity checks, but in a more approximate manner. In parallel, 16 worker threads will accurately verify the capacity of previous blocks. As a result, a reorg could occur with a maximum depth of 17 blocks, although the likelihood of this is low.
5147

52-
For indexers, the `BatchHeader` version has been upgraded to 4. This is backward compatible (the only exception is for projects decoding the blob payload, which has changed slightly).
48+
For indexers, the `BatchHeader` version has been upgraded to 4. This is backward compatible (the only exception is for developers decoding the blob payload, which has changed slightly).
5349

5450
## Darwin Upgrade
5551

0 commit comments

Comments
 (0)