aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/script.cpp
AgeCommit message (Expand)Author
2020-12-24fuzz: Check that NULL_DATA is unspendableMarcoFalke
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-08-14Replace usage of GetScriptForWitness with GetScriptForDestinationMeshCollider
2020-07-22fuzz: add missing overrides to signature_checkerJon Atack
2020-06-21scripted-diff: TxoutType C++11 scoped enum classMarcoFalke
2020-05-30tests: Fill fuzzing coverage gaps for functions in script/script.h, script/sc...practicalswift
2020-05-14Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.practicalswift
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-04fuzz: Extend script fuzz testMarcoFalke
2020-03-11tests: Simplify code by removing unwarranted use of unique_ptr:spracticalswift
2020-03-11tests: Increase fuzzing coverage of DecompressScript(...)practicalswift
2020-03-11tests: Remove unit test from fuzzing harnesspracticalswift
2020-03-07fuzz: Add assert(script == decompressed_script)MarcoFalke
2020-03-07tests: Fuzz additional functions in the script fuzzing harnesspracticalswift
2019-10-25tests: Add fuzzing harness for various CScript related functionspracticalswift