aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/miniscript.cpp
AgeCommit message (Expand)Author
2023-08-25miniscript: make GetStackSize independent of P2WSH contextAntoine Poinsot
2023-07-17Merge bitcoin/bitcoin#27997: Descriptors: rule out unspendable miniscript des...Andrew Chow
2023-07-13scripted-diff: Use new FUZZ_TARGET macro everywhereMarcoFalke
2023-06-29miniscript: make GetStackSize() and GetOps() return optionalsAntoine Poinsot
2023-04-05ci: use clang-16 in tidy taskfanquake
2023-03-03Fixed a couple of typos in comments to make linter happyhernanmarino
2023-02-28Make miniscript fuzzers avoid script size limitPieter Wuille
2023-02-28Make miniscript fuzzers avoid ops limitPieter Wuille
2023-02-28Enforce type consistency in miniscript_stable fuzz testPieter Wuille
2023-02-28Simplify miniscript fuzzer NodeInfo structPieter Wuille
2023-02-28Do base type propagation in miniscript_stable fuzzerPieter Wuille
2023-02-17fuzz: avoid redundant dup key checks when creating Miniscript nodesAntoine Poinsot
2023-02-16Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptorsfanquake
2023-02-11qa: add a "smart" Miniscript fuzz targetAntoine Poinsot
2023-02-11qa: add a fuzz target generating random nodes from a binary encodingAntoine Poinsot
2023-02-01Fix clang-tidy readability-const-return-type violationsMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-05-30miniscript: mark nodes with duplicate keys as insaneAntoine Poinsot
2022-04-28fuzz: add a Miniscript target for string representation roundtrippingAntoine Poinsot
2022-04-28fuzz: rename and improve the Miniscript Script roundtrip targetAntoine Poinsot