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

Blob API - invalid indicies should error instead of ignored #13616

Merged
merged 7 commits into from
Feb 15, 2024

Conversation

james-prysm
Copy link
Contributor

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

/eth/v1/beacon/blob_sidecars/{block_id}

currently, invalid blob indices are ignored instead of erroring, this results in a wonky user experience as only invalid indices are provided it is the same user experience as no indices are provided ( i.e. give me all the blobs)
instead, we should probably error if indices are invalid

related PR #13100

@james-prysm james-prysm added Bug Something isn't working Priority: Low Low priority item UX cosmetic / user experience related Deneb PRs or issues for the Deneb upgrade labels Feb 13, 2024
@james-prysm james-prysm requested a review from a team as a code owner February 13, 2024 22:22
beacon-chain/rpc/eth/blob/handlers.go Outdated Show resolved Hide resolved
beacon-chain/rpc/eth/blob/handlers.go Outdated Show resolved Hide resolved
james-prysm and others added 3 commits February 15, 2024 10:47
Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
prestonvanloon
prestonvanloon previously approved these changes Feb 15, 2024
@prestonvanloon
Copy link
Member

Tests failing @james-prysm

@james-prysm james-prysm added this pull request to the merge queue Feb 15, 2024
Merged via the queue into develop with commit 2d0fe20 Feb 15, 2024
17 checks passed
@james-prysm james-prysm deleted the blob-api-ux-fix branch February 15, 2024 20:15
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 PRs or issues for the Deneb upgrade Priority: Low Low priority item UX cosmetic / user experience related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants