aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
AgeCommit message (Expand)Author
2020-10-27util: Add StripRedundantLastElementsOfPath functionHennadii Stepanov
2020-09-18test: signet network selection testsKarl-Johan Alm
2020-09-18add signet chain and accompanying parametersKarl-Johan Alm
2020-08-14test: Fix 'make cov' with clangHennadii Stepanov
2020-08-06refactor: Make HexStr take a spanWladimir J. van der Laan
2020-07-30Make Hash[160] consume range-like objectsPieter Wuille
2020-07-30Make CHash256 and CHash160 consume SpansPieter Wuille
2020-07-23Merge #15935: Add <datadir>/settings.json persistent settings storageMarcoFalke
2020-07-11util: Make Assert work with any valueMarcoFalke
2020-07-11Add <datadir>/settings.json persistent settings storage.Russell Yanofsky
2020-05-12Simplify usage of Span in several placesPieter Wuille
2020-05-08test: Fix outstanding -Wsign-compare errorsBen Woosley
2020-04-16scripted-diff: Sort test includesMarcoFalke
2020-03-26Merge #18270: util: Fail to parse whitespace-only strings in ParseMoney(...) ...MarcoFalke
2020-03-14Replace std::to_string with locale-independent alternativeBen Woosley
2020-03-12util: Fail to parse space-only strings in ParseMoney(...) (instead of parsing...practicalswift
2020-03-06Merge #16117: util: Replace boost sleep with std sleepfanquake
2020-02-29util: Fail to parse empty string in ParseMoneyMarcoFalke
2020-02-21scripted-diff: Replace MilliSleep with UninterruptibleSleepMarcoFalke
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-05Merge #17482: util: Disallow network-qualified command line optionsWladimir J. van der Laan
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-15scripted-diff: Replace CCriticalSection with RecursiveMutexMarcoFalke
2019-12-19util: Disallow network-qualified command line optionsRussell Yanofsky
2019-12-20Merge #17473: refactor: Settings code cleanupsMarcoFalke
2019-12-16Merge #17593: test: move more utility functions into test utility libraryMarcoFalke
2019-12-16tests: Add tests for decoding/parsing of base32, base64 and money strings con...practicalswift
2019-11-25[test] move string helper functions into test libraryMartin Zumsande
2019-11-13scripted-diff: Remove unused ArgsManager type flags in testsRussell Yanofsky
2019-11-13refactor: Add util_CheckValue testRussell Yanofsky
2019-11-07Deduplicate settings merge codeRussell Yanofsky
2019-11-07Merge #16978: test: Seed test RNG context for each test case, print seedMarcoFalke
2019-11-07Merge #17384: test: Create new test libraryMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-11-06Merge #17390: test: Add util_ArgParsing testWladimir J. van der Laan
2019-11-05Add util_ArgParsing testRussell Yanofsky
2019-11-05Add missing newline in util_ChainMerge testRussell Yanofsky
2019-10-27Add roundtrip and more tests to ParseISO8601DateTime and FormatISO8601DateTimeElichai Turkel
2019-10-16Add tests for util/vector.h's Cat and VectorPieter Wuille
2019-10-15util: Filter control characters out of log messagesWladimir J. van der Laan
2019-10-09test: add unit tests for Span-parsing helpersSebastian Falbesoner
2019-10-09test: Seed test RNG context for each test case, print seedMarcoFalke
2019-09-06Testchains: Generic selection with -chain=<str> in addition of -testnet and -...Jorge Timón
2019-08-20util: Add Join helper to join a list of stringsMarcoFalke
2019-08-08util: refactor upper/lowercase functionsKarl-Johan Alm
2019-07-31test: Make tests arg type specificHennadii Stepanov
2019-07-27scripted-diff: Use ArgsManager::DEBUG_ONLY flagHennadii Stepanov
2019-07-27scripted-diff: Use Flags enum in AddArg()Hennadii Stepanov