aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-02-09Merge #21052: refactor: Replace fs::unique_path with GetUniquePath(path) callsWladimir J. van der Laan
2021-02-09[refactor] return MempoolAcceptResultgzhao408
2021-02-08test: Fix Windows cross buildHennadii Stepanov
2021-02-08doc: Fixup docs in fuzz/script_assets_test_minimizer.cppMarcoFalke
2021-02-08fuzz: Hide script_assets_test_minimizerMarcoFalke
2021-02-05Merge #20839: fuzz: Avoid extraneous copy of input data, using Span<>Wladimir J. van der Laan
2021-02-04Introduce GetUniquePath(base) helper method to replace boost::filesystem::uni...Kiminuo
2021-02-04Merge #20715: util: Add ArgsManager::GetCommand() and use it in bitcoin-walletMarcoFalke
2021-02-03fuzz: Avoid extraneous copy of input data, using Span<>MarcoFalke
2021-02-02Verify that all validation flags are backward compatiblegzhao408
2021-02-02[test] check verification flags are minimal/maximalgzhao408
2021-02-02[test] Check for invalid flag combinationsgzhao408
2021-02-02[refactor] use CheckTxScripts, TrimFlags, FillFlagsgzhao408
2021-02-02Apply minimal validation flags to tx_invalid testsgzhao408
2021-02-02[test] add BADTX setting for invalid txns that fail CheckTransactiongzhao408
2021-02-02[test] fix two witness tests in invalid tests with empty voutgzhao408
2021-02-02Apply maximal validation flags to tx_valid testsgzhao408
2021-02-02[test] fix CSV test missing OP_ADDgzhao408
2021-02-02[test] remove unnecessary OP_1s from CSV and CLTV testsgzhao408
2021-02-02refactor: replace Boost shared_mutex with std shared_mutex in cuckoocache testsfanquake
2021-02-01Merge #20464: refactor: Treat CDataStream bytes as uint8_tWladimir J. van der Laan
2021-02-01Merge #21016: refactor: remove boost::thread_group usageWladimir J. van der Laan
2021-02-01Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndexWladimir J. van der Laan
2021-01-31refactor: replace sizeof(a)/sizeof(a[0]) by std::size (C++17)Sebastian Falbesoner
2021-01-31refactor: iterate arrays via C++11 range-based for loops if idx is not neededSebastian Falbesoner
2021-01-30fuzz: Avoid designated initialization (C++20) in fuzz testspracticalswift
2021-01-29refactor: remove boost::thread_group usagefanquake
2021-01-28validation: Move LoadExternalBlockFile to CChainStateCarl Dong
2021-01-28validation: Remove global ::ActivateBestChainCarl Dong
2021-01-28scripted-diff: Use BlockManager::LookupBlockIndexCarl Dong
2021-01-28Merge #20995: fuzz: Avoid initializing version to less than MIN_PEER_PROTO_VE...MarcoFalke
2021-01-26Merge bitcoin-core/gui#183: Add include for std::bind.MarcoFalke
2021-01-26Merge #21000: fuzz: Add UBSan suppressions needed for fuzz tests to not warn ...MarcoFalke
2021-01-26refactor: remove straggling boost::mutex usagefanquake
2021-01-25fuzz: Avoid -fsanitize=integer warnings in fuzzing harnessespracticalswift
2021-01-25Merge #18710: Add local thread pool to CCheckQueueWladimir J. van der Laan
2021-01-23fuzz: Avoid initializing version to less than MIN_PEER_PROTO_VERSIONMarcoFalke
2021-01-23fuzz: move-only FillNode implementation to cpp fileMarcoFalke
2021-01-21util: Add ArgsManager::GetCommand() and use it in bitcoin-walletMarcoFalke
2021-01-21Merge #20932: refactor: Replace fs::absolute calls with AbsPathJoin callsMarcoFalke
2021-01-21Merge #20946: fuzz: Consolidate fuzzing TestingSetup initializationMarcoFalke
2021-01-21fuzz: Initialize a full TestingSetup where appropriateCarl Dong
2021-01-21fuzz: Consolidate fuzzing TestingSetup initializationCarl Dong
2021-01-15Replace fs::absolute calls with AbsPathJoin callsKiminuo
2021-01-15Merge #20908: fuzz: Use mocktime in process_message* fuzz targetsMarcoFalke
2021-01-15log: Prefix log messages with function name if -logsourcelocations is setpracticalswift
2021-01-14Merge #20828: fuzz: Introduce CallOneOf helper to replace switch-caseMarcoFalke
2021-01-13Merge #20811: refactor: move net_processing implementation details out of headerWladimir J. van der Laan
2021-01-13fuzz: Use mocktime in process_message* fuzz targetsMarcoFalke
2021-01-13Add include for std::bind.sinetek