-
Notifications
You must be signed in to change notification settings - Fork 881
Fix BlobsByRange by reverting PR6462 #6526
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
Conversation
This reverts commit 772929f.
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! Nice find 🎉
We can revisit the change once #6329 is merged.
@mergify queue |
🛑 The pull request has been removed from the queue
|
@mergify requeue |
✅ This pull request will be re-embarked automaticallyThe followup |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 9aefb55 |
Issue Addressed
This reverts PR:
That PR accidentally broke
BlobsByRange
requests by adding a non-standard field to the SSZ representation (sent over the network). The result is that peers would not respond to Lighthouse'sBlobsByRange
requests and Lighthouse would be unable to sync.