aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz
AgeCommit message (Expand)Author
2023-08-07Add importmempool RPCMarcoFalke
2023-08-07refactor: Add and use kernel::ImportMempoolOptionsMarcoFalke
2023-08-07Remove Chainstate::LoadMempoolMarcoFalke
2023-08-04fuzz: coins_view: correct an incorrect assertionAntoine Poinsot
2023-08-03Merge bitcoin/bitcoin#27918: fuzz: addrman, avoid `ConsumeDeserializable` whe...fanquake
2023-08-03mempool_entry: add mempool entry sequence numberAnthony Towns
2023-08-01Merge bitcoin/bitcoin#28194: test: python E721 and flake8 updatesfanquake
2023-07-31Merge bitcoin/bitcoin#27746: Rework validation logic for assumeutxoRyan Ofsky
2023-07-31script: update flake8 to 6.1.0Jon Atack
2023-07-31Merge bitcoin/bitcoin#28091: fuzz: use `ConnmanTestMsg` in `connman`fanquake
2023-07-28Merge bitcoin/bitcoin#28162: refactor: Revert additional univalue check in Pa...fanquake
2023-07-27Merge bitcoin/bitcoin#27888: Fuzz: a more efficient descriptor parsing targetAndrew Chow
2023-07-27refactor: Revert addition of univalue sighash string checkTheCharlatan
2023-07-26Add BIP324Cipher, encapsulating key agreement, derivation, and stream/AEAD ci...Pieter Wuille
2023-07-26crypto: add FSChaCha20, a rekeying wrapper around ChaCha20Pieter Wuille
2023-07-26crypto: remove outdated variant of ChaCha20Poly1305 AEADPieter Wuille
2023-07-25Merge bitcoin/bitcoin#28113: kernel: Remove UniValue from kernel libraryAndrew Chow
2023-07-25kernel: Remove Univalue from kernel libraryTheCharlatan
2023-07-25kernel: Split ParseSighashStringTheCharlatan
2023-07-22fuzz: use `ConnmanTestMsg` in `connman`brunoerg
2023-07-21fuzz: increase coverage of the descriptor targetsAntoine Poinsot
2023-07-21fuzz: add a new, more efficient, descriptor parsing targetAntoine Poinsot
2023-07-21Move block-storage-related logic to ChainstateManagerSuhas Daftuar
2023-07-21fuzz: make the parsed descriptor testing into a functionAntoine Poinsot
2023-07-19Merge bitcoin/bitcoin#28085: refactor: use Span for SipHash::WriteAndrew Chow
2023-07-17Merge bitcoin/bitcoin#27997: Descriptors: rule out unspendable miniscript des...Andrew Chow
2023-07-17Merge bitcoin/bitcoin#27993: Make poly1305 support incremental computation + ...Andrew Chow
2023-07-17Merge bitcoin/bitcoin#28065: fuzz: Flatten all FUZZ_TARGET macros into onefanquake
2023-07-17refactor: use Span for SipHash::WriteSebastian Falbesoner
2023-07-17fuzz: Bump FuzzedDataProvider.hMarcoFalke
2023-07-13Merge bitcoin/bitcoin#27549: fuzz: addrman, add coverage for `network` field ...Andrew Chow
2023-07-13scripted-diff: Use new FUZZ_TARGET macro everywhereMarcoFalke
2023-07-13fuzz: Accept options in FUZZ_TARGET macroMarcoFalke
2023-07-13Merge bitcoin/bitcoin#27411: p2p: Restrict self-advertisements with privacy n...Andrew Chow
2023-07-12Switch all callers from poly1305_auth to Poly1305 classPieter Wuille
2023-07-12crypto: add Poly1305 class with std::byte Span interfacePieter Wuille
2023-07-07crypto: Implement RFC8439-compatible variant of ChaCha20Pieter Wuille
2023-06-29Merge bitcoin/bitcoin#27932: test: Fuzz on macOSfanquake
2023-06-29miniscript: make GetStackSize() and GetOps() return optionalsAntoine Poinsot
2023-06-27Use only Span{} constructor for byte-like types where possibleMarcoFalke
2023-06-26Merge bitcoin/bitcoin#27479: BIP324: ElligatorSwift integrationsAndrew Chow
2023-06-23Fuzz test for Ellswift ECDHdhruv
2023-06-23Fuzz test for CKey->EllSwift->CPubKey creation/decodingdhruv
2023-06-22test: Run fuzz tests on macOSMarcoFalke
2023-06-21fuzz: Avoid OOM in transaction fuzz targetMarcoFalke
2023-06-19fuzz: addrman, avoid `ConsumeDeserializable` when possiblebrunoerg
2023-06-14tx fees, policy: read stale fee estimates with a regtest-only optionismaelsadeeq
2023-06-13Merge bitcoin/bitcoin#27806: fuzz: Fix mini_miner_selection running out of coinfanquake
2023-06-12fuzz: Fix mini_miner_selection running out of coinMurch
2023-06-09Merge bitcoin/bitcoin#27576: kernel: Remove args, settings, chainparams, chai...Ryan Ofsky