aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-04-25[test] Simple unit test for TxIndex.Jim Posen
2018-04-23Make tests pass after 2020Bernhard M. Wiedemann
2018-04-23Merge #12885: Reduce implementation code inside CScriptWladimir J. van der Laan
2018-04-23Merge #13052: trivial: Fix relevent typoMarcoFalke
2018-04-22trivial: Fix relevent typopracticalswift
2018-04-18Consistently log CValidationState on failureBen Woosley
2018-04-17Merge #12949: tests: Avoid copies of CTransactionMarcoFalke
2018-04-16Merge #11862: Network specific conf sectionsWladimir J. van der Laan
2018-04-13[MOVEONLY] Move CSCript::FindAndDelete to interpreterPieter Wuille
2018-04-13Avoid std::locale/imbue in DateTimeStrFormatPieter Wuille
2018-04-12Merge #12803: Make BaseSignatureCreator a pure interfaceWladimir J. van der Laan
2018-04-11tests: Avoid copies of CTransactionMarcoFalke
2018-04-11[tests] Unit tests for -testnet/-regtest in [test]/[regtest] sectionsAnthony Towns
2018-04-11[tests] Unit tests for network-specific config entriesAnthony Towns
2018-04-11[tests] Unit tests for config file sectionsAnthony Towns
2018-04-11ArgsManager: drop m_negated_argsAnthony Towns
2018-04-11Merge #12920: test: Fix sign for expected valuesWladimir J. van der Laan
2018-04-11ArgsManager: keep command line and config file arguments separateAnthony Towns
2018-04-11test: Fix sign for expected valuesKarl-Johan Alm
2018-04-10Make BaseSignatureCreator a pure interfacePieter Wuille
2018-04-10Merge #12926: Run unit tests in parallelWladimir J. van der Laan
2018-04-09Increase entropy in test temp directory namePieter Wuille
2018-04-09Merge #11851: scripted-diff: Rename wallet database classesWladimir J. van der Laan
2018-04-09Remove duplicate includespracticalswift
2018-04-09Merge #12537: [arith_uint256] Make it safe to use "self" in operatorsWladimir J. van der Laan
2018-04-07scripted-diff: Rename wallet database classesRussell Yanofsky
2018-04-06[tests] Add additional unit tests for -nofoo edge casesAnthony Towns
2018-04-06[tests] Check GetChainName works with config entriesAnthony Towns
2018-04-06[tests] Add unit tests for ReadConfigStreamAnthony Towns
2018-04-06[tests] Add unit tests for GetChainNameAnthony Towns
2018-04-05Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan
2018-04-04Merge #12167: Make segwit failure due to CLEANSTACK violation return a SCRIPT...Pieter Wuille
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-04-01Merge #12719: tests: Add note about test suite naming convention in developer...MarcoFalke
2018-03-30Merge #12713: Track negated options in the option parserMarcoFalke
2018-03-30Merge #12780: Reduce variable scopesMarcoFalke
2018-03-30Merge #12740: Add native support for serializing char arrays without FLATDATAWladimir J. van der Laan
2018-03-30Merge #12752: [MOVEONLY] Move compressor utility functions out of classWladimir J. van der Laan
2018-03-27Track negated arguments in the argument paser.Evan Klitzke
2018-03-27Add additional tests for GetBoolArg()Evan Klitzke
2018-03-27Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan
2018-03-26Reduce variable scopespracticalswift
2018-03-22Merge #12742: Make FastRandomContext support standard C++11 RNG interfaceMarcoFalke
2018-03-22Merge #12630: Provide useful error message if datadir is not writable.Wladimir J. van der Laan
2018-03-22Merge #12704: base58: use map instead of strchr() when decodeWladimir J. van der Laan
2018-03-21Move compressor utility functions out of classPieter Wuille
2018-03-21Add native support for serializing char arrays without FLATDATAPieter Wuille
2018-03-21Merge #12716: Fix typos and cleanup in various filesMarcoFalke
2018-03-21Fix typosDimitris Apostolou
2018-03-20Make FastRandomContext support standard C++11 RNG interfacePieter Wuille