MarcoFalke
|
44444ba759
|
fuzz: Link all targets once
|
2020-12-10 07:15:42 +01:00 |
|
practicalswift
|
b74f3d6c45
|
tests: Fill fuzzing coverage gaps for functions in consensus/validation.h
|
2020-05-14 18:45:42 +00:00 |
|
practicalswift
|
d5a31b7cb4
|
tests: Add fuzzing harness for functions in primitives/block.h
|
2020-04-22 19:51:42 +00:00 |
|
MarcoFalke
|
fa488f131f
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
2020-04-16 13:33:09 -04:00 |
|
MarcoFalke
|
fac5c37300
|
scripted-diff: Sort test includes
-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-
|
2020-04-16 13:32:36 -04:00 |
|
practicalswift
|
d3d4892ef4
|
tests: Simplify code by removing unwarranted use of unique_ptr:s
|
2020-03-11 12:51:26 +00:00 |
|
practicalswift
|
117a706fab
|
tests: Fuzz RecursiveDynamicUsage(const std::shared_ptr<X>& p)
|
2020-03-11 12:51:26 +00:00 |
|
practicalswift
|
893aa207e8
|
tests: Add fuzzing harness for CheckBlock(...) and other CBlock related functions
|
2019-12-15 21:38:34 +00:00 |
|