Merged
Conversation
Member
Author
|
|
gruve-p
pushed a commit
to Groestlcoin/rust-miniscript
that referenced
this pull request
Aug 28, 2023
a6405f8 fuzz: replace README.md (Andrew Poelstra) 7b04860 fuzz: delete old ./travis-fuzz.sh (Andrew Poelstra) 8e8dcb4 fuzz: remove afl support, run clippy and fmt on fuzz targets (Andrew Poelstra) 14ceccd fuzz: remove existing CI; run fuzz/generate-files.sh to make new one (Andrew Poelstra) 6fea17f fuzz: copy *.sh files from rust-bitcoin; tweak generate-files.sh (Andrew Poelstra) Pull request description: Followup to rust-bitcoin#538. Copies the new fuzzing scripts from rust-bitcoin and cleans some things up. Confirmed that I can run all these fuzztests in my local nix-based CI. ACKs for top commit: sanket1729: utACK a6405f8 Tree-SHA512: f19fa7a62e244aaebf3ac0a0bcfe1686392eca3679d71edd8d6504888bf1a5004a7527fa46e8ee6296be4a27dfc20408a8ea258569f6337a73f41118d751a451
heap-coder
added a commit
to heap-coder/rust-miniscript
that referenced
this pull request
Sep 27, 2025
a6405f844695077b27aedd51932fad7dd5dfbd4c fuzz: replace README.md (Andrew Poelstra)
7b04860d6f2746e591c894df785547d3cc707215 fuzz: delete old ./travis-fuzz.sh (Andrew Poelstra)
8e8dcb466fc736648ff42f65b4b1f90f5d6d6de7 fuzz: remove afl support, run clippy and fmt on fuzz targets (Andrew Poelstra)
14ceccd823dd1ef0794f735d2a81bb3d69e69bc3 fuzz: remove existing CI; run fuzz/generate-files.sh to make new one (Andrew Poelstra)
6fea17f446ce0fd3573c195d8240a4c0d1b34304 fuzz: copy *.sh files from rust-bitcoin; tweak generate-files.sh (Andrew Poelstra)
Pull request description:
Followup to #538. Copies the new fuzzing scripts from rust-bitcoin and cleans some things up.
Confirmed that I can run all these fuzztests in my local nix-based CI.
ACKs for top commit:
sanket1729:
utACK a6405f844695077b27aedd51932fad7dd5dfbd4c
Tree-SHA512: f19fa7a62e244aaebf3ac0a0bcfe1686392eca3679d71edd8d6504888bf1a5004a7527fa46e8ee6296be4a27dfc20408a8ea258569f6337a73f41118d751a451
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.
Followup to #538. Copies the new fuzzing scripts from rust-bitcoin and cleans some things up.
Confirmed that I can run all these fuzztests in my local nix-based CI.