chore(op-reth): move op-dependent examples into crates/optimism/examples/#21495
Merged
mattsse merged 3 commits intoparadigmxyz:mainfrom Jan 30, 2026
Merged
chore(op-reth): move op-dependent examples into crates/optimism/examples/#21495mattsse merged 3 commits intoparadigmxyz:mainfrom
mattsse merged 3 commits intoparadigmxyz:mainfrom
Conversation
This was referenced Jan 28, 2026
mattsse
approved these changes
Jan 30, 2026
theochap
added a commit
to ethereum-optimism/optimism
that referenced
this pull request
Jan 30, 2026
…les/ (paradigmxyz/reth#21495) Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
theochap
added a commit
to ethereum-optimism/optimism
that referenced
this pull request
Feb 11, 2026
…les/ (paradigmxyz/reth#21495) Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
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
Depends on #21492 and should be merged after
Summary
Moves example crates that depend on
reth-op*crates fromexamples/intocrates/optimism/examples/, so that no crate outside ofcrates/optimism/depends on anything insidecrates/optimism/.Addresses ethereum-optimism/optimism#18918.
example-custom-nodeexamples/custom-nodecrates/optimism/examples/custom-nodeexample-engine-api-accessexamples/engine-api-accesscrates/optimism/examples/engine-api-accessexample-exex-hello-worldexamples/exex-hello-worldcrates/optimism/examples/exex-hello-worldexample-op-db-accessexamples/op-db-accesscrates/optimism/examples/op-db-accessAlso fixed a duplicate workspace member entry for
examples/custom-node(was listed on two separate lines).Test plan
🤖 Generated (mostly) with Claude Code