aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/script_sign.cpp
AgeCommit message (Expand)Author
2024-05-09test: Use ECC_Context helper in bench and fuzz testsRyan Ofsky
2023-11-30Remove unused CDataStreamMarcoFalke
2023-11-20fuzz: create ConsumeCoinsbrunoerg
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-09-07Merge bitcoin/bitcoin#25284: net: Use serialization parameters for CAddress s...fanquake
2023-09-06fuzz: introduce and use `ConsumePrivateKey` helperSebastian Falbesoner
2023-09-05Use serialization parameters for CAddress serializationMarcoFalke
2023-07-13scripted-diff: Use new FUZZ_TARGET macro everywhereMarcoFalke
2023-05-09scripted-diff: Remove unused chainparamsbase includesTheCharlatan
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2023-02-16Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptorsfanquake
2023-02-11script/sign: signing support for Miniscripts with hash preimage challengesAntoine Poinsot
2022-12-13Adapt to libsecp256k1 API changesPieter Wuille
2022-05-04refactor: Change * to & in MutableTransactionSignatureCreatorMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-10moveonly: Move (Un)Serialize(To/From)Vector, (De)SerializeHDKeypaths to psbt ...Andrew Chow
2021-12-10Types are compact size uintsAndrew Chow
2021-11-12fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loopAndrew Poelstra
2021-07-01Change SignTransaction's input_errors to use bilingual_strAndrew Chow
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-05-30tests: Add fuzzing harness for functions in script/sign.hpracticalswift