mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(stages): save full block range to index history checkpoint (#3107)
This commit is contained in:
@ -27,9 +27,9 @@ tokio-util = { version = "0.7", features = ["codec"] }
|
||||
# misc
|
||||
tracing = { workspace = true }
|
||||
rayon = "1.6.0"
|
||||
thiserror = "1"
|
||||
|
||||
# optional deps for the test-utils feature
|
||||
thiserror = { version = "1", optional = true }
|
||||
reth-rlp = { path = "../../rlp", optional = true }
|
||||
tempfile = { version = "3.3", optional = true }
|
||||
itertools = { version = "0.10", optional = true }
|
||||
@ -44,8 +44,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
reth-rlp = { path = "../../rlp" }
|
||||
itertools = "0.10"
|
||||
|
||||
thiserror = "1"
|
||||
tempfile = "3.3"
|
||||
|
||||
[features]
|
||||
test-utils = ["dep:reth-rlp", "dep:thiserror", "dep:tempfile", "dep:itertools"]
|
||||
test-utils = ["dep:reth-rlp", "dep:tempfile", "dep:itertools"]
|
||||
|
||||
Reference in New Issue
Block a user