aboutsummaryrefslogtreecommitdiff
path: root/src/test/validation_block_tests.cpp
AgeCommit message (Expand)Author
2019-07-02Merge #14193: validation: Add missing mempool locksWladimir J. van der Laan
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-07[test] Add test to check mempool consistency in case of reorgsMarcoFalke
2019-05-13[refactor] interfaces: Add missing LockAnnotation for cs_mainMarcoFalke
2019-05-03scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2018-12-21Merge #14811: Mining: Enforce that segwit option must be set in GBTMarcoFalke
2018-12-17test: Undo thread_local g_insecure_rand_ctxMarcoFalke
2018-12-14Merge #14935: tests: Test for expected return values when calling functions r...MarcoFalke
2018-12-13tests: Test for expected return values when calling functions returning a suc...practicalswift
2018-12-12Make unit tests use the insecure_rand_ctx exclusivelyPieter Wuille
2018-12-10[mining] segwit option must be set in GBTJohn Newbery
2018-07-26Mark single-argument constructors "explicit"practicalswift
2018-05-20trivial: Mark overrides as such.Daniel Kraft
2018-05-16Add unit tests for signals generated by ProcessNewBlock()Jesse Cohen