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

Add support for engine_getBlobs #8622

Closed
tbenr opened this issue Sep 19, 2024 · 0 comments · Fixed by #8663
Closed

Add support for engine_getBlobs #8622

tbenr opened this issue Sep 19, 2024 · 0 comments · Fixed by #8663
Assignees

Comments

@tbenr
Copy link
Contributor

tbenr commented Sep 19, 2024

We can add support for this new api call and integrate it in our flow in BlockBlobSidecarsTrackersPoolImpl.

Looking at ethereum/execution-apis#559 looks like some ELs have already implemented it.

Very high level, if EL supports the api, we can ask to EL missing blobs as soon as the block arrives and put them in the corresponding tracker. This can complete (or improve) the tracker blobs and avoid (or reduce) the number of RPC lookups we do to retrieve them (BlockBlobSidecarsTrackersPoolImpl::fetchMissingContent) when attestation due approaches.

@rolfyone rolfyone self-assigned this Sep 27, 2024
@mehdi-aouadi mehdi-aouadi mentioned this issue Sep 30, 2024
2 tasks
@tbenr tbenr mentioned this issue Sep 30, 2024
2 tasks
@tbenr tbenr self-assigned this Oct 1, 2024
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 a pull request may close this issue.

3 participants