aboutsummaryrefslogtreecommitdiff
path: root/src/test/util/setup_common.h
AgeCommit message (Expand)Author
2024-05-09kernel: Remove key module from kernel libraryTheCharlatan
2024-03-07test: test_bitcoin: allow -testdatadir=<datadir>Larry Ruane
2023-12-04refactor: Add NodeContext::shutdown memberRyan Ofsky
2023-11-30Remove unused version.h includeMarcoFalke
2023-11-29fuzz: Fix nullptr deref in scriptpubkeymanMarcoFalke
2023-11-16Include version.h in fewer placesAnthony Towns
2023-11-01[test util] CreateValidTransaction multi-in/out, configurable feerate, signal...glozow
2023-06-14test: move random.h include header from setup_common.h to cppJon Atack
2023-06-14test: move remaining random test util code from setup_common to randomjonatack
2023-05-26fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compile-time to a run-time settingMarcoFalke
2023-05-09scripted-diff: Remove unused chainparamsbase includesTheCharlatan
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2023-05-05Move LoadVerifyActivateChainstate to ChainTestingSetupMarcoFalke
2023-04-26Merge bitcoin/bitcoin#26933: mempool: disallow txns under min relay fee, even...glozow
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-04-17[test util] mock mempool minimum feerateglozow
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-02-06Move random test util code from setup_common to randomJon Atack
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-18test: Remove unused txmempool include from testsMacroFake
2022-09-13test: move-only-ish: factor out LoadVerifyActivateChainstate()James O'Beirne
2022-09-13test: allow on-disk coins and block tree dbs in testsJames O'Beirne
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