fuzz: add target for tapscript parsing from script#792
Merged
apoelstra merged 1 commit intorust-bitcoin:masterfrom Mar 2, 2025
Merged
fuzz: add target for tapscript parsing from script#792apoelstra merged 1 commit intorust-bitcoin:masterfrom
apoelstra merged 1 commit intorust-bitcoin:masterfrom
Conversation
Member
|
Nice! CI failures are unrelated. |
Member
|
Blocked on #790 -- I can't test locally without that. |
Member
|
Sorry for the delay -- can you rebase on master now that #790 is in? |
7c8b95c to
f96bf24
Compare
Contributor
Author
Done. |
heap-coder
added a commit
to heap-coder/rust-miniscript
that referenced
this pull request
Sep 27, 2025
…t parsing from script
f96bf2472f52bd2461671afd8498f1ab27ead53f fuzz: add target for tapscript parsing from script (Bruno Garcia)
Pull request description:
This PR adds a new fuzz target to parse a miniscript from script hex for Tap. We currently have one target that does it for Segwitv0.
ACKs for top commit:
apoelstra:
ACK f96bf2472f52bd2461671afd8498f1ab27ead53f; successfully ran local tests
Tree-SHA512: 97f61c52b5c582a278264a00df0c8cd7b871012f845f1b28dfd6d5fd3fceccef82b13b27bfed2357c67edf6181b53731eb71a244b73dc6599e839aab2ce78ccf
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.
This PR adds a new fuzz target to parse a miniscript from script hex for Tap. We currently have one target that does it for Segwitv0.