aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-10-13Merge bitcoin/bitcoin#26188: test: silence TSAN false positive in coinstatsin...fanquake
2022-10-12Merge bitcoin/bitcoin#25421: net: convert standalone IsSelectableSocket() and...glozow
2022-10-12Merge bitcoin/bitcoin#24858: incorrect blk file size calculation during reind...glozow
2022-10-12Merge bitcoin/bitcoin#22087: Validate port-optionsfanquake
2022-10-11scripted-diff: rename and de-globalise g_cs_orphansAnthony Towns
2022-10-11Move all g_cs_orphans locking to txorphanageAnthony Towns
2022-10-11test: move SyncWithValidationInterfaceQueue() before Stop() in txindex_testsVasil Dimov
2022-10-11test: silence TSAN false positive in coinstatsindex_initial_syncVasil Dimov
2022-10-11txorphanage: make m_peer_work_set privateAnthony Towns
2022-10-11txorphange: move orphan workset to txorphanageAnthony Towns
2022-10-10Merge bitcoin/bitcoin#26196: kernel: move RunCommandParseJSON to its own filefanquake
2022-10-10Merge bitcoin/bitcoin#25073: test: Cleanup miner_testsfanquake
2022-10-09Merge bitcoin/bitcoin#26103: refactor: mempool: use CTxMemPool::Limitsglozow
2022-10-07Remove unnecessary includes of txorphange.hAnthony Towns
2022-10-06test: Prevent UB in `minisketch_tests.cpp`Hennadii Stepanov
2022-10-05Validate port value in `SplitHostPort`amadeuszpawlik
2022-10-05test: use NoLimits() in MempoolIndexingTeststickies-v
2022-10-05test: Use dedicated mempool in TestBasicMiningMacroFake
2022-10-05test: Use dedicated mempool in TestPackageSelectionMacroFake
2022-10-05test: Use dedicated mempool in TestPrioritisedMiningMacroFake
2022-10-05test: Pass mempool reference to AssemblerForTestMacroFake
2022-10-05Merge bitcoin/bitcoin#26250: fuzz: add mempool_utils.cppMacroFake
2022-10-04refactor: move run_command from util to commonCory Fields
2022-10-04fuzz: pass max fee into ConsumeTxMemPoolEntryfanquake
2022-10-04fuzz: add util/mempool/h.cppfanquake
2022-10-04fuzz: add scanblocks as safe for fuzzingJames O'Beirne
2022-10-04kernel: move RunCommandParseJSON to its own fileCory Fields
2022-10-04test: Remove unused fCheckpointsEnabled from miner_testsMacroFake
2022-10-03Merge bitcoin/bitcoin#26198: refactor: move Boost Datetime usage to walletfanquake
2022-10-03test: Use proper Boost macros instead of assertionsHennadii Stepanov
2022-10-02Merge bitcoin/bitcoin#26216: fuzz: Limit outpoints.size in txorphan target to...fanquake
2022-10-01refactor: move Boost datetime usage to walletfanquake
2022-09-30fuzz: Limit outpoints.size in txorphan target to avoid OOMMacroFake
2022-09-23refactor: use <cstdlib> over stdlib.hfanquake
2022-09-22Merge bitcoin/bitcoin#26012: fuzz: Avoid timeout in bitdeque fuzz targetfanquake
2022-09-20Merge bitcoin/bitcoin#26036: net: add NetEventsInterface::g_msgproc_mutexfanquake
2022-09-20Merge bitcoin/bitcoin#26095: script: bump codespell to 2.2.1, update ignored ...MacroFake
2022-09-17Permit delaying duplicate key check in miniscript::Node constructionPieter Wuille
2022-09-15Fix issues identified by codespell 2.2.1 and update ignored wordsJon Atack
2022-09-15net: drop cs_sendProcessingAnthony Towns
2022-09-15net: add NetEventsInterface::g_msgproc_mutexAnthony Towns
2022-09-13test: add testcases for snapshot initializationJames O'Beirne
2022-09-13test: move-only-ish: factor out LoadVerifyActivateChainstate()James O'Beirne
2022-09-13test: allow on-disk coins and block tree dbs in testsJames O'Beirne
2022-09-13test: add reset_chainstate parameter for snapshot unittestsJames O'Beirne
2022-09-13move-only: test: make snapshot chainstate setup reusableJames O'Beirne
2022-09-13init: add utxo snapshot detectionJames O'Beirne
2022-09-13validation: rename snapshot chainstate dirJames O'Beirne
2022-09-13Merge bitcoin/bitcoin#24513: CChainState -> Chainstateglozow
2022-09-13Merge bitcoin/bitcoin#25222: refactor: Pass reference to LookUpStatsMacroFake