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

View File

@ -112,6 +112,7 @@ aws-sdk-s3 = "1.93.0"
aws-config = "1.8.0"
rayon = "1.7"
time = "0.3.41"
rangemap = "=1.6.0"
[target.'cfg(unix)'.dependencies]
@ -162,3 +163,6 @@ client = [
"jsonrpsee/async-client",
"reth-rpc-eth-api/client",
]
[profile.test]
inherits = "release"