docs: document SDM operator opt-in flag and link Lagoon hardfork page - #22659
Draft
einar-oplabs wants to merge 1 commit into
Draft
docs: document SDM operator opt-in flag and link Lagoon hardfork page#22659einar-oplabs wants to merge 1 commit into
einar-oplabs wants to merge 1 commit into
Conversation
The SDM chain-operator guide mentioned only the admin_setOperatorSdmOptIn RPC. Document the --rollup.operator-sdm-opt-in CLI flag and the OP_RETH_OPERATOR_SDM_OPT_IN environment variable that seed the opt-in state at boot, and link the Lagoon hardfork mention to its registry page. Closes #21545 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Overview
Closes #21545 ("Revisit SDM operator docs"). The issue's two follow-up items from #21211 are resolved as follows.
1. Environment variables
#21360 was closed by #21551, which left op-reth as the sole carrier of the operator gate:
--rollup.operator-sdm-opt-inwith env bindingOP_RETH_OPERATOR_SDM_OPT_IN(defaultfalse), hot-togglable viaadmin_setOperatorSdmOptInand reported byadmin_sdmStatus. op-rbuilder and rollup-boost have since been removed from the monorepo (#22222), so there are no other SDM operator options to env-bind.test_operator_sdm_opt_in_is_bound_to_env_varinrust/op-reth/crates/node/src/args.rs); no code change needed.2. Release-related documentation
The issue anticipated referencing an Upgrade 20 page. That page now exists (
notices/upgrade-20.mdx) but turned out to be an L1 contract upgrade (Super Root Dispute Games) with no L2 hardfork — unrelated to SDM. SDM activation is gated by the Lagoon hardfork, which has its own registry page that already lists SDM under "What's included". This PR links the SDM guide's Lagoon mention to that page instead. No reverse link from the Lagoon page is added: the SDM guide is deliberatelyhidden: true(nav-allowlisted) until SDM ships.Verification
lint:navandlint:redirectspass..mdxfile.🤖 Generated with Claude Code