aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-23rpc: Remove mempool global from minerMarcoFalke
2019-12-20test: Properly document blockinfo size in miner_testsMarcoFalke
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 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
2019-12-10tests: Add ParseScript(...) (core_io) fuzzing harnesspracticalswift
2019-12-10tests: Add ParseHDKeypath(...) (bip32) fuzzing harnesspracticalswift
2019-12-09Merge #17109: tests: Add fuzzing harness for various functions consuming only...MarcoFalke
2019-12-09Merge #17093: tests: Add fuzzing harness for various CTx{In,Out} related func...MarcoFalke
2019-12-09Merge #17225: tests: Test serialisation as part of deserialisation fuzzing. T...MarcoFalke
2019-12-06tests: Fix fuzzing harness for descriptor parsing (descriptor_parse)practicalswift
2019-12-06tests: Test serialisation as part of deserialisation fuzzing. Test round-trip...practicalswift
2019-12-06tests: Add fuzzing harness for various functions consuming only integralspracticalswift
2019-12-06tests: Add fuzzing harness for various CTxOut related functionspracticalswift
2019-12-06tests: Add fuzzing harness for various CTxIn related functionspracticalswift
2019-12-06Merge #17051: tests: Add deserialization fuzzing harnessesWladimir J. van der Laan
2019-12-05Add bounds checks in key_io before DecodeBase58CheckPieter Wuille
2019-12-05node: Use mempool from node context instead of globalMarcoFalke
2019-12-04Merge #17517: ci: Bump to clang-8 for asan build to avoid segfaults on ppc64leMarcoFalke
2019-12-04test: Use char instead of unsigned charMarcoFalke
2019-12-03Merge #17555: test: add unit test for non-standard txs with wrong nVersionMarcoFalke
2019-12-03Merge #17641: Add unit test for leveldb creation with unicode pathMarcoFalke
2019-11-30Add unit test for DB creation with unicode pathAaron Clauson
2019-11-29Use correct C++11 header for std::swap()Hennadii Stepanov
2019-11-25[test] move wallet helper functions into test libraryMartin Zumsande
2019-11-25[test] move mining helper functions into test libraryMartin Zumsande
2019-11-25[test] move string helper functions into test libraryMartin Zumsande
2019-11-21test: add unit test for non-standard txs with wrong nVersionDominik Spicher
2019-11-21tests: Add deserialization fuzzing harnessespracticalswift
2019-11-21Merge #17407: node: Add reference to mempool in NodeContextMarcoFalke
2019-11-21test: add unit test for non-standard bare multisig txsSebastian Falbesoner
2019-11-19Pass a maximum output length to DecodeBase58 and DecodeBase58CheckPieter Wuille
2019-11-18Merge #17136: tests: Add fuzzing harness for various PSBT related functionsMarcoFalke