mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(tree): unconnected block buffering (#2397)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -19,11 +19,10 @@ reth-interfaces = { path = "../interfaces" }
|
||||
reth-db = { path = "../storage/db" }
|
||||
reth-provider = { path = "../storage/provider" }
|
||||
|
||||
# tracing
|
||||
tracing = "0.1"
|
||||
|
||||
# common
|
||||
parking_lot = { version = "0.12"}
|
||||
lru = "0.10"
|
||||
tracing = "0.1"
|
||||
|
||||
# mics
|
||||
aquamarine = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user