aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-03-05Merge #17917: tests: Add amount compression/decompression fuzzing to existing...MarcoFalke
2020-03-05Merge #18109: tests: Avoid hitting some known minor tinyformat issues when fu...MarcoFalke
2020-03-01Merge #17399: validation: Templatize ValidationState instead of subclassingMarcoFalke
2020-02-29Merge #18225: util: Fail to parse empty string in ParseMoneyfanquake
2020-02-29Merge #18173: refactor: test/bench: deduplicate SetupDummyInputs()MarcoFalke
2020-02-28refactor: test/bench: dedup SetupDummyInputs()Sebastian Falbesoner
2020-02-29util: Fail to parse empty string in ParseMoneyMarcoFalke
2020-02-27Refactor FormatStateMessage into ValidationStateJeffrey Czyz
2020-02-28Merge #17771: tests: Add fuzzing harness for V1TransportDeserializer (P2P tra...MarcoFalke
2020-02-27test: Disable mockforward scheduler unit test for nowMarcoFalke
2020-02-26Merge #18206: tests: Add fuzzing harness for bloom filter classes (CBloomFilt...MarcoFalke
2020-02-25tests: Add fuzzing harness for rolling bloom filter class CRollingBloomFilterpracticalswift
2020-02-25tests: Add fuzzing harness for bloom filter class CBloomFilterpracticalswift
2020-02-25Merge #17577: refactor: deduplicate the message sign/verify codeSamuel Dobson
2020-02-22Merge #18181: test: Remove incorrect assumptions in validation_flush_testsMarcoFalke
2020-02-22Merge #18034: Get the OutputType for a descriptorSamuel Dobson
2020-02-19test: Remove incorrect assumptions in validation_flush_testsMarcoFalke
2020-02-19test: Tabs to spaces in all testsMarcoFalke
2020-02-17Merge #18037: Util: Allow scheduler to be mockedMarcoFalke
2020-02-17[lib] add scheduler to node contextAmiti Uttarwar
2020-02-14Refactor message hashing into a utility functionJeffrey Czyz
2020-02-14Deduplicate the message signing codeVasil Dimov
2020-02-14Deduplicate the message verifying codeVasil Dimov
2020-02-13[test] unit test for new MockForward scheduler methodAmiti Uttarwar
2020-02-12tests: Avoid hitting some known minor tinyformat issues when fuzzing strprint...practicalswift
2020-02-11Get the OutputType for a descriptorAndrew Chow
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-22tests: Add fuzzing harness for V1TransportDeserializer (P2P transport)practicalswift
2020-01-22tests: Add amount compression/decompression fuzzing to existing fuzzing harne...practicalswift
2020-01-22test: add missing #include to fix compiler errorsKarl-Johan Alm
2020-01-21Convert compression.h to new serialization frameworkPieter Wuille