-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Make GetFetchFlags always request witness objects from witness peers #8871
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 fixes a bug where we might (in exceedingly rare circumstances) accidentally ban a node for sending us the first (potentially few) segwit blocks in non-segwit mode.
89797ca
to
2da86f9
Compare
e9b1e6a
to
84a32a8
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.
concept ACK, utACK
ACK |
utACK 84a32a8 |
might be worth dropping the pprev parameter completely? |
This late in 13.1, I wanted to touch as little code as possible. I'd call that a candidate for cleanup in 14. On October 7, 2016 5:45:50 PM GMT+02:00, Nicolas Dorier notifications@github.com wrote:
|
@TheBlueMatt is this for backport? |
I guess this will be backported through #8393 . |
This fixes a bug where we might (in exceedingly rare circumstances)
accidentally ban a node for sending us the first (potentially few)
segwit blocks in non-segwit mode.
See #8393 (comment) for the compact-block-related issue, though there is a similar(ly rare) version in ::INV processing as well.