aboutsummaryrefslogtreecommitdiff
path: root/src/test/util
AgeCommit message (Expand)Author
2021-05-24scripted-diff: Change `ArgsManager.GetDataDirPath()` to `ArgsManager.GetDataD...Kiminuo
2021-05-22Merge bitcoin/bitcoin#21953: fuzz: Add utxo_snapshot targetMarcoFalke
2021-05-16fuzz: Add utxo_snapshot targetMarcoFalke
2021-05-12scripted-diff: rename NetPermissionFlags enumeratorsJon Atack
2021-05-12Merge bitcoin/bitcoin#19064: refactor: Cleanup thread ctor callsMarcoFalke
2021-04-29refactor: Use appropriate thread constructorHennadii Stepanov
2021-04-25refactor: Make TraceThread a non-template free functionHennadii Stepanov
2021-04-18Change ClearDataDirPathCache() to ArgsManager.ClearPathCache().Kiminuo
2021-04-18BasicTestingSetup: Add ArgsManager.Kiminuo
2021-04-17Merge #21391: [Bundle 5/n] Prune g_chainman usage in RPC modulesMarcoFalke
2021-04-15Merge #21676: test: Use mocktime to avoid intermittent failure in rpc_testsMarcoFalke
2021-04-14Avoid use of low file descriptor ids (which may be in use) in FuzzedSock and ...practicalswift
2021-04-14test: Reset mocktime in the common setupMarcoFalke
2021-04-13Merge #21575: refactor: Create blockstorage modulefanquake
2021-04-08test: Remove option to make TestChain100Setup non-deterministicMarcoFalke
2021-04-08test: Use compressed keys in TestChain100SetupMarcoFalke
2021-04-05move-only: Move *Disk functions to blockstorageMarcoFalke
2021-04-05miner: Pass in previous CBlockIndex to RegenerateCommitmentsCarl Dong
2021-04-01Merge #21525: [Bundle 4.5/n] Followup fixups to bundle 4MarcoFalke
2021-03-30Merge #21553: fuzz: Misc refactorMarcoFalke
2021-03-30Merge #21387: p2p: Refactor sock to add I2P fuzz and unit testsWladimir J. van der Laan
2021-03-30fuzz: [refactor] Use IsValidFlagCombination in signature_checker fuzz targetMarcoFalke
2021-03-24miner: Add chainstate member to BlockAssemblerCarl Dong
2021-03-24Revert "scripted-diff: Invoke CreateNewBlock with chainstate"Carl Dong
2021-03-20[net_processing] Keep addrman reference in PeerManagerJohn Newbery
2021-03-20[net] Construct addrman outside connmanJohn Newbery
2021-03-16test: add I2P test for a runaway SAM proxyVasil Dimov
2021-03-12Merge #21404: refactor: Remove MakeUnique<T>()MarcoFalke
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-03-08miner: Pass in blockman to ::RegenerateCommitmentsCarl Dong
2021-03-08scripted-diff: Invoke CreateNewBlock with chainstateCarl Dong
2021-03-04Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation fun...Wladimir J. van der Laan
2021-03-03Move MakeNoLogFileContext to common libtest_util, and use it in benchMarcoFalke
2021-02-22validation: Remove global ::LoadGenesisBlockCarl Dong
2021-02-20Merge #20750: [Bundle 2/n] Prune g_chainman usage in mempool-related validati...MarcoFalke
2021-02-19Merge #21211: test: Move P2WSH_OP_TRUE to shared test libraryMarcoFalke
2021-02-18scripted-diff: Invoke ::AcceptToMemoryPool with chainstateCarl Dong
2021-02-18Merge #19809: log: Prefix log messages with function name and source code loc...Wladimir J. van der Laan
2021-02-17test: Move P2WSH_OP_TRUE to shared test libraryMarcoFalke
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-02-01Merge #21016: refactor: remove boost::thread_group usageWladimir J. van der Laan
2021-01-29refactor: remove boost::thread_group usagefanquake
2021-01-28validation: Remove global ::ActivateBestChainCarl Dong
2021-01-25Merge #18710: Add local thread pool to CCheckQueueWladimir J. van der Laan
2021-01-15log: Prefix log messages with function name if -logsourcelocations is setpracticalswift
2021-01-09net_processing: split PeerManager into interface and implementation classesAnthony Towns
2021-01-07Merge #20789: fuzz: Rework strong and weak net enum fuzzingMarcoFalke
2021-01-07Merge #20584: Declare de facto const reference variables/member functions as ...MarcoFalke
2021-01-02fuzz: Use ConsumeWeakEnum for ServiceFlagsMarcoFalke