index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
miniscript.cpp
Age
Commit message (
Expand
)
Author
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