Skip to content

Conversation

@Evalir
Copy link
Member

@Evalir Evalir commented Dec 30, 2025

This massively simplifies CL blob fetching code. Instead of having to match blobs with versioned hashes with potential problems, we can just ask for exactly the blobs we want using the slot and versioned hashes. It reduces the entire CL fetching code to an API call.

Closes ENG-1667

…om CL

This massively simplifies CL blob fetching code. Instead of having to match blobs with versioned hashes with potential problems, we can just ask for exactly the blobs we want using the slot and versioned hashes. It reduces the entire CL fetching code to an API call.

Closes ENG-1667
@Evalir Evalir requested a review from a team as a code owner December 30, 2025 19:00
Copy link
Member Author

Evalir commented Dec 30, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@Evalir Evalir requested a review from prestwich January 9, 2026 06:20
let response: BeaconBlobBundle = response.json().await?;
let response: GetBlobsResponse = response.json().await?;

debug_assert!(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is an assert. instead we should document the not-found behavior

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.

3 participants