aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz
AgeCommit message (Expand)Author
2022-01-15rpc: getdeploymentinfo: change stats to always refer to current periodAnthony Towns
2022-01-15rpc: move softfork info from getblockchaininfo to getdeploymentinfoAnthony Towns
2022-01-13[net processing] Move PoissonNextSendInbound to PeerManagerJohn Newbery
2022-01-12Merge bitcoin/bitcoin#24041: util: Restore GetIntArg saturating behaviorMarcoFalke
2022-01-11util: Restore GetIntArg saturating behaviorJames O'Beirne
2022-01-11fuzz: non-addrman fuzz tests: override-able check ratioVasil Dimov
2022-01-11fuzz: addrman fuzz tests: override-able check ratioVasil Dimov
2022-01-11fuzz: parse the command line arguments in fuzz testsVasil Dimov
2022-01-11test: parse the command line arguments in unit testsVasil Dimov
2022-01-11Remove cs_main lock annotation from ChainstateManager.m_blockmanRyan Ofsky
2022-01-11Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...MarcoFalke
2022-01-10fuzz: Limit fuzzed time to years 2000-2100MarcoFalke
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2022-01-06scripted-diff: rename MapIntoRange to FastRange64Pieter Wuille
2022-01-06Merge bitcoin/bitcoin#23760: util: move MapIntoRange() for reuse in fuzz testsMarcoFalke
2022-01-06fuzz: move FuzzedSock earlier in src/test/fuzz/util.hVasil Dimov
2022-01-05Merge bitcoin/bitcoin#21879: refactor: wrap accept() and extend usage of SockW. J. van der Laan
2022-01-05Merge bitcoin/bitcoin#23411: refactor: Avoid integer overflow in ApplyStats w...MarcoFalke
2022-01-02Remove unused char serializeMarcoFalke
2022-01-02Use spans of std::byte in serializeMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-27doc: Remove TODO from block fuzz testMarcoFalke
2021-12-23util: move MapIntoRange() for reuse in fuzz testsfanquake
2021-12-18Merge bitcoin/bitcoin#23219: p2p, refactor: tidy up LookupSubNet()W. J. van der Laan
2021-12-17Refactor the chacha20 differential fuzz teststratospher
2021-12-17Merge bitcoin/bitcoin#22704: fuzz: Differential fuzzing to compare Bitcoin Co...W. J. van der Laan
2021-12-17Move AdditionOverflow to util, Add CheckedAdd with unit testsMarcoFalke
2021-12-15Merge bitcoin/bitcoin#23758: net: Use type-safe mockable time for peer connec...MarcoFalke
2021-12-14Merge bitcoin/bitcoin#23575: fuzz: Rework FillNodefanquake
2021-12-13scripted-diff: Rename touched member variablesMarcoFalke
2021-12-13refactor: Use type-safe std::chrono in netMarcoFalke
2021-12-11Merge bitcoin/bitcoin#23733: fuzz: Move ISO8601 to one placeMarcoFalke
2021-12-11[fuzz] Add fuzzing harness to compare both implementations of ChaCha20stratospher
2021-12-11[fuzz] Add D. J. Bernstein's implementation of ChaCha20stratospher
2021-12-10moveonly: Move (Un)Serialize(To/From)Vector, (De)SerializeHDKeypaths to psbt ...Andrew Chow
2021-12-10Types are compact size uintsAndrew Chow
2021-12-10fuzz: Move ISO8601 to one placeMarcoFalke
2021-12-08fuzz: Fix RPC internal bug detectionMarcoFalke
2021-12-08Merge bitcoin/bitcoin#20295: rpc: getblockfrompeerMarcoFalke
2021-12-08Merge bitcoin/bitcoin#23465: Remove CTxMemPool params from ATMPMarcoFalke
2021-12-07Remove CTxMemPool params from ATMPlsilva01
2021-12-07p2p, refactor: drop unused DNSLookupFn param in LookupSubnet()Vasil Dimov
2021-12-06Remove unused (and broken) functionality in SpanReaderPieter Wuille
2021-12-03Merge bitcoin/bitcoin#23654: fuzz: Rework rpc fuzz targetMarcoFalke
2021-12-03Merge bitcoin/bitcoin#23413: Replace MakeSpan helper with Span deduction guideMarcoFalke
2021-12-02Generalize/simplify VectorReader into SpanReaderPieter Wuille
2021-12-02fuzz: Rework rpc fuzz targetMarcoFalke
2021-12-02Merge bitcoin/bitcoin#23636: Remove GetAdjustedTime from init.cppMarcoFalke
2021-12-02rpc: getblockfrompeerSjors Provoost
2021-12-01net: add new method Sock::Accept() that wraps accept()Vasil Dimov