-
Notifications
You must be signed in to change notification settings - Fork 37.7k
p2p: Unconditionally return when compact block status == READ_STATUS_FAILED #27743
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
utACK d972695 |
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.
ACK d972695
Agree that it doesn't make sense to continue and send a BLOCKTXN here.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
Github-Pull: bitcoin#27743 Rebased-From: d972695
Backported in #27752. |
…tatus == READ_STATUS_FAILED d972695 Unconditionally return when compact block status == READ_STATUS_FAILED (Greg Sanders) Pull request description: Fixes bitcoin#27626 (comment) which would have resulted in wasted bandwidth every once in a while. ACKs for top commit: Sjors: utACK d972695 mzumsande: ACK d972695 Tree-SHA512: 2483cae03093fc61b36279bbc455829822258703ae608ff2797a20449410b12bfe8d40de63c02fc79ed4ef4d91b34c63281b71b81a1c691cab9647b65761586f
Github-Pull: bitcoin#27743 Rebased-From: d972695
Github-Pull: bitcoin#27743 Rebased-From: d972695
Github-Pull: bitcoin#27743 Rebased-From: d972695
b8ad322 Unconditionally return when compact block status == READ_STATUS_FAILED (Greg Sanders) cdd3de0 Add tests for parallel compact block downloads (Greg Sanders) e66a5cb Support up to 3 parallel compact block txn fetchings (Greg Sanders) d1a93f5 Only request full blocks from the peer we thought had the block in-flight (Greg Sanders) 38e3af9 Convert mapBlocksInFlight to a multimap (Greg Sanders) a45159b Remove nBlocksInFlight (Greg Sanders) 722361e alias BlockDownloadMap for mapBlocksInFlight (Greg Sanders) Pull request description: Backports: * #27626 * #27743 ACKs for top commit: instagibbs: utACK b8ad322 ajtowns: ACK b8ad322 ; confirmed patches are clean cherry-picks from master, and already tested patches prior to 25.0 release Tree-SHA512: 438901496a5ed927662e62f936e3d1e7ffb727cb235869854983e8e29a68e144eb3bff307d9fc3ae785fb276b67a216b1cce397689252ca49c5d761efc1380ac
Fixes #27626 (comment) which would have resulted in wasted bandwidth every once in a while.