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
/
test
/
miniscript_tests.cpp
Age
Commit message (
Expand
)
Author
2023-08-25
miniscript: introduce a helper to get the maximum witness size
Antoine Poinsot
2023-08-25
miniscript: make GetStackSize independent of P2WSH context
Antoine Poinsot
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-08-14
Move CTxDestination to its own file
Andrew Chow
2023-07-19
Merge bitcoin/bitcoin#27425: test: move remaining rand code from util/setup_c...
fanquake
2023-06-29
miniscript: make GetStackSize() and GetOps() return optionals
Antoine Poinsot
2023-06-14
test: move remaining random test util code from setup_common to random
jonatack
2023-04-05
ci: use clang-16 in tidy task
fanquake
2023-02-16
Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptors
fanquake
2023-02-11
miniscript: satisfaction support
Antoine Poinsot
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-09-17
Permit delaying duplicate key check in miniscript::Node construction
Pieter Wuille
2022-07-18
refactor: remove unused using directives
fanquake
2022-07-14
miniscript: add a helper to find the first insane sub with no child
Antoine Poinsot
2022-07-14
miniscript: don't check for top level validity at parsing time
Antoine Poinsot
2022-05-30
miniscript: mark nodes with duplicate keys as insane
Antoine Poinsot
2022-04-28
miniscript: use optional instead of bool/outarg
Antoine Poinsot
2022-04-18
miniscript: the 'd:' wrapper must not be 'u'
Antoine Poinsot
2022-03-17
Miniscript: ops limit and stack size computation
Pieter Wuille
2022-03-17
Miniscript: conversion from script
Pieter Wuille
2022-03-17
Miniscript: type system, script creation, text notation, tests
Pieter Wuille