aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/descriptor_parse.cpp
AgeCommit message (Expand)Author
2024-05-09test: Use ECC_Context helper in bench and fuzz testsRyan Ofsky
2023-12-31fuzz: rule-out too deep derivation paths in descriptor parsing targetsAntoine Poinsot
2023-11-20fuzz: move `MockedDescriptorConverter` to `fuzz/util`brunoerg
2023-09-12[refactor] Add missing includes for next commitTheCharlatan
2023-08-25wallet: accurately account for the size of the witness stackAntoine Poinsot
2023-08-25descriptor: introduce a method to get the satisfaction sizeAntoine Poinsot
2023-07-31script: update flake8 to 6.1.0Jon Atack
2023-07-21fuzz: increase coverage of the descriptor targetsAntoine Poinsot
2023-07-21fuzz: add a new, more efficient, descriptor parsing targetAntoine Poinsot
2023-07-21fuzz: make the parsed descriptor testing into a functionAntoine Poinsot
2023-07-13scripted-diff: Use new FUZZ_TARGET macro everywhereMarcoFalke
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2022-12-13Adapt to libsecp256k1 API changesPieter Wuille
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-11-04fuzz: Add missing ECC_Start to descriptor_parse testIvan Metlushko
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-04fuzz: Extend descriptor fuzz testMarcoFalke
2020-03-11tests: Simplify code by removing unwarranted use of unique_ptr:spracticalswift
2019-12-06tests: Fix fuzzing harness for descriptor parsing (descriptor_parse)practicalswift
2019-10-23tests: Add Parse(...) (descriptor) fuzzing harnesspracticalswift