beacon-APIs icon indicating copy to clipboard operation
beacon-APIs copied to clipboard

Blob retrieval by versioned hash

Open terencechain opened this issue 2 years ago • 7 comments

Currently, in the construction of retrieving a blob, the request is based on the block ID, which can be either a block root or specific keywords like "finalized" or "justified." However, it would be beneficial for L2 in general to have the ability to retrieve blobs using versioned hashes. This would address a pain point for L2 mapping, as L2s primarily focus on versioned hashes and it would be more sensible to use them as the request parameter rather than beacon block roots

terencechain avatar Jun 27 '23 03:06 terencechain