aboutsummaryrefslogtreecommitdiff
path: root/src/test/util
AgeCommit message (Expand)Author
2020-04-16scripted-diff: Sort test includesMarcoFalke
2020-04-15test: Add optional extra_args to testing setupMarcoFalke
2020-04-15node: Add args alias for gArgs globalMarcoFalke
2020-04-10Merge #17737: Add ChainstateManager, remove BlockManager globalMarcoFalke
2020-04-10Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libeventMarcoFalke
2020-04-05fuzz: Add process_messages harnessMarcoFalke
2020-04-02Drop bitcoin-wallet dependency on libeventRussell Yanofsky
2020-03-25Merge #18134: Replace std::to_string with locale-independent alternativeWladimir J. van der Laan
2020-03-17test: add basic tests for ChainstateManagerJames O'Beirne
2020-03-17use ChainstateManager to initialize chainstateJames O'Beirne
2020-03-14Replace std::to_string with locale-independent alternativeBen Woosley
2020-03-12refactor: Remove mempool global from netMarcoFalke
2020-03-11tests: Add fuzzing harness for ProcessMessage(...)practicalswift
2020-03-06scheduler: don't rely on boost interrupt on shutdownAnthony Towns
2020-03-01Merge #17399: validation: Templatize ValidationState instead of subclassingMarcoFalke
2020-02-28refactor: test/bench: dedup SetupDummyInputs()Sebastian Falbesoner
2020-02-27Refactor FormatStateMessage into ValidationStateJeffrey Czyz
2020-02-17Merge #18037: Util: Allow scheduler to be mockedMarcoFalke
2020-02-17[lib] add scheduler to node contextAmiti Uttarwar
2020-01-23Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow
2020-01-02test: Show debug log on unit test failureMarcoFalke
2019-12-23rpc: Remove mempool global from minerMarcoFalke
2019-11-25[test] move wallet helper functions into test libraryMartin Zumsande
2019-11-25[test] move mining helper functions into test libraryMartin Zumsande
2019-11-25[test] move string helper functions into test libraryMartin Zumsande
2019-11-15node: Add reference to mempool in NodeContextMarcoFalke
2019-11-07Merge #16978: test: Seed test RNG context for each test case, print seedMarcoFalke
2019-11-07Merge #17342: refactor: Clean up nScriptCheckThreadsMarcoFalke
2019-11-06doc: Add documentation for new test/libMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-11-05tests: Move CaseInsensitiveEqual to test/util/strpracticalswift