-
Notifications
You must be signed in to change notification settings - Fork 0
Merge bitcoin/bitcoin#26561: fuzz: Move-only net utils #140
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
base: backport-0.25-batch-247
Are you sure you want to change the base?
Merge bitcoin/bitcoin#26561: fuzz: Move-only net utils #140
Conversation
fa3b2cf fuzz: Move-only net utils (MarcoFalke) Pull request description: This should speed up fuzz builds when `src/test/fuzz/util.h` is modified. Also, it makes sense on its own. ACKs for top commit: dergoegge: ACK fa3b2cf Tree-SHA512: 03d6abeb728ac8eb3f28167e8ac43d8d6e7e1b1738ec14f58a36e17502081fdde2d56f2d47a9e11b991754667e83b2eb22d154e394c0c1c4ffa0945db86b7e21
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Backport Verification - Issues FixedI found configuration issues in CI builds and automatically analyzed the backport quality. Original Bitcoin commit: Verification Details:
Size Comparison:
CI Status:Assessment: This is a high-quality, faithful backport with appropriate Dash-specific adaptations. The move-only nature is preserved while correctly excluding Bitcoin-specific features that don't exist in Dash. This PR is ready for merge. ✅ |
Backports bitcoin#26561
Original commit: 93cae70
Backported from Bitcoin Core v0.25
Notes
This is a move-only refactoring that reorganizes net utilities from util.cpp/util.h to util/net.cpp/util/net.h for the fuzz testing framework.
Dash Adaptations: