Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download checkpoint sync origin blobs in init-sync #13665

Merged
merged 1 commit into from Feb 26, 2024
Merged

Conversation

kasey
Copy link
Contributor

@kasey kasey commented Feb 26, 2024

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

With this PR a checkpoint synced node will fetch blobs for the checkpoint sync origin block in initial-sync before entering round robin sync. This ensures that the node can guarantee availability of the checkpoint sync blobs before participating in the gossip protocol.

Other notes for review

We could have fetched blobs from the checkpoint sync provider beacon node instead, but this approach seemed more robust, since it doesn't assume public beacon node apis will provide blobs.

@kasey kasey requested a review from a team as a code owner February 26, 2024 19:34
@kasey kasey requested review from rauljordan, potuz, nisdas and terencechain and removed request for rauljordan February 26, 2024 19:34
@kasey kasey enabled auto-merge February 26, 2024 19:37
@kasey kasey added this pull request to the merge queue Feb 26, 2024
Merged via the queue into develop with commit 0132c1b Feb 26, 2024
17 checks passed
@kasey kasey deleted the fetch-origin-blobs branch February 26, 2024 22:07
prestonvanloon pushed a commit that referenced this pull request Mar 1, 2024
Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
(cherry picked from commit 0132c1b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants