mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
feat: Support range-based backfill for hl-node ingestion
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user