fix(op): add missing op consensus validation check (#13122)

This commit is contained in:
Matthias Seitz
2024-12-04 15:27:49 +01:00
committed by GitHub
parent 24af0a83a0
commit d298fb1b81
12 changed files with 75 additions and 43 deletions

View File

@ -22,7 +22,8 @@ reth-trie-common.workspace = true
# op-reth
reth-optimism-forks.workspace = true
reth-optimism-chainspec.workspace = true
reth-optimism-primitives.workspace = true
# TODO: remove this after feature cleanup
reth-optimism-primitives = { workspace = true, features = ["serde"] }
# ethereum
alloy-primitives.workspace = true
@ -36,4 +37,4 @@ alloy-primitives.workspace = true
reth-optimism-chainspec.workspace = true
[features]
optimism = ["reth-primitives/optimism"]
optimism = ["reth-primitives/optimism", "reth-optimism-primitives/optimism"]