You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
At bootstrap, a node gets a list of snapshot Slot+Hashes, and then picks the highest Slot. If it needs to download the snapshot, we need to know if it's a full snapshot or an incremental snapshot. If it's an incremental snapshot, we need to download the full snapshot (if we don't have it already).
So we need a way to query the RPC node about the snapshot to figure out (1) its type, and (2) if it's an incremental snapshot then we also need the slot+hash of its corresponding full snapshot.
The text was updated successfully, but these errors were encountered:
brooksprumo
changed the title
Add RPC fn to query a specific snapshot's info
[Incremental Snapshots] Add RPC fn to query a specific snapshot's info
Sep 24, 2021
This issue has been automatically locked since there has not been any activity in past 7 days after it was closed. Please open a new issue for related bugs.
At bootstrap, a node gets a list of snapshot Slot+Hashes, and then picks the highest Slot. If it needs to download the snapshot, we need to know if it's a full snapshot or an incremental snapshot. If it's an incremental snapshot, we need to download the full snapshot (if we don't have it already).
So we need a way to query the RPC node about the snapshot to figure out (1) its type, and (2) if it's an incremental snapshot then we also need the slot+hash of its corresponding full snapshot.
The text was updated successfully, but these errors were encountered: