-
Notifications
You must be signed in to change notification settings - Fork 760
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
Blob sidecar indices-filter does not work #5107
Comments
Related PR: #4455 |
Found a more recent PR: #4535 that may be related |
Looks like there are different code-paths for the
|
Any chance it's some magic serde thing, like needing |
Can confirm that this seems like an issue with lh's parsing code. E.g. querying |
Checking it out now! |
Fixed in #5118 |
Description
I created a local 4844 lighthouse minimal-preset devnet (genesis at Capella, activated Deneb on epoch 1), and made a blob like the following (confirmed in chain):
This was retrieved with:
Then I tried to filter by indices (since an L2 node is not be interested in all the blobs, we filter the query).
Then tried with quotes, and got an empty response:
Debug logs don't show anything about this either.
And tried with multiple indices, again empty response:
Am I doing something wrong?
Version
Compiled from source, tag
v4.6.0-rc.0
(the one aimed at supporting Goerli Dencun upgrade)Present Behaviour
No response / error response
Expected Behaviour
Retrieve the blob that is there, when request is filtered to that blob. Do not return it if not passing the filter.
Maybe it's also worth returning an error if an unrecognized blob index was put in the filter.
Steps to resolve
Review API implementation, see if there's any difference with my curl invocation. I can't find any, but something is wrong there, based on the difference with and without filter query.
The text was updated successfully, but these errors were encountered: