mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 14:54:45 +00:00
Download checkpoint blobs during checkpoint sync (#5252)
* MVP implementation (untested) * update store checkpoint sync test * update cli help * Merge pull request #5253 from realbigsean/checkpoint-blobs-sean Checkpoint blobs sean * Warn only if blobs are missing from server * Merge remote-tracking branch 'origin/unstable' into checkpoint-blobs * Verify checkpoint blobs * Move blob verification earlier
This commit is contained in:
@@ -179,6 +179,9 @@ OPTIONS:
|
||||
--builder-user-agent <STRING>
|
||||
The HTTP user agent to send alongside requests to the builder URL. The default is Lighthouse's version
|
||||
string.
|
||||
--checkpoint-blobs <BLOBS_SSZ>
|
||||
Set the checkpoint blobs to start syncing from. Must be aligned and match --checkpoint-block. Using
|
||||
--checkpoint-sync-url instead is recommended.
|
||||
--checkpoint-block <BLOCK_SSZ>
|
||||
Set a checkpoint block to start syncing from. Must be aligned and match --checkpoint-state. Using
|
||||
--checkpoint-sync-url instead is recommended.
|
||||
|
||||
Reference in New Issue
Block a user