aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-01-31Merge #18009: tests: Add fuzzing harness for strprintf(…)MarcoFalke
2020-01-31Merge #18018: tests: reset fIsBareMultisigStd after bare-multisig testsMarcoFalke
2020-01-30Merge #17261: Make ScriptPubKeyMan an actual interface and the wallet to have...Samuel Dobson
2020-01-30tests: reset fIsBareMultisigStd after bare-multisig testsfanquake
2020-01-29Merge #17957: Serialization improvements step 3 (compression.h)Wladimir J. van der Laan
2020-01-29Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrmanWladimir J. van der Laan
2020-01-29test: only declare a main() when fuzzing with AFLfanquake
2020-01-27test: rename test suite name "tx_validationcache_tests" to match filenameSebastian Falbesoner
2020-01-27tests: Add fuzzing harness for strprintf(...)practicalswift
2020-01-27tests: Update FuzzedDataProvider.h from upstream (LLVM)practicalswift
2020-01-23refactor: define a UINT256_ONE global constantAndrew Chow
2020-01-23Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow
2020-01-22Merge #17754: net: Don't allow resolving of std::string with embedded NUL cha...Wladimir J. van der Laan
2020-01-22test: add missing #include to fix compiler errorsKarl-Johan Alm
2020-01-21Convert compression.h to new serialization frameworkPieter Wuille
2020-01-20Merge #17777: tests: Add fuzzing harness for DecodeHexTx(…)Wladimir J. van der Laan
2020-01-16Merge #17691: doc: Add missed copyright headersMarcoFalke
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-15scripted-diff: Replace CCriticalSection with RecursiveMutexMarcoFalke
2020-01-13Merge #16945: refactor: introduce CChainState::GetCoinsCacheSizeStateWladimir J. van der Laan
2020-01-08tests: Avoid using C-style NUL-terminated strings as argumentspracticalswift
2020-01-08tests: Add tests to make sure lookup methods fail on std::string parameters w...practicalswift
2020-01-08net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...practicalswift
2020-01-04scripted-diff: Add missed copyright headersHennadii Stepanov
2020-01-02test: Show debug log on unit test failureMarcoFalke
2020-01-02Merge #17781: rpc: Remove mempool global from minerMarcoFalke
2020-01-02Merge #16658: validation: Rename CheckInputs to CheckInputScriptsMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-25Integrate ASN bucketing in Addrman and add testsGleb Naumenko
2019-12-23rpc: Remove mempool global from minerMarcoFalke
2019-12-20test: Properly document blockinfo size in miner_testsMarcoFalke
2019-12-19tests: Add fuzzing harness for DecodeHexTx(...)practicalswift
2019-12-20Merge #17473: refactor: Settings code cleanupsMarcoFalke
2019-12-16test: add IsRFC2544 testsMark Tyneway
2019-12-16tests: Add fuzzing harness for various hex related functionspracticalswift
2019-12-16tests: Add fuzzing harness for various Base{32,58,64} related functionspracticalswift
2019-12-16Merge #17593: test: move more utility functions into test utility libraryMarcoFalke
2019-12-16Merge #17750: util: change GetWarnings parameter to boolMarcoFalke
2019-12-16Merge #17564: rpc: Use mempool from node context instead of globalMarcoFalke
2019-12-16Merge #17071: tests: Add fuzzing harness for CheckBlock(...) and other CBlock...MarcoFalke
2019-12-16tests: Add tests for decoding/parsing of base32, base64 and money strings con...practicalswift
2019-12-15tests: Add fuzzing harness for CheckBlock(...) and other CBlock related funct...practicalswift
2019-12-15util: change GetWarnings parameter to boolJohn Newbery
2019-12-12tests: add tests for GetCoinsCacheSizeStateJames O'Beirne
2019-12-12tests: Add tests for base58-decoding of std::string:s containing non-base58 c...practicalswift
2019-12-12Merge #17511: Add bounds checks before base58 decodingWladimir J. van der Laan
2019-12-11Merge #17050: tests: Add fuzzing harnesses for functions parsing scripts, num...MarcoFalke
2019-12-10Merge #17502: test: add unit test for non-standard bare multisig txsMarcoFalke
2019-12-10tests: Add fuzzing harnesses for various JSON/univalue parsing functionspracticalswift
2019-12-10tests: Add fuzzing harnesses for various number parsing functionspracticalswift