aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2021-01-12Merge #20495: sync: Use decltype(auto) return type for WITH_LOCKfanquake
2021-01-11Merge #20787: Use C++17 std::array deduction for OUTPUT_TYPES, ALL_FEE_ESTIMA...fanquake
2021-01-11Merge #20852: net: allow CSubNet of non-IP networksWladimir J. van der Laan
2021-01-11fuzz: Introduce CallOneOf helper to replace switch-caseMarcoFalke
2021-01-11Merge #20480: Replace boost::variant with std::variantfanquake
2021-01-10net: allow CSubNet of non-IP networksVasil Dimov
2021-01-10Merge #20881: fuzz: net permission flags in net processingMarcoFalke
2021-01-09net_processing: split PeerManager into interface and implementation classesAnthony Towns
2021-01-08fuzz: Add missing muhash registrationMarcoFalke
2021-01-07fuzz: net permission flags in net processingMarcoFalke