Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-09 | Remove unused Boost includes | practicalswift | |
2017-06-05 | scripted-diff: Rename cuckoo tests' local rand context | Pieter Wuille | |
-BEGIN VERIFY SCRIPT- sed -i 's/insecure_rand/local_rand_ctx/g' src/test/cuckoocache_tests.cpp -END VERIFY SCRIPT- | |||
2017-04-12 | Deduplicate SignatureCacheHasher | Jeremy Rubin | |
This moves the SignatureCacheHasher to the sigcache header, out of the anonymous namespace, so that the tests can import it. | |||
2017-03-30 | Decrease testcase sizes in cuckoocache tests | Jeremy Rubin | |
2017-03-21 | [trivial] Fix typos in comments | practicalswift | |
2017-01-22 | [Trivial] Grammar and typo correction | Lauda | |
Minor corrections in src\test\* . | |||
2016-12-14 | Add unit tests for the CuckooCache | Jeremy Rubin | |
SQUASHME: Update Tests for other SQUASHMEs |