Fuzzes low level data structure, leaving network level fuzzing for a separate harness.
Minimal amounts of invariants being checked, but gets total loc coverage.
Complements efforts in #35090
Fuzzes low level data structure, leaving network level fuzzing for a separate harness.
Minimal amounts of invariants being checked, but gets total loc coverage.
Complements efforts in #35090
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/35413.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process.
| Type | Reviewers |
|---|---|
| Concept ACK | nervana21 |
If your review is incorrectly listed, please copy-paste <code><!--meta-tag:bot-skip--></code> into the comment that the bot should ignore.
<!--174a7506f384e20aa4161008e828411d-->
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.
<!--5faf32d7da4f0f540f40219e4f7537a3-->
Concept ACK
Looks to be duplicate of #35129?
@andrewtoth oops, didn't see that one, will review (keeping open for now)
@fanquake there are a lot of private broadcast PRs being opened. How come drahtbot doesn't apply the correct Private Broadcast label?
@andrewtoth I think Drahtbot might just be missing the mapping for that label. See https://github.com/maflcko/DrahtBot/blob/6084f507bc64af4bfd5b3c33ebf725a57c66320a/webhook_features/config.yml#L19.
Fuzzes low level data structure, leaving network level
fuzzing for a separate harness.