mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move reth test-vectors to cli/commands with feature (#9329)
This commit is contained in:
@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user