aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-04-20Merge #21238: A few descriptor improvements to prepare for Taproot supportW. J. van der Laan
2021-04-20Merge bitcoin/bitcoin#21691: test: Check that no versionbits are re-usedMarcoFalke
2021-04-20Merge #21244: Move GetDataDir to ArgsManagerfanquake
2021-04-19Merge bitcoin/bitcoin#21280: test: bug fix in transaction_testsMarcoFalke
2021-04-18Change ClearDataDirPathCache() to ArgsManager.ClearPathCache().Kiminuo
2021-04-18scripted-diff: Modify unit tests to use the ArgsManager in the BasicTestingSe...Kiminuo
2021-04-18scripted-diff: Replace m_args with m_local_args in getarg_tests.cppKiminuo
2021-04-18BasicTestingSetup: Add ArgsManager.Kiminuo
2021-04-18Modify "util_datadir" unit test to not use gArgs.Kiminuo
2021-04-17Move GetDataDir(fNetSpecific) implementation to ArgsManager.Kiminuo
2021-04-17Merge #21391: [Bundle 5/n] Prune g_chainman usage in RPC modulesMarcoFalke
2021-04-17test: Run versionbits_sanity for all chainsMarcoFalke
2021-04-17Merge #21689: test: Remove intermittently failing and not very meaningful `BO...MarcoFalke
2021-04-17test: Address outstanding versionbits_test feedbackMarcoFalke
2021-04-17test: Check that no versionbits are re-usedMarcoFalke
2021-04-15Merge #21630: fuzz: split FuzzedSock interface and implementationMarcoFalke
2021-04-15Merge #21676: test: Use mocktime to avoid intermittent failure in rpc_testsMarcoFalke
2021-04-15fuzz: use ConsumeBool() instead of !ConsumeBool()Vasil Dimov
2021-04-15fuzz: split FuzzedSock interface and implementationVasil Dimov
2021-04-15fuzz: make FuzzedSock::Wait() sometimes simulate an occurred eventVasil Dimov
2021-04-15fuzz: set errno from FuzzedSock::Wait() if it simulates a failureVasil Dimov
2021-04-15style: remove extra white spaceVasil Dimov
2021-04-15test: Remove intermittently failing and not very meaningful `BOOST_CHECK` in ...practicalswift
2021-04-15Merge #21677: fuzz: Avoid use of low file descriptor ids (which may be in use...MarcoFalke
2021-04-15Merge #21377: Speedy trial support for versionbitsfanquake
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-14test: Use mocktime to avoid intermittent failureMarcoFalke
2021-04-13Merge #21575: refactor: Create blockstorage modulefanquake
2021-04-13Merge #21633: refactor: add [[noreturn]] attribute where applicablefanquake
2021-04-13Merge #21330: Deal with missing data in signature hashes more consistentlyfanquake
2021-04-13refactor: add [[noreturn]] attribute where applicablefanquake
2021-04-12versionbits: simplify state transitionsAnthony Towns
2021-04-12versionbits: Add explicit NEVER_ACTIVE deploymentsAnthony Towns
2021-04-12fuzz: test versionbits delayed activationAnthony Towns
2021-04-12tests: test versionbits delayed activationAnthony Towns
2021-04-12versionbits: Add support for delayed activationAnthony Towns
2021-04-12tests: clean up versionbits testAnthony Towns
2021-04-12tests: test ComputeBlockVersion for all deploymentsAnthony Towns
2021-04-12tests: pull ComputeBlockVersion test into its own functionAnthony Towns
2021-04-11Merge #21602: rpc: add additional ban time fields to listbannedMarcoFalke
2021-04-09Merge #21606: fuzz: Extend psbt fuzz target a bitMarcoFalke
2021-04-09fuzz: Extend psbt fuzz target a bitMarcoFalke
2021-04-09Merge #21592: test: Remove option to make TestChain100Setup non-deterministicMarcoFalke
2021-04-08Merge #21574: Drop JSONRPCRequest constructors after #21366MarcoFalke
2021-04-08test: Remove option to make TestChain100Setup non-deterministicMarcoFalke
2021-04-08test: Use compressed keys in TestChain100SetupMarcoFalke
2021-04-07[test] check that mapFlagNames is up to dateglozow
2021-04-07[test] remove unnecessary OP_1s from invalid testsglozow
2021-04-07[test] minor improvements / followupsglozow