You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: