-
Notifications
You must be signed in to change notification settings - Fork 808
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
Do not send column requests if there is no blob for the block. #6814
Do not send column requests if there is no blob for the block. #6814
Conversation
) Squashed commit of the following: commit 884ba44 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Fri Jan 17 16:13:28 2025 +1100 Do not send column requests if there is no blob for the block.
Just found that the previous solution didn't actually work because we don't pass the blob count to I realise the we actually have |
aad2a8e
to
085197d
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.
Nice find! Better solution
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 6ce33c4 |
Issue Addressed
We currently send custody column requests to peers even on blocks that do not contain any blobs. This is unnecessary and is removed in this PR.