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
/
fuzz
/
miniscript.cpp
Age
Commit message (
Expand
)
Author
2023-08-25
miniscript: make GetStackSize independent of P2WSH context
Antoine Poinsot
2023-07-17
Merge bitcoin/bitcoin#27997: Descriptors: rule out unspendable miniscript des...
Andrew Chow
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-06-29
miniscript: make GetStackSize() and GetOps() return optionals
Antoine Poinsot
2023-04-05
ci: use clang-16 in tidy task
fanquake
2023-03-03
Fixed a couple of typos in comments to make linter happy
hernanmarino
2023-02-28
Make miniscript fuzzers avoid script size limit
Pieter Wuille
2023-02-28
Make miniscript fuzzers avoid ops limit
Pieter Wuille
2023-02-28
Enforce type consistency in miniscript_stable fuzz test
Pieter Wuille
2023-02-28
Simplify miniscript fuzzer NodeInfo struct
Pieter Wuille
2023-02-28
Do base type propagation in miniscript_stable fuzzer
Pieter Wuille
2023-02-17
fuzz: avoid redundant dup key checks when creating Miniscript nodes
Antoine Poinsot
2023-02-16
Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptors
fanquake
2023-02-11
qa: add a "smart" Miniscript fuzz target
Antoine Poinsot
2023-02-11
qa: add a fuzz target generating random nodes from a binary encoding
Antoine Poinsot
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-05-30
miniscript: mark nodes with duplicate keys as insane
Antoine Poinsot
2022-04-28
fuzz: add a Miniscript target for string representation roundtripping
Antoine Poinsot
2022-04-28
fuzz: rename and improve the Miniscript Script roundtrip target
Antoine Poinsot