feat: tree hook for persisting blocks (#9365)

This commit is contained in:
Federico Gimenez
2024-07-11 19:46:05 +02:00
committed by GitHub
parent add3725f83
commit 11c5e3121d
4 changed files with 219 additions and 7 deletions

View File

@ -63,7 +63,9 @@ reth-tracing = { workspace = true, optional = true }
[dev-dependencies]
# reth
reth-db = { workspace = true, features = ["test-utils"] }
reth-exex-types.workspace = true
reth-network-p2p = { workspace = true, features = ["test-utils"] }
reth-prune.workspace = true
reth-prune-types.workspace = true
reth-stages = { workspace = true, features = ["test-utils"] }
reth-tracing.workspace = true