From c13361dd5491047759887934ca88bd7c23475647 Mon Sep 17 00:00:00 2001 From: soyboy Date: Mon, 14 Apr 2025 12:49:05 -0700 Subject: [PATCH 1/4] still need new challenger release --- pages/notices/upgrade-15.mdx | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/pages/notices/upgrade-15.mdx b/pages/notices/upgrade-15.mdx index c4da8f9ed..6f04eee72 100644 --- a/pages/notices/upgrade-15.mdx +++ b/pages/notices/upgrade-15.mdx @@ -24,8 +24,8 @@ This page outlines breaking changes related to the Isthmus network upgrade for c If you experience difficulty at any stage of this process, please reach out to developer support. - The Isthmus hard fork for the Sepolia Superchain will be activated at **Thu Apr 17 16:00:00 UTC 2025** (`1744905600`). - 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). + 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`). + This is for all chains who have opted into the [hard fork inheritance behavior](/superchain/superchain-registry#hard-fork-activation-inheritance-behavior). ## What's included in Isthmus @@ -40,7 +40,7 @@ For more information on the Isthmus implementation details, please review [Isthm ## For chain operators -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). +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 [``](). In addition to this, the L1 smart contract upgrades in [upgrade 14](/notices/upgrade-14) are required to utilize this new funcationality. @@ -51,11 +51,15 @@ Chains running permissionless fault proofs will need to deploy new dispute game ### Verify the new absolute prestate - 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: + + As of upgrade 14, the 64 bit multi-threaded version of cannon is utilized. + + + 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: * Sepolia: Base, Creator Chain, OP, Metal, Mode, Zora, Ethernity, Unichain, Ink, and Minato (Soneium) - 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: + 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: ```shell make reproducible-prestate @@ -64,17 +68,17 @@ Chains running permissionless fault proofs will need to deploy new dispute game You should expect the following output at the end of the command: ```shell - Cannon Absolute prestate hash: - 0x03526dfe02ab00a178e0ab77f7539561aaf5b5e3b46cd3be358f1e501b06d8a9 - Cannon64 Absolute prestate hash: - 0x03394563dd4a36e95e6d51ce7267ecceeb05fad23e68d2f9eed1affa73e5641a - CannonInterop Absolute prestate hash: - 0x03ada038f8a81526c68596586dfc762eb5412d4d5bb7cb46110d8c47ee570d7e + Cannon Absolute prestate hash: + 0x03513e996556589f633fe1d38d694f63bc93cca5df559af37631b30875a829e9 + Cannon64 Absolute prestate hash: + 0x03682932cec7ce0a3874b19675a6bbc923054a7b321efc7d3835187b172494b6 + CannonInterop Absolute prestate hash: + 0x0399cfb018011977a027d1e7a85eb7ff101aec9bfc7d6500abac944c47a4581f ``` ### Upload your new preimage file - 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`. + 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`. 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. @@ -95,6 +99,10 @@ The new op-program release that contains the Mainnet activation timestamps will ## For node operators + + The Mainnet node binaries will be available soon. The following versions are for the Sepolia Superchain activation. + + Node operators will need to upgrade to the respective Isthmus releases before the activation dates. These following steps are necessary for every node operator: From f103f11e4da8d2bf3be3bdf0b6869b6520628bc1 Mon Sep 17 00:00:00 2001 From: soyboy Date: Mon, 14 Apr 2025 12:49:26 -0700 Subject: [PATCH 2/4] Auto-fix: Update breadcrumbs, spelling dictionary and other automated fixes --- words.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/words.txt b/words.txt index cf0226b3c..fec71221f 100644 --- a/words.txt +++ b/words.txt @@ -95,7 +95,6 @@ devnet Devnet devnets Devnets -Devs direnv disabletxpoolgossip DISABLETXPOOLGOSSIP From b82bc0e34126b16addcb4cadcb89573b66eaffb0 Mon Sep 17 00:00:00 2001 From: soyboy Date: Mon, 14 Apr 2025 15:20:51 -0700 Subject: [PATCH 3/4] adding challenger link, but it still needs to be published --- pages/notices/upgrade-15.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/notices/upgrade-15.mdx b/pages/notices/upgrade-15.mdx index 6f04eee72..6948251fc 100644 --- a/pages/notices/upgrade-15.mdx +++ b/pages/notices/upgrade-15.mdx @@ -40,13 +40,13 @@ For more information on the Isthmus implementation details, please review [Isthm ## For chain operators -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 [``](). +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). In addition to this, the L1 smart contract upgrades in [upgrade 14](/notices/upgrade-14) are required to utilize this new funcationality. ### For permissionless fault proof enabled chains -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`. +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`. ### Verify the new absolute prestate From 64062c639f6ae2d121f9f4eb7a82d88597520780 Mon Sep 17 00:00:00 2001 From: soyboy Date: Mon, 14 Apr 2025 15:22:59 -0700 Subject: [PATCH 4/4] updating withdrawal pause test notice --- pages/notices/superchain-withdrawal-pause-test.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/notices/superchain-withdrawal-pause-test.mdx b/pages/notices/superchain-withdrawal-pause-test.mdx index 3cb0cd978..263c9dca3 100644 --- a/pages/notices/superchain-withdrawal-pause-test.mdx +++ b/pages/notices/superchain-withdrawal-pause-test.mdx @@ -20,8 +20,7 @@ import { Steps, Callout } from 'nextra/components' # Superchain withdrawal pause test - * Sepolia Superchain withdrawal pause test is scheduled for **April 14th 2025** - * Mainnet Superchain withdrawal pause test date will be announced soon + Sepolia Superchain withdrawal pause test was successfully completed on **April 14th 2025**. The Optimism Collective will be testing improved incident response features on the Sepolia Superchain.