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

Fix indices filter in blobs_sidecar http endpoint #5118

Merged
merged 4 commits into from
Jan 23, 2024

Conversation

pawanjay176
Copy link
Member

@pawanjay176 pawanjay176 commented Jan 23, 2024

Issue Addressed

Resolves #5107

Proposed Changes

Use a multi_key_query for the beacon/blob_sidecars/{block_id} endpoint's indices filter. This fixes the deserialization of the indices array.

Tried the endpoint on goerli with the following parameters and everything parsed correctly with the expected result

curl -H 'Accept: application/json' 'http://localhost:5052/eth/v1/beacon/blob_sidecars/7460196' | jq
curl -H 'Accept: application/json' 'http://localhost:5052/eth/v1/beacon/blob_sidecars/7460196?indices=0,1' | jq
curl -H 'Accept: application/json' 'http://localhost:5052/eth/v1/beacon/blob_sidecars/7460196?indices=0' | jq
curl -H 'Accept: application/json' 'http://localhost:5052/eth/v1/beacon/blob_sidecars/7460196?indices=1,0' | jq
curl -H 'Accept: application/json' 'http://localhost:5052/eth/v1/beacon/blob_sidecars/7460196?indices=1,0,3' | jq

@pawanjay176 pawanjay176 added the ready-for-review The code is ready for review label Jan 23, 2024
Copy link
Member

@realbigsean realbigsean left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@realbigsean realbigsean added bug Something isn't working deneb v4.6.0 ETA Q1 2024 labels Jan 23, 2024
Copy link
Member

@michaelsproul michaelsproul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great fix! Let's merge

@michaelsproul michaelsproul added ready-for-merge This PR is ready to merge. and removed ready-for-review The code is ready for review labels Jan 23, 2024
@michaelsproul michaelsproul merged commit b55b58b into sigp:unstable Jan 23, 2024
28 checks passed
danielramirezch pushed a commit to danielramirezch/lighthouse that referenced this pull request Feb 14, 2024
* add get blobs unit test

* Use a multi_key_query for blob_sidecar indices

* Fix test

* Remove env_logger

---------

Co-authored-by: realbigsean <seananderson33@GMAIL.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working deneb ready-for-merge This PR is ready to merge. v4.6.0 ETA Q1 2024
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants