chore: move reth test-vectors to cli/commands with feature (#9329)

This commit is contained in:
joshieDo
2024-07-05 16:49:52 +02:00
committed by GitHub
parent a41c216974
commit c7e34fbd4a
12 changed files with 28 additions and 20 deletions

View File

@ -87,12 +87,6 @@ toml = { workspace = true, features = ["display"] }
# metrics
metrics-process.workspace = true
# test vectors generation
proptest.workspace = true
arbitrary.workspace = true
proptest-arbitrary-interop.workspace = true
# async
tokio = { workspace = true, features = [
"sync",
@ -122,10 +116,11 @@ libc = "0.2"
reth-discv4.workspace = true
[features]
default = ["jemalloc"]
dev = ["reth-cli-commands/dev"]
asm-keccak = ["reth-primitives/asm-keccak"]
jemalloc = ["dep:tikv-jemallocator", "reth-node-core/jemalloc"]