feat(snapshot, prune): highest snapshots tracker (#4721)

This commit is contained in:
Alexey Shekhirin
2023-09-29 10:59:48 +01:00
committed by GitHub
parent 8f3e4a1573
commit 6b2945440b
10 changed files with 122 additions and 23 deletions

5
Cargo.lock generated
View File

@ -5447,6 +5447,7 @@ dependencies = [
"reth-rpc-builder",
"reth-rpc-engine-api",
"reth-rpc-types",
"reth-snapshot",
"reth-stages",
"reth-tasks",
"reth-tracing",
@ -6091,8 +6092,10 @@ dependencies = [
"reth-metrics",
"reth-primitives",
"reth-provider",
"reth-snapshot",
"reth-stages",
"thiserror",
"tokio",
"tokio-stream",
"tracing",
]
@ -6301,6 +6304,8 @@ dependencies = [
"reth-provider",
"reth-stages",
"thiserror",
"tokio",
"tracing",
]
[[package]]