aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-02-17Merge #18037: Util: Allow scheduler to be mockedMarcoFalke
2020-02-17[lib] add scheduler to node contextAmiti Uttarwar
2020-02-13[test] unit test for new MockForward scheduler methodAmiti Uttarwar
2020-02-10Get rid of VARINT default argumentPieter Wuille
2020-02-10Merge #17947: test: add unit test for non-standard txs with too large tx sizeWladimir J. van der Laan
2020-02-05Merge #17482: util: Disallow network-qualified command line optionsWladimir J. van der Laan
2020-02-05Merge #18029: tests: Add fuzzing harness for AS-mapping (asmap)Wladimir J. van der Laan
2020-01-31Merge #16115: On bitcoind startup, write config args to debug.logMarcoFalke
2020-01-30tests: Add fuzzing harness for AS-mapping (asmap)practicalswift
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-29on startup, write config options to debug.logLarry Ruane
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-16test: add unit test for non-standard txs with too large tx sizeSebastian Falbesoner
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-19util: Disallow network-qualified command line optionsRussell Yanofsky
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