mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 10:52:43 +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:
@@ -939,6 +939,15 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
||||
.takes_value(true)
|
||||
.requires("checkpoint-state")
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("checkpoint-blobs")
|
||||
.long("checkpoint-blobs")
|
||||
.help("Set the checkpoint blobs to start syncing from. Must be aligned and match \
|
||||
--checkpoint-block. Using --checkpoint-sync-url instead is recommended.")
|
||||
.value_name("BLOBS_SSZ")
|
||||
.takes_value(true)
|
||||
.requires("checkpoint-block")
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("checkpoint-sync-url")
|
||||
.long("checkpoint-sync-url")
|
||||
|
||||
Reference in New Issue
Block a user