-
Notifications
You must be signed in to change notification settings - Fork 300
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
Implement BlobsSidecarsByRange v1 #6572
Implement BlobsSidecarsByRange v1 #6572
Conversation
import org.junit.jupiter.params.provider.MethodSource; | ||
import tech.pegasys.teku.infrastructure.unsigned.UInt64; | ||
|
||
class BlobsSidecarsByRangeRequestMessageTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces
accf52d
to
55c9571
Compare
55c9571
to
3971758
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.
What needs to be done in a subsequent PR (once storage is there) is the return with 3: ResourceUnavailable
error when turns out we cant responds due to missing blobs within the availability window
Yup. I have that on my local. Will raise a PR tomorrow. Not sure about the implementation but can discuss then. |
PR Description
BeaconChainMethod
BlobsSidecarsByRangeMessageHandler
SyncSource
and added the main implementation (inDefaultEth2Peer
). The test fixtures can be implemented when working on the syncing issues.Fixed Issue(s)
fixes #6571
Documentation
doc-change-required
label to this PR if updates are required.Changelog