aboutsummaryrefslogtreecommitdiff
path: root/src/test/util
Commit message (Expand)AuthorAgeFilesLines
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2021-06-022-2/+2
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-202-8/+8
* 1.21 key prefix (#1710)Ross Nicoll2021-03-041-1/+1
* Merge #20033: refactor: minor whitespace fixups, s/const/constexpr/ and remov...MarcoFalke2020-11-161-3/+6
|\
| * style: minor improvements as a followup to #19845Vasil Dimov2020-10-311-3/+6
* | test: Mock IBD in net_processing fuzzersMarcoFalke2020-11-072-0/+39
|/
* Merge #19845: net: CNetAddr: add support to (un)serialize as ADDRv2Pieter Wuille2020-09-281-0/+16
|\
| * test: move HasReason so it can be reusedVasil Dimov2020-09-171-0/+16
* | 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-262-31/+17
|\ \
| * | 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-212-18/+15
| |/
* / [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-043-4/+5
|\ \
| * | scripted-diff: Replace EnsureChainman with Assert in unit testsMarcoFalke2020-06-152-2/+2
| * | util: Add Assert identity functionMarcoFalke2020-06-152-2/+3
* | | 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
* | | | Merge #19114: scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-281-2/+2
|\ \ \ \
| * | | | scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-211-2/+2
| | |/ / | |/| |
* | | | Merge #19090: refactor: Misc scheduler cleanupsMarcoFalke2020-06-252-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | test: Remove unused scheduler.h include from the common setupMarcoFalke2020-05-282-1/+1
| | |/ | |/|
* / | refactor: Specify boost/thread/thread.hpp explicitlyHennadii Stepanov2020-06-041-1/+1
|/ /
* | validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke2020-05-212-2/+2
* | 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
* test: Add CreateWalletFromFile testRussell Yanofsky2020-04-262-5/+17
* scripted-diff: Bump copyright headersMarcoFalke2020-04-164-4/+4
* scripted-diff: Sort test includesMarcoFalke2020-04-161-1/+1
* test: Add optional extra_args to testing setupMarcoFalke2020-04-152-5/+25
* node: Add args alias for gArgs globalMarcoFalke2020-04-152-1/+3
* 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
|\ \