aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-10-29Merge #17299: test: add reason checks for non-standard txs in test_IsStandardMarcoFalke
2019-10-29test: add reason checks for non-standard txs in test_IsStandardSebastian Falbesoner
2019-10-29Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyManMarcoFalke
2019-10-28Merge #17266: util: Rename DecodeDumpTime to ParseISO8601DateTimeMarcoFalke
2019-10-28Merge #16986: doc: Doxygen-friendly CuckooCache commentsfanquake
2019-10-27Add roundtrip and more tests to ParseISO8601DateTime and FormatISO8601DateTimeElichai Turkel
2019-10-25Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow
2019-10-25Merge #17083: tests: Add fuzzing harness for various CScript related functionsMarcoFalke
2019-10-25Merge #17220: tests: Add unit testing for the CompressScript functionWladimir J. van der Laan
2019-10-25Merge #17080: consensus: Explain why fCheckDuplicateInputs can not be skipped...Wladimir J. van der Laan
2019-10-25tests: Add fuzzing harness for various CScript related functionspracticalswift
2019-10-24Merge #17212: refactor: Remove unused CExt{Pub,}Key (de)serialization methodsMarcoFalke
2019-10-24consensus: Explain why fCheckDuplicateInputs can not be skipped and remove itMarcoFalke
2019-10-24tests: Remove Cygwin WinMain workaroundpracticalswift
2019-10-24tests: Skip unnecessary fuzzer initialisation. Hold ECCVerifyHandle only when...practicalswift
2019-10-23Merge #17206: test: Add testcase to simulate bitcoin schema in leveldbMarcoFalke
2019-10-23Add unit testing for the CompressScript functionsmarcaiaf
2019-10-23Merge #17018: tests: Add descriptor Parse(...) fuzzing harnessMarcoFalke
2019-10-23Merge #17183: refactor: test/bench: dedup Build{Crediting,Spending}Transaction()MarcoFalke
2019-10-23tests: Add Parse(...) (descriptor) fuzzing harnesspracticalswift
2019-10-23tests: Allow for using non-default fuzzing initializationpracticalswift
2019-10-23refactor: test/bench: dedup Build{Crediting,Spending}Transaction()Sebastian Falbesoner
2019-10-22refactor: Remove unused CExt{Pub,}Key (de)serialization methodsSebastian Falbesoner
2019-10-21Add testcase to simulate bitcoin schema in leveldbMapleLaker
2019-10-18Merge #16889: Add some general std::vector utility functionsMarcoFalke
2019-10-17Merge #17140: test: Fix bug in blockfilter_index_tests.MarcoFalke
2019-10-16Merge #16659: refactoring: Remove unused includesMarcoFalke
2019-10-16Add tests for util/vector.h's Cat and VectorPieter Wuille
2019-10-16Merge #17095: util: Filter control characters out of log messagesWladimir J. van der Laan
2019-10-15Remove unused includespracticalswift
2019-10-15tests: Add fuzzing harness for descriptor Span-parsing helperspracticalswift
2019-10-15tests: Fix fs_tests for unknown localesDaki Carnhof
2019-10-15util: Filter control characters out of log messagesWladimir J. van der Laan
2019-10-14test: Fix bug in blockfilter_index_tests.Jim Posen
2019-10-14Merge #17009: tests: Add EvalScript(...) fuzzing harnessMarcoFalke
2019-10-12tests: Add EvalScript(...) fuzzing harnesspracticalswift
2019-10-10tests: Add FuzzedDataProvider fuzzing helper from the Chromium projectpracticalswift
2019-10-10doc: Doxygen-friendly CuckooCache commentsJon Layton
2019-10-10Merge #16887: Abstract out some of the descriptor Span-parsing helpersMarcoFalke
2019-10-10Merge #17076: tests: Add fuzzing harness for CheckTransaction(...), IsStandar...MarcoFalke
2019-10-09test: add unit tests for Span-parsing helpersSebastian Falbesoner
2019-10-09tests: Remove TRANSACTION_DESERIALIZE (replaced by transaction fuzzer)practicalswift
2019-10-09tests: Add fuzzing harness for CheckTransaction(...), IsStandardTx(...) and o...practicalswift
2019-10-09Merge #15437: p2p: Remove BIP61 reject messagesWladimir J. van der Laan
2019-10-08Merge #17056: descriptors: Introduce sortedmulti descriptorfanquake
2019-10-08Add sortedmulti descriptor and unit testsAndrew Chow
2019-10-07tests: Pass fuzzing inputs as constant referencespracticalswift
2019-10-02p2p: Remove BIP61 reject messagesMarcoFalke
2019-09-30Merge #16931: test: add unittests for CheckProofOfWorkWladimir J. van der Laan
2019-09-30Merge #16953: doc: Improve test READMEsWladimir J. van der Laan