aboutsummaryrefslogtreecommitdiff
path: root/src/test/util/setup_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2021-06-021-1/+1
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-4/+4
* validation: Pass in chainman to UnloadBlockIndexCarl Dong2020-09-151-1/+1
* scripted-diff: [net processing] Rename PeerLogicValidation to PeerManagerJohn Newbery2020-09-071-2/+2
* [net_processing] Pass chainparams to PeerLogicValidation constructorJohn Newbery2020-09-071-1/+1
* Remove mempool globalMarcoFalke2020-09-051-3/+3
* Pass mempool reference to chainstate constructorMarcoFalke2020-08-281-3/+4
* Merge #19779: Remove gArgs global from initfanquake2020-08-261-2/+2
|\
| * init: Pass reference to ArgsManager around instead of relying on globalMarcoFalke2020-08-241-2/+2
* | Merge #19775: test: Activate segwit in TestChain100Setupfanquake2020-08-261-25/+10
|\ \
| * | test: Activate segwit in TestChain100SetupMarcoFalke2020-08-211-12/+1
| * | test: Pass empty tx pool to block assemblerMarcoFalke2020-08-211-3/+3
| * | test: Move doxygen comment to headerMarcoFalke2020-08-211-12/+8
| |/
* / [net_processing] Change PeerLogicValidation to hold a connman referenceJohn Newbery2020-08-121-1/+1
|/
* Merge #19098: test: Remove duplicate NodeContext hacksMarcoFalke2020-08-071-0/+4
|\
| * test: Remove duplicate NodeContext hacksRussell Yanofsky2020-07-131-0/+4
* | Pass mempool pointer to UnloadBlockIndexMarcoFalke2020-07-291-1/+1
* | Merge #18637: coins: allow cache resize after initMarcoFalke2020-07-291-1/+1
|\ \ | |/ |/|
| * Add CChainState::ResizeCoinsCachesJames O'Beirne2020-07-011-1/+1
* | Merge #19277: util: Add Assert identity functionMarcoFalke2020-07-041-1/+1
|\ \
| * | scripted-diff: Replace EnsureChainman with Assert in unit testsMarcoFalke2020-06-151-1/+1
| |/
* | Merge #19028: test: Set -logthreadnames in unit testsWladimir J. van der Laan2020-07-011-1/+3
|\ \
| * | test: Set -logthreadnames in unit testsMarcoFalke2020-05-211-0/+2
| * | init: Setup scheduler in tests and init in exactly the same wayMarcoFalke2020-05-211-1/+1
* | | test: Remove unused scheduler.h include from the common setupMarcoFalke2020-05-281-0/+1
| |/ |/|
* | validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke2020-05-211-1/+1
* | net: Pass chainman into PeerLogicValidationMarcoFalke2020-05-211-1/+1
* | node: Add chainman alias for g_chainmanMarcoFalke2020-05-211-2/+4
|/
* refactor: Remove g_rpc_node globalRussell Yanofsky2020-05-131-2/+0
* refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky2020-05-131-1/+1
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* test: Add optional extra_args to testing setupMarcoFalke2020-04-151-3/+23
* node: Add args alias for gArgs globalMarcoFalke2020-04-151-0/+1
* Merge #17737: Add ChainstateManager, remove BlockManager globalMarcoFalke2020-04-101-2/+3
|\
| * test: add basic tests for ChainstateManagerJames O'Beirne2020-03-171-0/+1
| * use ChainstateManager to initialize chainstateJames O'Beirne2020-03-171-2/+2
* | Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libeventMarcoFalke2020-04-101-0/+2
|\ \
| * | Drop bitcoin-wallet dependency on libeventRussell Yanofsky2020-04-021-0/+2
* | | fuzz: Add process_messages harnessMarcoFalke2020-04-051-0/+5
|/ /
* | Merge #18134: Replace std::to_string with locale-independent alternativeWladimir J. van der Laan2020-03-251-0/+1
|\ \ | |/ |/|
| * Replace std::to_string with locale-independent alternativeBen Woosley2020-03-141-0/+1
* | refactor: Remove mempool global from netMarcoFalke2020-03-121-1/+1
|/
* tests: Add fuzzing harness for ProcessMessage(...)practicalswift2020-03-111-1/+3
* scheduler: don't rely on boost interrupt on shutdownAnthony Towns2020-03-061-0/+1
* Refactor FormatStateMessage into ValidationStateJeffrey Czyz2020-02-271-2/+1
* [lib] add scheduler to node contextAmiti Uttarwar2020-02-171-2/+5
* test: Show debug log on unit test failureMarcoFalke2020-01-021-0/+1
* rpc: Remove mempool global from minerMarcoFalke2019-12-231-1/+1
* node: Add reference to mempool in NodeContextMarcoFalke2019-11-151-1/+3
* Merge #16978: test: Seed test RNG context for each test case, print seedMarcoFalke2019-11-071-1/+23