refactor: move ethereum and op builder into separate crates (#5876)

This commit is contained in:
Matthias Seitz
2023-12-28 20:57:07 +01:00
committed by GitHub
parent 365acf08dd
commit e5ecd4af06
12 changed files with 924 additions and 762 deletions

View File

@ -32,13 +32,4 @@ reth-metrics.workspace = true
metrics.workspace = true
# misc
tracing.workspace = true
[features]
optimism = [
"reth-primitives/optimism",
"reth-revm/optimism",
"reth-transaction-pool/optimism",
"reth-provider/optimism",
"reth-payload-builder/optimism"
]
tracing.workspace = true