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
/
descriptor_parse.cpp
Age
Commit message (
Expand
)
Author
2023-08-25
wallet: accurately account for the size of the witness stack
Antoine Poinsot
2023-08-25
descriptor: introduce a method to get the satisfaction size
Antoine Poinsot
2023-07-31
script: update flake8 to 6.1.0
Jon Atack
2023-07-21
fuzz: increase coverage of the descriptor targets
Antoine Poinsot
2023-07-21
fuzz: add a new, more efficient, descriptor parsing target
Antoine Poinsot
2023-07-21
fuzz: make the parsed descriptor testing into a function
Antoine Poinsot
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2022-12-13
Adapt to libsecp256k1 API changes
Pieter Wuille
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-11-04
fuzz: Add missing ECC_Start to descriptor_parse test
Ivan Metlushko
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-04
fuzz: Extend descriptor fuzz test
MarcoFalke
2020-03-11
tests: Simplify code by removing unwarranted use of unique_ptr:s
practicalswift
2019-12-06
tests: Fix fuzzing harness for descriptor parsing (descriptor_parse)
practicalswift
2019-10-23
tests: Add Parse(...) (descriptor) fuzzing harness
practicalswift