chore: rm unused clap feature (#8843)

This commit is contained in:
Matthias Seitz
2024-06-14 18:18:40 +02:00
committed by GitHub
parent cc46db3aa2
commit e6017c3cd9
4 changed files with 5 additions and 4 deletions

1
Cargo.lock generated
View File

@ -6296,6 +6296,7 @@ dependencies = [
"reth-rpc-types-compat", "reth-rpc-types-compat",
"reth-stages", "reth-stages",
"reth-static-file", "reth-static-file",
"reth-static-file-types",
"reth-tasks", "reth-tasks",
"reth-tracing", "reth-tracing",
"reth-transaction-pool", "reth-transaction-pool",

View File

@ -21,7 +21,7 @@ reth-node-core.workspace = true
reth-node-api.workspace = true reth-node-api.workspace = true
reth-rpc-types.workspace = true reth-rpc-types.workspace = true
reth-rpc-types-compat.workspace = true reth-rpc-types-compat.workspace = true
reth-primitives = { workspace = true, features = ["clap", "alloy-compat"] } reth-primitives = { workspace = true, features = ["alloy-compat"] }
reth-tracing.workspace = true reth-tracing.workspace = true
# alloy # alloy

View File

@ -15,7 +15,7 @@ workspace = true
[dependencies] [dependencies]
# reth # reth
reth-config.workspace = true reth-config.workspace = true
reth-primitives = { workspace = true, features = ["arbitrary", "clap"] } reth-primitives = { workspace = true, features = ["arbitrary"] }
reth-fs-util.workspace = true reth-fs-util.workspace = true
reth-db = { workspace = true, features = ["mdbx"] } reth-db = { workspace = true, features = ["mdbx"] }
reth-db-api.workspace = true reth-db-api.workspace = true
@ -49,7 +49,8 @@ reth-payload-validator.workspace = true
reth-basic-payload-builder.workspace = true reth-basic-payload-builder.workspace = true
reth-discv4.workspace = true reth-discv4.workspace = true
reth-discv5.workspace = true reth-discv5.workspace = true
reth-static-file = { workspace = true } reth-static-file.workspace = true
reth-static-file-types = { workspace = true, features = ["clap"] }
reth-trie = { workspace = true, features = ["metrics"] } reth-trie = { workspace = true, features = ["metrics"] }
reth-nippy-jar.workspace = true reth-nippy-jar.workspace = true
reth-node-api.workspace = true reth-node-api.workspace = true

View File

@ -111,7 +111,6 @@ c-kzg = [
"alloy-eips/kzg", "alloy-eips/kzg",
] ]
zstd-codec = ["dep:zstd"] zstd-codec = ["dep:zstd"]
clap = ["reth-static-file-types/clap"]
optimism = [ optimism = [
"reth-codecs/optimism", "reth-codecs/optimism",
"reth-ethereum-forks/optimism", "reth-ethereum-forks/optimism",