mechanical updates to fuzztests#790
Merged
apoelstra merged 2 commits intorust-bitcoin:masterfrom Mar 1, 2025
Merged
Conversation
Member
Author
|
Updated my local CI. It now fails on the first commit of this PR but not the second :) |
Member
Author
|
cc @sanket1729 can we pls merge this? |
Member
|
Yes, gimme until tomorrow. @apoelstra |
sanket1729
approved these changes
Feb 27, 2025
Member
sanket1729
left a comment
There was a problem hiding this comment.
ACK b22f3e5
Sorry for the delay. I will get back to some PRs in this repo over the weekend.
heap-coder
added a commit
to heap-coder/rust-miniscript
that referenced
this pull request
Sep 27, 2025
b22f3e5b6e20a37c7f6940ea25501d8ad3b40e6a fuzz: run generate-files.sh (Andrew Poelstra)
ab61d7a9cb9c5697c0ce4dfe610c28edb6baab3f fuzz: update generate-files.sh for recent "fuzz against released 12.3" test (Andrew Poelstra)
Pull request description:
Our `generate-files.sh` script got out of sync again.
I will try to add a check for this to my local CI.
Fixes #789
ACKs for top commit:
sanket1729:
ACK b22f3e5b6e20a37c7f6940ea25501d8ad3b40e6a
Tree-SHA512: 35d093206e34b4f22b2b8134c675f69fa78e8cbf6e06cbd3d46abd3b42d6196317f7aec6b31b3dbc76cd979802e1efe678c9929f751c6fa2733904cbe76d823d
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.
Our
generate-files.shscript got out of sync again.I will try to add a check for this to my local CI.
Fixes #789