chore: remove op-reth from repository#21532
Merged
mattsse merged 4 commits intoparadigmxyz:mainfrom Feb 6, 2026
Merged
Conversation
b35eea9 to
47faa4c
Compare
47faa4c to
f6710b2
Compare
f6710b2 to
cb8a0f4
Compare
Amp-Thread-ID: https://ampcode.com/threads/T-019c3280-6f81-70bf-9fe7-79ebf9d66c42 Co-authored-by: Amp <amp@ampcode.com> # Conflicts: # crates/optimism/chainspec/src/lib.rs # crates/optimism/hardforks/src/lib.rs
emmajam
approved these changes
Feb 6, 2026
mattsse
approved these changes
Feb 6, 2026
This was referenced Feb 6, 2026
This was referenced Feb 6, 2026
emmajam
approved these changes
Feb 6, 2026
This was referenced Feb 6, 2026
13 tasks
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.
Note
This PR removes the op-reth docs. Please make sure that this is what the reth maintainers want. I can add a page to vocs with a link to the new migrated docs
Depends on #21495
Summary
crates/optimism/directory and all op-reth references from the repositoryethereum-optimism/optimismwith git history preservedopfeature flags on core crates (they depend on upstreamop-alloy-*, notreth-optimism-*)Changes
Deleted:
crates/optimism/(entire directory).github/workflows/kurtosis-op.yml,.github/workflows/update-superchain.ymlDockerfileOp,DockerfileOp.crossdocs/vocs/docs/pages/cli/op-reth/(59 CLI doc files)docs/vocs/docs/pages/run/opstack.mdx,docs/vocs/docs/pages/run/faq/sync-op-mainnet.mdxModified:
README.md— added migration noticeCargo.toml— removed workspace members and dependency declarationsMakefile— removed all op-reth targetsKept unchanged:
opfeature flags on core crates — they depend onop-alloy-*, notreth-optimism-*Test plan
cargo check --workspace --all-featurescompiles successfullycargo +nightly fmt --all --checkpassescargo check -p reth-primitives-traits --features op— op feature still workszepter run checkpasses🤖 Generated with Claude Code