aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/txorphan.cpp
AgeCommit message (Expand)Author
2024-05-15Merge bitcoin/bitcoin#30000: p2p: index TxOrphanage by wtxid, allow entries w...Ryan Ofsky
2024-05-14[refactor] TxOrphanage::EraseTx by wtxidglozow
2024-05-14[refactor] TxOrphanage::HaveTx only by wtxidglozow
2024-05-01fuzz: txorphan tests fixupsSergi Delgado Segura
2024-04-26[fuzz] break out parent functions and add GetChildrenFrom* coverageglozow
2023-12-08fuzz: Improve fuzzing stability for txorphan harnessdergoegge
2023-12-04fuzz: txorphan check wtxids using GenTxid::Wtxid not GenTxid::TxidGreg Sanders
2023-11-21Use Txid in COutpointdergoegge
2023-07-13scripted-diff: Use new FUZZ_TARGET macro everywhereMarcoFalke
2023-01-26Merge bitcoin/bitcoin#26551: p2p: Track orphans by who provided themglozow
2023-01-25net_processing: Don't process tx after processing orphansAnthony Towns
2023-01-25txorphange: Drop redundant originator arg from GetTxToReconsiderAnthony Towns
2022-12-27clang-tidy: Add `performance-no-automatic-move` checkHennadii Stepanov
2022-11-29txorphanage: index workset by originating peerAnthony Towns
2022-10-11Move all g_cs_orphans locking to txorphanageAnthony Towns
2022-10-11txorphanage: make m_peer_work_set privateAnthony Towns
2022-10-11txorphange: move orphan workset to txorphanageAnthony Towns
2022-09-30fuzz: Limit outpoints.size in txorphan target to avoid OOMMacroFake
2022-08-20Fix iwyuMacroFake
2022-07-29Merge bitcoin/bitcoin#25683: refactor: log `nEvicted` message in `LimitOrphan...MacroFake
2022-07-28refactor: log `nEvicted` message in `LimitOrphans` then return voidchinggg
2022-07-25fix comment spellings from the codespell lintGreg Weber
2022-07-19Fix `-Wparentheses` gcc warningHennadii Stepanov
2022-07-17fuzz: Fix assert bug in txorphan targetchinggg
2022-07-06fuzz: add low-level target for txorphanagechinggg