aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-1/+1
* 1.21 key prefix (#1710)Ross Nicoll2021-03-041-7/+7
* util: Add StripRedundantLastElementsOfPath functionHennadii Stepanov2020-10-271-0/+22
* test: signet network selection testsKarl-Johan Alm2020-09-181-3/+3
* add signet chain and accompanying parametersKarl-Johan Alm2020-09-181-1/+1
* test: Fix 'make cov' with clangHennadii Stepanov2020-08-141-64/+57
* refactor: Make HexStr take a spanWladimir J. van der Laan2020-08-061-32/+9
* Make Hash[160] consume range-like objectsPieter Wuille2020-07-301-2/+2
* Make CHash256 and CHash160 consume SpansPieter Wuille2020-07-301-2/+2
* Merge #15935: Add <datadir>/settings.json persistent settings storageMarcoFalke2020-07-231-0/+23
|\
| * Add <datadir>/settings.json persistent settings storage.Russell Yanofsky2020-07-111-0/+23
* | util: Make Assert work with any valueMarcoFalke2020-07-111-0/+10
|/
* Simplify usage of Span in several placesPieter Wuille2020-05-121-11/+11
* test: Fix outstanding -Wsign-compare errorsBen Woosley2020-05-081-14/+14
* scripted-diff: Sort test includesMarcoFalke2020-04-161-2/+2
* Merge #18270: util: Fail to parse whitespace-only strings in ParseMoney(...) ...MarcoFalke2020-03-261-0/+20
|\
| * util: Fail to parse space-only strings in ParseMoney(...) (instead of parsing...practicalswift2020-03-121-0/+20
* | Replace std::to_string with locale-independent alternativeBen Woosley2020-03-141-1/+1
* | Merge #16117: util: Replace boost sleep with std sleepfanquake2020-03-061-2/+2
|\ \ | |/ |/|
| * scripted-diff: Replace MilliSleep with UninterruptibleSleepMarcoFalke2020-02-211-2/+2
* | util: Fail to parse empty string in ParseMoneyMarcoFalke2020-02-291-0/+6
* | Refactor message hashing into a utility functionJeffrey Czyz2020-02-141-1/+20
* | Deduplicate the message signing codeVasil Dimov2020-02-141-1/+39
* | Deduplicate the message verifying codeVasil Dimov2020-02-141-0/+53
|/
* Merge #17482: util: Disallow network-qualified command line optionsWladimir J. van der Laan2020-02-051-2/+24
|\
| * util: Disallow network-qualified command line optionsRussell Yanofsky2019-12-191-2/+24
* | scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
* | scripted-diff: Replace CCriticalSection with RecursiveMutexMarcoFalke2020-01-151-1/+1
|/
* Merge #17473: refactor: Settings code cleanupsMarcoFalke2019-12-201-19/+127
|\
| * scripted-diff: Remove unused ArgsManager type flags in testsRussell Yanofsky2019-11-131-19/+19
| * refactor: Add util_CheckValue testRussell Yanofsky2019-11-131-0/+108
* | Merge #17593: test: move more utility functions into test utility libraryMarcoFalke2019-12-161-1/+1
|\ \
| * | [test] move string helper functions into test libraryMartin Zumsande2019-11-251-1/+1
| |/
* / tests: Add tests for decoding/parsing of base32, base64 and money strings con...practicalswift2019-12-161-0/+5
|/
* Deduplicate settings merge codeRussell Yanofsky2019-11-071-44/+51
* Merge #16978: test: Seed test RNG context for each test case, print seedMarcoFalke2019-11-071-1/+1
|\
| * test: Seed test RNG context for each test case, print seedMarcoFalke2019-10-091-1/+1
* | Merge #17384: test: Create new test libraryMarcoFalke2019-11-071-1/+1
|\ \
| * | scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* | | Merge #17390: test: Add util_ArgParsing testWladimir J. van der Laan2019-11-061-0/+54
|\ \ \ | |/ / |/| |
| * | Add util_ArgParsing testRussell Yanofsky2019-11-051-0/+54
* | | Add missing newline in util_ChainMerge testRussell Yanofsky2019-11-051-1/+2
|/ /
* | Add roundtrip and more tests to ParseISO8601DateTime and FormatISO8601DateTimeElichai Turkel2019-10-271-1/+9
* | Add tests for util/vector.h's Cat and VectorPieter Wuille2019-10-161-0/+106
* | util: Filter control characters out of log messagesWladimir J. van der Laan2019-10-151-0/+18
* | test: add unit tests for Span-parsing helpersSebastian Falbesoner2019-10-091-0/+124
|/
* Testchains: Generic selection with -chain=<str> in addition of -testnet and -...Jorge Timón2019-09-061-1/+1
* util: Add Join helper to join a list of stringsMarcoFalke2019-08-201-2/+16
* util: refactor upper/lowercase functionsKarl-Johan Alm2019-08-081-11/+7
* test: Make tests arg type specificHennadii Stepanov2019-07-311-13/+35