net processing: Add ibd check before processing block for txdownloadman#175
Merged
willcl-ark merged 0 commit intobitcoin-dev-tools:masterfrom Feb 26, 2026
Merged
Conversation
|
📊 Benchmark results for this run (20207566058) will be available at: https://bitcoin-dev-tools.github.io/benchcoin/results/pr-175/20207566058/index.html after the github pages "build and deployment" action has completed. |
8da8ff3 to
42dc172
Compare
|
📊 Benchmark results for this run (20273254413) will be available at: https://bitcoin-dev-tools.github.io/benchcoin/results/pr-175/20273254413/index.html after the github pages "build and deployment" action has completed. |
44241cc to
da1434a
Compare
623391b to
201f2eb
Compare
9252506 to
aa46724
Compare
133f0db to
06af06f
Compare
f70bb2a to
e75c5ae
Compare
9763322 to
b916666
Compare
aaf12e4 to
d6be3ec
Compare
c110908 to
ae19284
Compare
Benchmark ResultsComparison to nightly master:
|
111df2c to
e5f0613
Compare
Benchmark ResultsComparison to nightly master:
|
Benchmark ResultsComparison to nightly master:
|
a7cd88b to
26c3f30
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just thought that this might stop triggering the destructor for the blocks on the scheduler thread, so making sure this does not introduce a regression.