-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
We agreed upon having:
- A fuzz target for
FromScript()
.That's fuzz: add a fuzz target for Miniscript decoding #78.That's Add script/string roundtrip fuzz tests #106. - A fuzz target for random node generation that's "dumb" (does not help the fuzzer to generate valid nodes). That's Pseudo-random node generation from fuzzer's input using a strict binary encoding #100.
- A fuzz target for random node generation that's "smart" (does help the fuzzer to generate valid nodes). That's Add type-driven fuzzer #105
- A fuzz target for
FromString()
. That's Add script/string roundtrip fuzz tests #106
Metadata
Metadata
Assignees
Labels
No labels