-
Notifications
You must be signed in to change notification settings - Fork 742
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
Update getBlobSidecars
endpoint path and add indices
query parameter
#4317
Comments
I would like to work on this, if this is still open. |
@jimmygchen where is this endpoint implemented? |
Hi @Gua00va that would be great, thank you! Currently Deneb & EIP-4844 changes are being worked on the The endpoint is implemented here: The spec change can be found here: ethereum/beacon-APIs#286 or latest master branch. |
@Gua00va If you're interested in testing this out on devnet-6, here's a https://github.com/jimmygchen/eip4844-devnet you can modify this line to use your fork (but you'll need the changes on and some testing instructions: https://hackmd.io/@jimmygchen/H1XUtBIfn I've just submitted a blob and able to retrieve it with (note the outdated path), the blob should be around for 18 days I think.
Up to you how you'd like to do it though, just thought it may help! |
@jimmygchen What do u mean here by adding new |
So for each block there could be up to 6 blob sidecars, a user could request a subset of the sidecars using this Description from Beacon API spec
Original comment from Kasey in the spec PR:
|
@jimmygchen should I make a new custom object for the type or can it be handled any other way? Precisely, how should I approach passing an array as a query? |
Given that you probably want something like a lighthouse/common/eth2/src/types.rs Lines 643 to 648 in dfcb336
|
resolved in #4455 |
Description
There are a few updates with the
getBlobSidecars
endpoint in thisbeacon-APIs
PR which was merged last week.I think the main changes that haven't been implemented are:
beacon/blobs
tobeacon/blob_sidecars
indices
query parameterThe text was updated successfully, but these errors were encountered: