feat: Support range-based backfill for hl-node ingestion

This commit is contained in:
sprites0
2025-07-31 01:51:22 -04:00
parent 46c9d4cbf9
commit a766ee0236
3 changed files with 107 additions and 31 deletions

7
Cargo.lock generated
View File

@ -6504,6 +6504,12 @@ dependencies = [
"rand_core 0.9.3",
]
[[package]]
name = "rangemap"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93e7e49bb0bf967717f7bd674458b3d6b0c5f48ec7e3038166026a69fc22223"
[[package]]
name = "ratatui"
version = "0.29.0"
@ -9308,6 +9314,7 @@ dependencies = [
"lz4_flex",
"once_cell",
"parking_lot",
"rangemap",
"rayon",
"reth",
"reth-basic-payload-builder",