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

Retrieve BlobSidecar by versioned hash #373

Closed
dapplion opened this issue Nov 22, 2023 · 2 comments
Closed

Retrieve BlobSidecar by versioned hash #373

dapplion opened this issue Nov 22, 2023 · 2 comments

Comments

@dapplion
Copy link
Collaborator

Opening this issue to test if there's interest in supporting BlobSidecar retrieval indexed by versioned hash.

Current route to retrieve blobs supports retrieval by block hash + blob index. However the EVM only has access to the version hash, and is not aware of the blob index. One can imagine an application emitting an event to signal a consumer of data location. However, without awareness of the blob index it provide all data required to query the current API indexed by block root.

Adding such a new route would require clients to mantain an index of versioned hash -> (block_id, blob_index). The data minimum data requirements per month are 606024*30/12 * 3 * (32+32+8) / 1e6 (slots_per_year * blobs_per_block * entry_size) ~ 46MB

@tbenr
Copy link
Contributor

tbenr commented Dec 4, 2023

Just want to link this to #332 to merge the conversation.

@dapplion
Copy link
Collaborator Author

dapplion commented Dec 5, 2023

@dapplion dapplion closed this as completed Dec 5, 2023
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

No branches or pull requests

2 participants