aboutsummaryrefslogtreecommitdiff
path: root/src/test/util/setup_common.cpp
AgeCommit message (Expand)Author
2022-07-07refactor: Drop no longer needed `util/designator.h`Hennadii Stepanov
2022-06-28fees: Pass in a filepath instead of referencing gArgsCarl Dong
2022-06-28pool: Add and use MemPoolOptions, ApplyArgsManOptionsCarl Dong
2022-06-15Merge bitcoin/bitcoin#25223: [kernel 2e/n] miner: Make `mempool` optional, st...fanquake
2022-06-06miner: Make mempool optional for BlockAssemblerCarl 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] use -checkmempool for TestingSetup mempool check ratioglozow
2022-05-30[test util] add chain name to TestChain100Setup ctorglozow
2022-05-20Add ChainstateManager::m_adjusted_time_callbackCarl Dong
2022-05-20Add ChainstateManagerOpts, using as ::OptionsCarl Dong
2022-05-18Do not call global Params() when chainman is in scopeMacroFake
2022-05-18Do not pass CChainParams& to PeerManager::makeMacroFake
2022-05-18Do not pass CChainParams& to BlockAssembler constructorMacroFake
2022-05-18Do not pass Consensus::Params& to Chainstate helpersMacroFake
2022-05-18Do not pass time getter to Chainstate helpersMacroFake
2022-05-10validation: remove redundant CChainParams params from ChainstateManager methodsAnthony Towns
2022-05-10validation: add CChainParams to ChainstateManagerAnthony Towns
2022-04-27validation: Prune UnloadBlockIndex and calleesCarl Dong
2022-04-27validation: No mempool clearing in UnloadBlockIndexCarl Dong
2022-04-20[net] Move asmap into NetGroupManagerJohn Newbery
2022-04-16test: fix connman UB by calling derived constructorchinggg
2022-02-09validation, refactoring: remove ChainstateManager::Reset()Jon Atack
2022-02-09validation: replace lock with annotation in UnloadBlockIndex()Jon Atack
2022-01-11test: non-addrman unit tests: override-able check ratioVasil Dimov
2022-01-11test: parse the command line arguments in unit testsVasil Dimov
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2022-01-06Merge bitcoin/bitcoin#23855: refactor: Post-"Chainstate loading sequence coal...MarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-23init: Use clang-tidy named args syntaxCarl Dong
2021-12-23style-only: Rename *Chainstate return valuesCarl Dong
2021-12-13test: call VerifyLoadedChainstate during ChainTestingSetupJames O'Beirne
2021-12-07Remove all #include // for * commentsCarl Dong
2021-12-07test/setup: Use LoadChainstateCarl Dong
2021-12-01Merge bitcoin/bitcoin#23546: scripted-diff: Use clang-tidy syntax for C++ nam...fanquake
2021-11-19scripted-diff: Use clang-tidy syntax for C++ named argumentsMarcoFalke
2021-11-16style: Sort file list after renameMarcoFalke
2021-11-16scripted-diff: Move miner to src/nodeMarcoFalke
2021-11-03[refactor] Don't call AcceptToMemoryPool() from outside validation.cppJohn Newbery
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-09-28scripted-diff: Rename CAddrMan to AddrManAmiti Uttarwar
2021-09-24Merge bitcoin/bitcoin#22818: test: Activate all regtest softforks at height 1...merge-script
2021-09-23Merge bitcoin/bitcoin#21526: validation: UpdateTip/CheckBlockIndex assumeutxo...W. J. van der Laan
2021-09-16test: Add extra_args argument to TestChain100Setup constructorMarcoFalke
2021-09-16test: Remove unused ~TestChain100SetupMarcoFalke
2021-09-16Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha...fanquake
2021-09-15test: refactor: separate CreateBlock in TestChain100SetupJames O'Beirne
2021-08-27[addrman] Set m_asmap in CAddrMan initializer listJohn Newbery