Age | Commit message (Expand) | Author |
2024-05-03 | miniscript: make operator_mst consteval | Pieter Wuille |
2023-10-08 | miniscript: account for keys as being 32 bytes under Taproot context | Antoine Poinsot |
2023-10-08 | miniscript: adapt resources checks depending on context | Antoine Poinsot |
2023-10-08 | miniscript: sanity asserts context in ComputeType | Antoine Poinsot |
2023-10-08 | miniscript: make 'd:' have the 'u' property under Tapscript context | Antoine Poinsot |
2023-10-08 | miniscript: introduce a multi_a fragment | Antoine Poinsot |
2023-10-08 | miniscript: restrict multi() usage to P2WSH context | Antoine Poinsot |
2023-08-14 | Clean up things that include script/standard.h | Andrew Chow |
2023-02-16 | Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptors | fanquake |
2023-02-11 | Align 'e' property of or_d and andor with website spec | Pieter Wuille |
2023-02-11 | miniscript: satisfaction support | Antoine Poinsot |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-05-30 | miniscript: nit: don't return after assert(false) | Antoine Poinsot |
2022-05-30 | miniscript: explicit the threshold size computation in multi() | Antoine Poinsot |
2022-05-30 | miniscript: add an OpCode typedef for readability | Antoine Poinsot |
2022-04-28 | miniscript: use optional instead of bool/outarg | Antoine Poinsot |
2022-04-28 | scripted-diff: miniscript: rename 'nodetype' variables to 'fragment' | Antoine Poinsot |
2022-04-28 | miniscript: remove a workaround for a GCC 4.8 bug | Antoine Poinsot |
2022-04-18 | miniscript: the 'd:' wrapper must not be 'u' | Antoine Poinsot |
2022-03-17 | Miniscript: conversion from script | Pieter Wuille |
2022-03-17 | Miniscript: type system, script creation, text notation, tests | Pieter Wuille |