docs(op-node): document syncmode.req-resp and fix p2p.sync.req-resp wording#20009
Draft
donoso-eth wants to merge 1 commit intodevelopfrom
Draft
docs(op-node): document syncmode.req-resp and fix p2p.sync.req-resp wording#20009donoso-eth wants to merge 1 commit intodevelopfrom
donoso-eth wants to merge 1 commit intodevelopfrom
Conversation
…ording Adds a config reference entry for --syncmode.req-resp and flags it as deprecated in favor of execution-layer syncing. Rewrites the --p2p.sync.req-resp description to accurately describe the server and client roles and notes the upcoming deprecation of both paths. Relates to PR #19998 (Req/Res CL sync deprecation notice). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
Summary
### syncmode.req-respentry to the op-node config reference. The flag was previously undocumented, leaving operators with no way to discover it or its default from--helpor the docs.### p2p.sync.req-respdescription, which previously called it an "alternative sync method, on both server and client side" — wording that is both vague (alternative to what?) and misleading in light of the Req/Res CL sync deprecation, since the client and server paths are being deprecated on different timelines.Dependencies
/notices/req-resp-cl-sync-deprecation, so this PR should only be merged after docs(notices): add Req/Res CL sync deprecation notice #19998 lands.Test plan
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com