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

Support blob retrieval by versioned hash #7081

Open
philknows opened this issue Sep 12, 2024 · 0 comments
Open

Support blob retrieval by versioned hash #7081

philknows opened this issue Sep 12, 2024 · 0 comments
Labels
meta-feature-request Issues to track feature requests.

Comments

@philknows
Copy link
Member

Problem description

Currently getBlobSidecars supports blockId and indices, but supporting versioned_hashes (optional) would help L2s relieve a pain point of mapping.

Solution description

As identified here ,

For the existing endpoint, in the case where an L2 is able to compute the required slot from on-chain data, L2 server and CL client would both benefit from the ability to limit retrieval and transmission to only the necessary set of indices, which L2 knows by their versioned hashes. We could add another optional parameter versioned_hashes which would filter the response to a subset of blobs, just like the existing indices param: https://github.com/ethereum/beacon-APIs/blob/master/apis/beacon/blob_sidecars/blob_sidecars.yaml#L17-L25

Additional context

No response

@philknows philknows added the meta-feature-request Issues to track feature requests. label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta-feature-request Issues to track feature requests.
Projects
None yet
Development

No branches or pull requests

1 participant