docs(op-reth): remove stale --proofs-history.prune-interval references#20937
Open
sbvegan wants to merge 2 commits into
Open
docs(op-reth): remove stale --proofs-history.prune-interval references#20937sbvegan wants to merge 2 commits into
sbvegan wants to merge 2 commits into
Conversation
The --proofs-history.prune-interval flag was removed in op-reth v2.2.3 (commit 97356ff, PR #20450) when pruning moved into the engine task and now runs inline with each persistence batch. Drop the now-broken flag from the exex README and public docs, and rewrite the surrounding narrative so operators do not chase a knob that no longer exists. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
dhyaniarun1993
approved these changes
May 21, 2026
geoknee
approved these changes
May 21, 2026
…nterval-doc-cleanup
Wazabie
approved these changes
May 21, 2026
ZakAyesh
approved these changes
May 21, 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.
Summary
--proofs-history.prune-intervalflag was removed from op-reth in 97356ff341 (PR feat(op-reth): Wire up the Engine in Exex #20450, "feat(op-reth): Wire up the Engine in Exex"), first shipped in tagop-reth/v2.2.3. Pruning now runs inline inside the engine's persistence task on every batch save (service.rs), so there is no longer any interval knob — even for V1 storage.rust/op-reth/crates/exex/README.mdexample invocation + flag table, and from the public-docs reference page (op-reth-historical-proof-config.mdx) and tutorial (reth-historical-proofs.mdx). The narrative around automatic pruning is rewritten to reflect the engine-driven cadence.No code changes — docs only.
Test plan
grep -rn "prune-interval\|prune_interval\|PRUNE_INTERVAL" docs/ rust/op-reth/returns no matches🤖 Generated with Claude Code