Skip to content

docs(op-reth): remove stale --proofs-history.prune-interval references#20937

Open
sbvegan wants to merge 2 commits into
developfrom
sb/op-reth-prune-interval-doc-cleanup
Open

docs(op-reth): remove stale --proofs-history.prune-interval references#20937
sbvegan wants to merge 2 commits into
developfrom
sb/op-reth-prune-interval-doc-cleanup

Conversation

@sbvegan
Copy link
Copy Markdown
Contributor

@sbvegan sbvegan commented May 20, 2026

Summary

  • The --proofs-history.prune-interval flag 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 tag op-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.
  • This PR removes the stale flag from the rust/op-reth/crates/exex/README.md example 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

  • CI passes (lint/link checks for the public docs site)
  • grep -rn "prune-interval\|prune_interval\|PRUNE_INTERVAL" docs/ rust/op-reth/ returns no matches

🤖 Generated with Claude Code

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>
@sbvegan sbvegan requested review from a team as code owners May 20, 2026 22:09
@mintlify
Copy link
Copy Markdown

mintlify Bot commented May 20, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Optimism-Docs 🟢 Ready View Preview May 20, 2026, 10:11 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@geoknee geoknee enabled auto-merge May 21, 2026 10:05
@geoknee geoknee added this pull request to the merge queue May 21, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants