Commit 1101a79
committed
Merge #792: fuzz: add target for tapscript parsing from script
f96bf24 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 f96bf24; successfully ran local tests
Tree-SHA512: 97f61c52b5c582a278264a00df0c8cd7b871012f845f1b28dfd6d5fd3fceccef82b13b27bfed2357c67edf6181b53731eb71a244b73dc6599e839aab2ce78ccfFile tree
3 files changed
+29
-0
lines changed- .github/workflows
- fuzz
- fuzz_targets
3 files changed
+29
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments