docs: add Upgrade 20 operator notice - #22092
Merged
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
sbvegan
marked this pull request as draft
July 28, 2026 23:56
sbvegan
commented
Jul 29, 2026
4 tasks
sbvegan
marked this pull request as ready for review
July 30, 2026 00:00
ajsutton
approved these changes
Jul 30, 2026
sbvegan
enabled auto-merge
July 30, 2026 00:31
sbvegan
disabled auto-merge
July 30, 2026 00:32
donoso-eth
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
op-proposer,op-challenger, andop-dispute-monconfiguration changes for permissioned and permissionless Fault Proof deployments.kona-clientInterop prestate.SystemConfig.batchInbox()andsetGasConfig(uint256,uint256), the retained deprecatedoverhead()getter, and theFEE_SCALARSevent compatibility behavior.viem2.51.0as the minimum release for Super Root withdrawal proving, including the requiredl2Timestampandgamecall changes.Why
Upgrade 20 prepares OP Stack Fault Proof infrastructure to use Super Root Dispute Games, which represent claims in the form needed for multi-chain Fault Proofs and the path to Interop. The notice gives operators and application integrators one place to understand the service cutover, the smaller L1 contract-interface changes included in the upgrade, persona-specific breaking changes, and compatibility behavior for disputes and withdrawals already in progress.
Upgrade 20 is an L1 smart contract upgrade. It does not include an L2 hardfork.
Tracks ethereum-optimism/solutions#1087.
Sources
SystemConfigcleanup scope, motivation, and third-party impactSystemConfigimplementation and specification changesdocs/design/super-dispute-game-migration.mdand the Interop Fault Proof specification: Super Root migration design and withdrawal compatibilityviem@2.51.0: upstream Super Root withdrawal proving support and the required timestamp/game API flowdocs/public-docs/chain-operators/tutorials/upgrade-chain-to-super-roots.mdx: existing migration and cutover runbookop-challenger/game/types/game_type.go: supported challenger game typesop-proposer/flags/flags.go,op-challenger/flags/flags.go, andop-dispute-mon/flags/flags.go: operator-facing flags and environment variablesrust/justfile: reproducible standard and custom Interop prestate build recipesVerification
git diff --checkReviewer checklist
kona-clientInterop prestate workflows.SystemConfigremoval and integration guidance.viemminimum version and withdrawal call changes.