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 blobSidecars lookup API by versionedHashes #8587

Open
tbenr opened this issue Sep 11, 2024 · 0 comments
Open

Support blobSidecars lookup API by versionedHashes #8587

tbenr opened this issue Sep 11, 2024 · 0 comments

Comments

@tbenr
Copy link
Contributor

tbenr commented Sep 11, 2024

There is interest from L2s (Linea in particular) to support this way of querying the blobs.

ethereum/beacon-APIs#332 (comment)

It will be a feature flag, default disabled, because we will need to maintain an index in DB
(ie versionedHash->slotAndBlockRootAndBlobIndex) because we don't currently store versionedHashes anywhere.

so when enabling the feature (ie --Xstore-blob-versioned-hashes-enabled) it will start feeding the db index so when the optional parameter versioned_hashes is used. Note that using that will make the block_id not required anymore.
In that mode versioned_hashes list will be the only param.

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

1 participant