feat: Use consistent pending block in RPC/Blockchaintree (#2767)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
chirag-bgh
2023-05-24 15:03:30 +05:30
committed by GitHub
parent d7e013c4f2
commit 2ec97f34fe
4 changed files with 24 additions and 9 deletions

View File

@ -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]