feat(storage, tree): respect Transaction Lookup pruning in the blockchain tree (#4410)

This commit is contained in:
Alexey Shekhirin
2023-09-01 13:51:34 +01:00
committed by GitHub
parent 39a6fa1b57
commit e66e3e3556
29 changed files with 118 additions and 49 deletions

View File

@ -34,4 +34,4 @@ reth-rlp.workspace = true
reth-interfaces = { workspace = true, features = ["test-utils"] }
reth-provider = { workspace = true, features = ["test-utils"] }
reth-payload-builder = { workspace = true, features = ["test-utils"] }
assert_matches = "1.5.0"
assert_matches.workspace = true

View File

@ -70,6 +70,6 @@ futures.workspace = true
[dev-dependencies]
jsonrpsee = { workspace = true, features = ["client"] }
assert_matches = "1.5.0"
assert_matches.workspace = true
tempfile = "3.5.0"
reth-interfaces = { workspace = true, features = ["test-utils"] }