| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Error message bilingual_str consistency | Wladimir J. van der Laan | 2020-06-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | - Move the decision whether to translate an error message to where it is defined. This simplifies call sites: no more `InitError(Untranslated(...))`. - Make all functions in `util/error.h` consistently return a `bilingual_str`. We've decided to use this as error message type so let's roll with it. This has no functional changes: no messages are changed, no new translation messages are defined. | ||||
| * | tests: Add fuzzing coverage for JSONRPCTransactionError(...) and ↵ | practicalswift | 2020-04-26 | 1 | -0/+3 |
| | | | | | RPCErrorFromTransactionError(...) | ||||
| * | tests: Add fuzzing coverage for TransactionErrorString(...) | practicalswift | 2020-04-26 | 1 | -0/+22 |