mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: disable op- default features (#13511)
This commit is contained in:
@ -61,5 +61,6 @@ std = [
|
||||
"once_cell/std",
|
||||
"derive_more/std",
|
||||
"reth-network-peers/std",
|
||||
"thiserror/std"
|
||||
"thiserror/std",
|
||||
"op-alloy-consensus/std"
|
||||
]
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user