aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/hex.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.practicalswift2020-05-141-1/+2
|
* 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: Fuzz DecodeHexBlk(...)practicalswift2020-03-111-0/+7
|
* tests: Fuzz additional functions in the hex fuzzing harnesspracticalswift2020-03-071-1/+15
|
* tests: Add fuzzing harness for various hex related functionspracticalswift2019-12-161-0/+22