docs: update validator snapshot guidance#398
Draft
emmajam wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
2f1c1b3 to
83916c5
Compare
83916c5 to
9b7296d
Compare
9b7296d to
89cf9e1
Compare
jenpaff
reviewed
May 20, 2026
| | `--list` | List available snapshots | | ||
| | `--resumable` | Resume an interrupted download | | ||
| | `--archive` | Download an archive snapshot. Recommended for partner validators and RPC nodes. | | ||
| | `--minimal` | Download a minimal snapshot. This is the default and is recommended for validators. | |
shekhirin
reviewed
May 20, 2026
|
|
||
| Download chain snapshots for faster initial sync. Fetches MDBX state and static files, and generates a `reth.toml` prune config for the target data directory. | ||
|
|
||
| By default, `tempo download` downloads a minimal snapshot, which is recommended for validators to save disk space. Use archive snapshots for RPC providers, indexers, and other workloads that need complete historical data. |
jenpaff
reviewed
May 20, 2026
|
|
||
| By default, `tempo download` downloads a minimal snapshot, which is recommended for validators to save disk space. Use archive snapshots for RPC providers, indexers, and other workloads that need complete historical data. | ||
|
|
||
| ## Usage |
Contributor
There was a problem hiding this comment.
we should also mention --force + a section on how to migrate
jenpaff
reviewed
May 20, 2026
| @@ -46,17 +46,25 @@ docker logs tempo | |||
|
|
|||
| ## Snapshots | |||
Contributor
There was a problem hiding this comment.
I would add a careful note about which snapshot should be used if minimal migration hasn't been done yet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
tempo downloaduses minimal snapshots by default for validatorsValidation
git diff --checkbun run build