mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add in memory state container (#9574)
This commit is contained in:
@ -59,6 +59,7 @@ tracing.workspace = true
|
||||
# optional deps for test-utils
|
||||
reth-stages = { workspace = true, optional = true }
|
||||
reth-tracing = { workspace = true, optional = true }
|
||||
rand = { workspace = true, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
# reth
|
||||
@ -73,11 +74,13 @@ reth-stages = { workspace = true, features = ["test-utils"] }
|
||||
reth-tracing.workspace = true
|
||||
|
||||
assert_matches.workspace = true
|
||||
rand.workspace = true
|
||||
|
||||
[features]
|
||||
test-utils = [
|
||||
"reth-db/test-utils",
|
||||
"reth-network-p2p/test-utils",
|
||||
"reth-stages/test-utils",
|
||||
"reth-tracing"
|
||||
"reth-tracing",
|
||||
"rand"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user