aboutsummaryrefslogtreecommitdiff
path: root/src/test/util/setup_common.h
AgeCommit message (Expand)Author
2022-09-09scripted-diff: rename CChainState -> ChainstateJames O'Beirne
2022-06-28pool: Add and use MemPoolOptions, ApplyArgsManOptionsCarl Dong
2022-06-04Merge bitcoin/bitcoin#25065: [kernel 2c/n] Introduce `kernel::Context`, encap...fanquake
2022-06-02init: Initialize globals with kernel::Context's lifeCarl Dong
2022-05-31test: Use Set/UnsetGlobals in BasicTestingSetupCarl Dong
2022-05-30[test util] to populate mempool with random transactions/packagesglozow
2022-05-30[test util] add chain name to TestChain100Setup ctorglozow
2022-01-11test: parse the command line arguments in unit testsVasil Dimov
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-07test/setup: Use LoadChainstateCarl Dong
2021-11-19doc: Use clang-tidy comments in crypto_testsMarcoFalke
2021-11-16doc: Fix typos in endif header commentsMarcoFalke
2021-09-24Merge bitcoin/bitcoin#22818: test: Activate all regtest softforks at height 1...merge-script
2021-09-16test: Add extra_args argument to TestChain100Setup constructorMarcoFalke
2021-09-16test: Remove unused ~TestChain100SetupMarcoFalke
2021-09-15test: refactor: separate CreateBlock in TestChain100SetupJames O'Beirne
2021-05-24[test] make submit optional in CreateValidMempoolTransactionglozow
2021-04-18BasicTestingSetup: Add ArgsManager.Kiminuo
2021-04-08test: Remove option to make TestChain100Setup non-deterministicMarcoFalke
2021-03-03Move MakeNoLogFileContext to common libtest_util, and use it in benchMarcoFalke
2021-02-16[test] Introduce a unit test helper to create a valid mempool transaction.Amiti Uttarwar
2021-02-12tests: add deterministic chain generation unittest fixtureJames O'Beirne
2021-01-29refactor: remove boost::thread_group usagefanquake
2021-01-07Merge #20584: Declare de facto const reference variables/member functions as ...MarcoFalke
2020-12-08test: Add new ChainTestingSetup and use itCarl Dong
2020-12-06Don't declare de facto const member functions as non-constpracticalswift
2020-10-31style: minor improvements as a followup to #19845Vasil Dimov
2020-09-17test: move HasReason so it can be reusedVasil Dimov
2020-08-21test: Move doxygen comment to headerMarcoFalke
2020-07-04Merge #19277: util: Add Assert identity functionMarcoFalke
2020-06-25Merge #19090: refactor: Misc scheduler cleanupsMarcoFalke
2020-06-15util: Add Assert identity functionMarcoFalke
2020-06-04refactor: Specify boost/thread/thread.hpp explicitlyHennadii Stepanov
2020-05-28test: Remove unused scheduler.h include from the common setupMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-15test: Add optional extra_args to testing setupMarcoFalke
2020-04-15node: Add args alias for gArgs globalMarcoFalke
2020-03-14Replace std::to_string with locale-independent alternativeBen Woosley
2020-02-17[lib] add scheduler to node contextAmiti Uttarwar
2020-01-02test: Show debug log on unit test failureMarcoFalke
2019-11-07Merge #16978: test: Seed test RNG context for each test case, print seedMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke