Split block root lookups between fork choice and store on BBR response (#7066)

* handle bbr across finalized slot gracefully

* sort deps

* Michael's off-by-one corrections

---------

Co-authored-by: Michael Sproul <micsproul@gmail.com>
This commit is contained in:
realbigsean
2025-03-03 14:55:05 -08:00
committed by GitHub
parent fcf1e3f24f
commit 8f62b1934a
2 changed files with 24 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ metrics = { workspace = true }
network = { workspace = true }
operation_pool = { workspace = true }
parking_lot = { workspace = true }
proto_array = { workspace = true }
rand = { workspace = true }
safe_arith = { workspace = true }
sensitive_url = { workspace = true }
@@ -46,7 +47,6 @@ tree_hash = { workspace = true }
types = { workspace = true }
warp = { workspace = true }
warp_utils = { workspace = true }
proto_array = { workspace = true }
[dev-dependencies]
genesis = { workspace = true }