mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(storage, tree): respect Transaction Lookup pruning in the blockchain tree (#4410)
This commit is contained in:
@ -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
|
||||
|
||||
@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user