-
Notifications
You must be signed in to change notification settings - Fork 305
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
Rpc blobs bug fix + blobsUtil endianness + integration tests #7200
Conversation
dfb3ea7
to
9883a9f
Compare
524b849
to
ae9ac9e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with one javadoc nit
...h/pegasys/teku/networking/eth2/rpc/beaconchain/methods/BlobSidecarsByRootMessageHandler.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with one javadoc nit
new BlobSidecarsByRangeRequestMessage( | ||
firstSupportedSlot, | ||
updatedCount, | ||
spec.getMaxBlobsPerBlock(firstSupportedSlot.plus(updatedCount)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be technically .plus(updatedCount).minus(1)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right.. good point
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
put it on the other place too
fixes: #7216
fixes: #7183
fixes: #6834
Documentation
doc-change-required
label to this PR if updates are required.Changelog