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:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user