| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | scripted-diff: Bump copyright headers | MarcoFalke | 2020-04-16 | 1 | -1/+1 |
| | | | | | | | -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | ||||
| * | scripted-diff: Sort test includes | MarcoFalke | 2020-04-16 | 1 | -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:s | practicalswift | 2020-03-11 | 1 | -1/+1 |
| | | |||||
| * | tests: Add fuzzer initialization (hold ECCVerifyHandle) | practicalswift | 2019-10-27 | 1 | -1/+8 |
| | | |||||
| * | tests: Add EvalScript(...) fuzzing harness | practicalswift | 2019-10-12 | 1 | -0/+30 |