aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz
AgeCommit message (Expand)Author
2023-11-28Merge bitcoin/bitcoin#28903: refactor: Make CTxMemPoolEntry only explicitly c...Andrew Chow
2023-11-28Merge bitcoin/bitcoin#28912: refactor: VectorWriter and SpanReader without nV...fanquake
2023-11-28refactor: Use Txid in CMerkleBlockMarcoFalke
2023-11-28Merge bitcoin/bitcoin#28952: fuzz: Avoid timeout in process_messagesfanquake
2023-11-28refactor: SpanReader without nVersionMarcoFalke
2023-11-28Merge bitcoin/bitcoin#28892: refactor: P2P transport without serialize versio...fanquake
2023-11-28fuzz: Avoid timeout in process_messagesMarcoFalke
2023-11-28fuzz: BIP324: damage ciphertext/aad in full byte rangeSebastian Falbesoner
2023-11-26Merge bitcoin/bitcoin#28931: fuzz: Limit fuzz buffer size in script_flags targetfanquake
2023-11-24Merge bitcoin/bitcoin#28922: Use Txid in COutpointfanquake
2023-11-23Merge bitcoin/bitcoin#28578: fuzz: add target for `DescriptorScriptPubKeyMan`fanquake
2023-11-23Fix IWYU for the script_flags fuzz targetMarcoFalke
2023-11-23fuzz: Limit fuzz buffer size in script_flags targetMarcoFalke
2023-11-23fuzz: CDataStream -> DataStream in script_flagsMarcoFalke
2023-11-23refactor: P2P transport without serialize version and typeMarcoFalke
2023-11-22tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...ismaelsadeeq
2023-11-22CValidationInterface: modify the parameter of `TransactionAddedToMempool`ismaelsadeeq
2023-11-22tx fees, policy: update `CBlockPolicyEstimator::processBlock` parameterismaelsadeeq
2023-11-21Use Txid in COutpointdergoegge
2023-11-20fuzz: create ConsumeCoinsbrunoerg
2023-11-20fuzz: move `MockedDescriptorConverter` to `fuzz/util`brunoerg
2023-11-20refactor: NetMsg::Make() without nVersionMarcoFalke
2023-11-17refactor: Make CTxMemPoolEntry only explicitly copyableTheCharlatan
2023-11-18blockstorage: switch from CAutoFile to AutoFileAnthony Towns
2023-11-18streams: Base BufferedFile on AutoFile instead of CAutoFileAnthony Towns
2023-11-17refactor: VectorWriter without nVersionMarcoFalke
2023-11-17Merge bitcoin/bitcoin#28878: Remove version field from GetSerializeSizefanquake
2023-11-17Merge bitcoin/bitcoin#28873: fuzz: AutoFile with XORfanquake
2023-11-16Merge bitcoin/bitcoin#28605: Fix typosfanquake
2023-11-16Merge bitcoin/bitcoin#28825: fuzz: Minor improvements to tx_package_eval targetfanquake
2023-11-16serialize: Drop useless version param from GetSerializeSize()Anthony Towns
2023-11-14fuzz: AutoFile with XORMarcoFalke
2023-11-14fuzz: Reduce LIMITED_WHILE limit for file fuzzingMarcoFalke
2023-11-14fuzz: Remove FuzzedAutoFileProviderMarcoFalke
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-11-13Merge bitcoin/bitcoin#27935: fuzz: call lookup functions before calling `Ban`fanquake
2023-11-09fuzz: allow fake and duplicate inputs in tx_package_eval targetGreg Sanders
2023-11-09fuzz: allow reaching MempoolAcceptResult::ResultType::DIFFERENT_WITNESS in tx...Greg Sanders
2023-11-09fuzz: call lookup functions before calling `Ban`brunoerg
2023-11-08Merge bitcoin/bitcoin#28815: fuzz: Avoid timeout and bloat in fuzz targetsfanquake
2023-11-08Merge bitcoin/bitcoin#28155: net: improves addnode / m_added_nodes logicglozow
2023-11-08Merge bitcoin/bitcoin#28785: validation: return more helpful results for reco...fanquake
2023-11-08fuzz: Avoid timeout and bloat in fuzz targetsMarcoFalke
2023-11-07Merge bitcoin/bitcoin#28649: Do the SOCKS5 handshake reliablyAndrew Chow
2023-11-07[validation] change package-fee-too-low, return wtxid(s) and effective feerateglozow
2023-11-07doc: fix typosSjors Provoost
2023-11-03fuzz: Avoid utxo_total_supply timeoutMarcoFalke
2023-11-02Use CheckPackageMempoolAcceptResult for package evaluation fuzzingGreg Sanders
2023-10-31fuzz: tx_pool checks ATMP result invariantsGreg Sanders
2023-10-31netbase: use reliable send() during SOCKS5 handshakeVasil Dimov