Skip to content

Conversation

ajtowns
Copy link
Contributor

@ajtowns ajtowns commented Mar 21, 2021

Followups for #21380, shouldn't change coverage. Marking as draft to avoid introducing conflicts for the speedy trial PRs.

@DrahtBot
Copy link
Contributor

DrahtBot commented Mar 21, 2021

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Conflicts

Reviewers, this pull request conflicts with the following ones:

If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.

@maflcko
Copy link
Member

maflcko commented Mar 21, 2021

cr ACK aa7f418

if (blocks.size() + period*2 > max_blocks) break;
if (blocks.size() + 2 * period > max_blocks) break;
}
// NOTE: fuzzed_data_provider may be fully consumed at this point and should not be used further
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The way it currently is makes way more sense to me; I had a go the other way to see if it'd make better use of fuzz magic somehow, but it doesn't; so sticking with what I like.

@practicalswift
Copy link
Contributor

Tested ACK aa7f418

@fanquake fanquake marked this pull request as ready for review March 24, 2021 06:13
@fanquake fanquake merged commit f95071a into bitcoin:master Mar 24, 2021
@fanquake fanquake mentioned this pull request Apr 6, 2021
maflcko pushed a commit to maflcko/bitcoin-core that referenced this pull request Apr 6, 2021
@maflcko
Copy link
Member

maflcko commented Apr 6, 2021

Backported in #21614

maflcko pushed a commit to maflcko/bitcoin-core that referenced this pull request Apr 7, 2021
luke-jr pushed a commit to luke-jr/bitcoin that referenced this pull request Apr 7, 2021
luke-jr pushed a commit to luke-jr/bitcoin that referenced this pull request Apr 7, 2021
maflcko pushed a commit to maflcko/bitcoin-core that referenced this pull request Apr 16, 2021
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Aug 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants