practicalswift
|
cd34038cbd
|
Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.
|
2020-05-14 18:52:57 +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
|
e57e67057a
|
tests: Fuzz DecodeHexBlk(...)
|
2020-03-11 12:51:26 +00:00 |
|
practicalswift
|
4fe4de6364
|
tests: Fuzz additional functions in the hex fuzzing harness
|
2020-03-07 13:39:25 +00:00 |
|
practicalswift
|
c18405732e
|
tests: Add fuzzing harness for various hex related functions
|
2019-12-16 22:50:49 +00:00 |
|