mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: Use consistent pending block in RPC/Blockchaintree (#2767)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -19,6 +19,7 @@ reth-interfaces = { path = "../interfaces" }
|
||||
reth-db = { path = "../storage/db" }
|
||||
reth-provider = { path = "../storage/provider" }
|
||||
|
||||
|
||||
# common
|
||||
parking_lot = { version = "0.12"}
|
||||
lru = "0.10"
|
||||
@ -26,6 +27,7 @@ tracing = { workspace = true }
|
||||
|
||||
# mics
|
||||
aquamarine = "0.3.0"
|
||||
linked_hash_set = "0.1.4"
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user