aboutsummaryrefslogtreecommitdiff
path: root/src/test/miniscript_tests.cpp
AgeCommit message (Expand)Author
2022-09-17Permit delaying duplicate key check in miniscript::Node constructionPieter Wuille
2022-07-18refactor: remove unused using directivesfanquake
2022-07-14miniscript: add a helper to find the first insane sub with no childAntoine Poinsot
2022-07-14miniscript: don't check for top level validity at parsing timeAntoine Poinsot
2022-05-30miniscript: mark nodes with duplicate keys as insaneAntoine Poinsot
2022-04-28miniscript: use optional instead of bool/outargAntoine Poinsot
2022-04-18miniscript: the 'd:' wrapper must not be 'u'Antoine Poinsot
2022-03-17Miniscript: ops limit and stack size computationPieter Wuille
2022-03-17Miniscript: conversion from scriptPieter Wuille
2022-03-17Miniscript: type system, script creation, text notation, testsPieter Wuille