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-11-16
serialize: Drop useless version param from GetSerializeSize()
Anthony Towns
2023-10-17
Merge bitcoin/bitcoin#28651: Make miniscript GetWitnessSize accurate for taps...
Andrew Chow
2023-10-16
Merge bitcoin/bitcoin#28583: refactor: [tidy] modernize-use-emplace
fanquake
2023-10-13
test: add tests for miniscript GetWitnessSize
Pieter Wuille
2023-10-13
test: remove mutable global contexts in miniscript fuzzer/test
Pieter Wuille
2023-10-12
ci: Drop no longer needed `NOLINTNEXTLINE`
Hennadii Stepanov
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-08
fuzz: miniscript: higher sensitivity for max stack size limit under Tapscript
Antoine Poinsot
2023-10-08
fuzz: adapt Miniscript targets to Tapscript
Antoine Poinsot
2023-10-08
miniscript: account for keys as being 32 bytes under Taproot context
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: store the script context within the Node structure
Antoine Poinsot
2023-10-08
miniscript: introduce a MsContext() helper to contexts
Antoine Poinsot
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