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.
You mentioned spinning up a validator to get your initial account set state. Another common workflow I'd say is grabbing a snapshot + blocks from some other source (copy from other node / pull from Google / etc), and then doing repeated verify runs locally. Am I accurate in believing that I could run solana-ledger-tool verify once without fast-boot which would unpack the snapshot, and then for subsequent verify runs, I'd be able use --fast-boot ?
The text was updated successfully, but these errors were encountered:
brooksprumo
changed the title
Use case: Repeated ledger-tool verify from a downloaded snapshot and ledger
Use case: Repeated ledger-tool verify with fastboot
Mar 28, 2024
Repeatedly using ledger-tool starting from the same slot/snapshot with fastboot may/does not work.
From #31921 (comment)
The text was updated successfully, but these errors were encountered: