Skip to content

Conversation

@jimmygchen
Copy link
Member

@jimmygchen jimmygchen commented Feb 5, 2024

Issue Addressed

The max rpc request size limit for BlobSidecarsByRoot is calculated using the max length for List<Hash256>, however the request content for BlobSidecarsByRoot is a list of BlobIdentifiers rather than a list of Roots.

This PR fixes the calculation and increases the rpc request size limit.

@jimmygchen jimmygchen added the ready-for-review The code is ready for review label Feb 5, 2024
Copy link
Member

@pawanjay176 pawanjay176 left a comment

Choose a reason for hiding this comment

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

Nice catch!

@pawanjay176 pawanjay176 added ready-for-merge This PR is ready to merge. and removed ready-for-review The code is ready for review labels Feb 5, 2024
@realbigsean
Copy link
Member

realbigsean commented Feb 5, 2024

nice find jimmy :)

@Mergifyio queue

@realbigsean
Copy link
Member

@Mergifyio queue

@mergify
Copy link

mergify bot commented Feb 5, 2024

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at 8fa11aa

mergify bot added a commit that referenced this pull request Feb 5, 2024
@mergify mergify bot merged commit 8fa11aa into sigp:unstable Feb 5, 2024
danielrachi1 pushed a commit to danielrachi1/lighthouse that referenced this pull request Feb 14, 2024
…5181)

* Fix incorrect value set for `blobs_by_root_request` rpc limit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-for-merge This PR is ready to merge.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants