Skip to content

Commit d5614c9

Browse files
authored
Merge pull request #1576 from ethereum-optimism/sb/u15-new-ap-and-challenger
U15: New absolute prestate and op-challenger
2 parents 0f08d4b + 64062c6 commit d5614c9

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

pages/notices/superchain-withdrawal-pause-test.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ import { Steps, Callout } from 'nextra/components'
2020
# Superchain withdrawal pause test
2121

2222
<Callout type="info">
23-
* Sepolia Superchain withdrawal pause test is scheduled for **April 14th 2025**
24-
* Mainnet Superchain withdrawal pause test date will be announced soon
23+
Sepolia Superchain withdrawal pause test was successfully completed on **April 14th 2025**.
2524
</Callout>
2625

2726
The Optimism Collective will be testing improved incident response features on the Sepolia Superchain.

pages/notices/upgrade-15.mdx

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ This page outlines breaking changes related to the Isthmus network upgrade for c
2424
If you experience difficulty at any stage of this process, please reach out to developer support.
2525

2626
<Callout type="info">
27-
The Isthmus hard fork for the Sepolia Superchain will be activated at **Thu Apr 17 16:00:00 UTC 2025** (`1744905600`).
28-
This is for all chains who have opted into the [hard fork inheritance behavior](/superchain/superchain-registry#hard-fork-activation-inheritance-behavior). The activation for the Mainnet Superchain will be decided after Pectra activates on Ethereum. This time is still to be determined. The last tentative timeline from the Ethereum All Core Devs call is May 7th (from the call on Thursday, April 3rd).
27+
The Isthmus hard fork for the Sepolia Superchain will be activated at **Thu Apr 17 16:00:00 UTC 2025** (`1744905600`) and the Mainnet Superchain will be activated at **Fri May 9 2025 16:00:01 UTC** (`1746806401`).
28+
This is for all chains who have opted into the [hard fork inheritance behavior](/superchain/superchain-registry#hard-fork-activation-inheritance-behavior).
2929
</Callout>
3030

3131
## What's included in Isthmus
@@ -40,22 +40,26 @@ For more information on the Isthmus implementation details, please review [Isthm
4040

4141
## For chain operators
4242

43-
Chain operators must upgrade their nodes ahead of the activation times to a release that contains the Isthmus changes and has the activation times for their chains baked in, or set the activation times manually via overrides. The details are outlined in the node operator section below. Additionally, chain operators must update `op-batcher` to [`v1.12.0`](https://github.com/ethereum-optimism/optimism/releases/tag/op-batcher%2Fv1.12.0) and should update `op-challenger` to [`v1.3.3`](https://github.com/ethereum-optimism/optimism/releases/tag/op-challenger%2Fv1.3.3).
43+
Chain operators must upgrade their nodes ahead of the activation times to a release that contains the Isthmus changes and has the activation times for their chains baked in, or set the activation times manually via overrides. The details are outlined in the node operator section below. Additionally, chain operators must update `op-batcher` to [`v1.12.0`](https://github.com/ethereum-optimism/optimism/releases/tag/op-batcher%2Fv1.12.0) and must update `op-challenger` to [`v1.4.0`](https://github.com/ethereum-optimism/optimism/releases/tag/op-challenger%2Fv1.4.0).
4444

4545
In addition to this, the L1 smart contract upgrades in [upgrade 14](/notices/upgrade-14) are required to utilize this new funcationality.
4646

4747
### For permissionless fault proof enabled chains
4848

49-
Chains running permissionless fault proofs will need to deploy new dispute game contracts with new absolute prestates. The new 64 bit version of cannon will be utilized moving forward. The Sepolia Superchain, will utilize [op-program/v1.6.0-rc.1](https://github.com/ethereum-optimism/optimism/tree/op-program/v1.6.0-rc.1). The following permissionless fault proof Sepolia chains are: `Base Sepolia`, `Ink Sepolia`, and `OP Sepolia`.
49+
Chains running permissionless fault proofs will need to deploy new dispute game contracts with new absolute prestates. The new 64 bit version of cannon will be utilized moving forward. The Sepolia Superchain, will utilize [op-program/v1.6.0-2](https://github.com/ethereum-optimism/optimism/tree/op-program/v1.6.0-rc.2). The following permissionless fault proof Sepolia chains are: `Base Sepolia`, `Ink Sepolia`, and `OP Sepolia`.
5050

5151
<Steps>
5252
### Verify the new absolute prestate
5353

54-
The absolute prestate is generated with the [op-program/v1.6.0-rc.1](https://github.com/ethereum-optimism/optimism/tree/op-program/v1.6.0-rc.1). You can use this new absolute prestate (`0x03394563dd4a36e95e6d51ce7267ecceeb05fad23e68d2f9eed1affa73e5641a`) for the following chains:
54+
<Callout type="info">
55+
As of upgrade 14, the 64 bit multi-threaded version of cannon is utilized.
56+
</Callout>
57+
58+
The absolute prestate is generated with the [op-program/v1.6.0-rc.2](https://github.com/ethereum-optimism/optimism/tree/op-program/v1.6.0-rc.2). You can use this new absolute prestate (`0x03682932cec7ce0a3874b19675a6bbc923054a7b321efc7d3835187b172494b6`) for the following chains:
5559

5660
* Sepolia: Base, Creator Chain, OP, Metal, Mode, Zora, Ethernity, Unichain, Ink, and Minato (Soneium)
5761

58-
You can verify this absolute prestate by running the following [command](https://github.com/ethereum-optimism/optimism/blob/5f003211aed7469eed7df666291a62c025d1c46c/Makefile#L129-L131) in the root of the monorepo on the `op-program/v1.6.0-rc.1` tag:
62+
You can verify this absolute prestate by running the following [command](https://github.com/ethereum-optimism/optimism/blob/d6fb90dd489e39efa206b55200766ccc075c1d9b/Makefile#L130-L132) in the root of the monorepo on the `op-program/v1.6.0-rc.2` tag:
5963

6064
```shell
6165
make reproducible-prestate
@@ -64,17 +68,17 @@ Chains running permissionless fault proofs will need to deploy new dispute game
6468
You should expect the following output at the end of the command:
6569

6670
```shell
67-
Cannon Absolute prestate hash:
68-
0x03526dfe02ab00a178e0ab77f7539561aaf5b5e3b46cd3be358f1e501b06d8a9
69-
Cannon64 Absolute prestate hash:
70-
0x03394563dd4a36e95e6d51ce7267ecceeb05fad23e68d2f9eed1affa73e5641a
71-
CannonInterop Absolute prestate hash:
72-
0x03ada038f8a81526c68596586dfc762eb5412d4d5bb7cb46110d8c47ee570d7e
71+
Cannon Absolute prestate hash:
72+
0x03513e996556589f633fe1d38d694f63bc93cca5df559af37631b30875a829e9
73+
Cannon64 Absolute prestate hash:
74+
0x03682932cec7ce0a3874b19675a6bbc923054a7b321efc7d3835187b172494b6
75+
CannonInterop Absolute prestate hash:
76+
0x0399cfb018011977a027d1e7a85eb7ff101aec9bfc7d6500abac944c47a4581f
7377
```
7478

7579
### Upload your new preimage file
7680

77-
During the previous step, you also generated the preimage of the absolute prestate, which is basically the op-program serialized into a binary file. You'll find that new file at `optimism/op-program/bin/prestate.bin.gz`. Rename that file to have the absolute prestate hash as the filename so it looks like `0x03394563dd4a36e95e6d51ce7267ecceeb05fad23e68d2f9eed1affa73e5641a.bin.gz`.
81+
During the previous step, you also generated the preimage of the absolute prestate, which is basically the op-program serialized into a binary file. You'll find that new file at `optimism/op-program/bin/prestate-mt64.bin.gz`. Rename that file to have the absolute prestate hash as the filename so it looks like `0x03682932cec7ce0a3874b19675a6bbc923054a7b321efc7d3835187b172494b6.bin.gz`.
7882

7983
Upload that file to where you're storing your other absolute preimage files. This should be the location where you're pointing your `--cannon-prestates-url` at. The `op-challenger` will grab this file and use it when it needs to challenge games.
8084

@@ -95,6 +99,10 @@ The new op-program release that contains the Mainnet activation timestamps will
9599

96100
## For node operators
97101

102+
<Callout type="info">
103+
The Mainnet node binaries will be available soon. The following versions are for the Sepolia Superchain activation.
104+
</Callout>
105+
98106
Node operators will need to upgrade to the respective Isthmus releases before the activation dates.
99107

100108
These following steps are necessary for every node operator:

words.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ devnet
9595
Devnet
9696
devnets
9797
Devnets
98-
Devs
9998
direnv
10099
disabletxpoolgossip
101100
DISABLETXPOOLGOSSIP

0 commit comments

Comments
 (0)