chore: disable op- default features (#13511)

This commit is contained in:
Matthias Seitz
2024-12-23 09:12:51 +01:00
committed by GitHub
parent f5fdef895f
commit 6e140108f0
9 changed files with 19 additions and 14 deletions

View File

@ -61,5 +61,6 @@ std = [
"once_cell/std",
"derive_more/std",
"reth-network-peers/std",
"thiserror/std"
"thiserror/std",
"op-alloy-consensus/std"
]

View File

@ -71,7 +71,8 @@ std = [
"reth-ethereum-forks/std",
"derive_more/std",
"reth-optimism-forks/std",
"thiserror/std"
"thiserror/std",
"op-alloy-consensus/std"
]
optimism = [
"reth-primitives/optimism",

View File

@ -39,7 +39,7 @@ revm.workspace = true
alloy-eips.workspace = true
alloy-primitives.workspace = true
alloy-rlp.workspace = true
op-alloy-rpc-types-engine.workspace = true
op-alloy-rpc-types-engine = { workspace = true, features = ["serde"] }
op-alloy-consensus.workspace = true
alloy-rpc-types-engine.workspace = true
alloy-rpc-types-debug.workspace = true

View File

@ -64,7 +64,8 @@ std = [
"revm-primitives/std",
"secp256k1?/std",
"alloy-rlp/std",
"reth-zstd-compressors?/std"
"reth-zstd-compressors?/std",
"op-alloy-consensus/std"
]
reth-codec = [
"dep:reth-codecs",