aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/block.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fill fuzzing coverage gaps for functions in consensus/validation.hpracticalswift2020-05-141-0/+5
|
* tests: Add fuzzing harness for functions in primitives/block.hpracticalswift2020-04-221-0/+4
|
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
| | | | | | -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
* scripted-diff: Sort test includesMarcoFalke2020-04-161-1/+1
| | | | | | | | | -BEGIN VERIFY SCRIPT- # Mark all lines with #includes sed -i --regexp-extended -e 's/(#include <.*>)/\1 /g' $(git grep -l '#include' ./src/bench/ ./src/test ./src/wallet/test/) # Sort all marked lines git diff -U0 | ./contrib/devtools/clang-format-diff.py -p1 -i -v -END VERIFY SCRIPT-
* tests: Simplify code by removing unwarranted use of unique_ptr:spracticalswift2020-03-111-2/+1
|
* tests: Fuzz RecursiveDynamicUsage(const std::shared_ptr<X>& p)practicalswift2020-03-111-1/+4
|
* tests: Add fuzzing harness for CheckBlock(...) and other CBlock related ↵practicalswift2019-12-151-0/+63
functions