MarcoFalke
384967f311
Merge #13815 : util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functions returning bool
...
9cc0230cfc Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort includes. (practicalswift)
579497e77a tests: Explicitly ignore the return value of DecodeBase58(...) (practicalswift)
145fe95ec7 tests: Check return value of ParseParameters(...) (practicalswift)
7c5bc2a523 miner: Default to DEFAULT_BLOCK_MIN_TX_FEE if unable to parse -blockmintxfee (practicalswift)
Pull request description:
Changes in this PR:
* ~~Add linter to make sure the return value of `Parse[...](...)` is checked~~
* Add `__attribute__((warn_unused_result))` to all `{Decode,Parse}[...](...)` functions returning `bool`
* Fix violations
Context:
* #13712 : `wallet: Fix non-determinism in ParseHDKeypath(...). Avoid using an uninitialized variable in path calculation.` would have been prevented by this
Tree-SHA512: 41a97899f2d5a26584235fa02b1ebfb4faacd81ea97e927022955a658fa7e15d07a1443b4b7635151a43259a1adf8f2f4de3c1c75d7b5f09f0d5496463a1dae6
2018-11-15 14:39:37 -05:00
..
2018-11-15 14:39:37 -05:00
2018-08-16 20:33:50 +02:00
2018-11-04 22:46:07 -08:00
2018-11-05 09:25:15 -08:00
2018-11-04 22:46:07 -08:00
2018-11-06 11:44:40 -04:00
2018-08-09 11:31:45 -04:00
2018-11-07 11:15:22 -05:00
2018-11-04 22:46:07 -08:00
2018-11-14 11:27:01 -05:00
2018-11-13 14:24:40 -05:00
2018-11-15 14:39:37 -05:00
2018-09-04 13:11:26 +02:00
2018-11-15 14:39:37 -05:00
2018-09-07 08:21:14 -04:00
2018-11-15 14:39:37 -05:00
2018-11-14 11:59:41 -05:00
2018-11-09 12:37:06 -05:00
2018-04-13 15:37:20 -04:00
2018-11-04 22:46:07 -08:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2018-11-04 22:46:07 -08:00
2018-09-17 14:34:56 -04:00
2018-11-04 22:46:07 -08:00
2018-07-27 07:15:02 -04:00
2018-11-05 17:03:11 +01:00
2018-11-04 22:46:07 -08:00
2018-11-05 17:03:11 +01:00
2018-08-27 18:19:33 +02:00
2018-03-22 16:23:04 +01:00
2018-11-04 22:46:07 -08:00
2018-11-07 11:15:22 -05:00
2018-11-06 11:44:40 -04:00
2018-11-05 09:25:15 -08:00
2018-07-27 07:15:02 -04:00
2018-11-05 09:25:15 -08:00
2018-11-05 09:30:56 -08:00
2018-08-25 17:41:00 +02:00
2018-08-13 01:24:55 +02:00
2018-07-27 07:15:02 -04:00
2018-08-14 18:03:43 -05:00
2018-11-04 22:46:07 -08:00
2018-09-23 22:58:54 +02:00
2018-11-04 22:46:07 -08:00
2018-07-27 07:15:02 -04:00
2018-08-13 13:57:15 +02:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2018-11-05 09:25:15 -08:00
2018-11-05 09:25:15 -08:00
2018-08-23 10:38:59 -07:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2018-11-05 17:03:11 +01:00
2018-07-27 07:15:02 -04:00
2018-11-04 22:46:07 -08:00
2018-11-04 22:46:07 -08:00
2018-08-27 18:19:33 +02:00
2018-09-04 13:11:26 +02:00
2018-11-04 22:46:07 -08:00
2018-11-06 11:44:40 -04:00
2018-10-19 02:29:25 +08:00
2018-09-26 08:47:42 +08:00
2018-11-05 09:25:15 -08:00
2018-11-05 09:25:15 -08:00
2018-11-04 22:46:07 -08:00
2018-08-11 09:34:47 +03:00
2018-11-05 13:27:04 +01:00
2018-09-13 10:36:41 -07:00
2018-11-06 11:44:40 -04:00
2018-11-06 11:44:40 -04:00
2018-11-04 22:46:07 -08:00
2018-07-27 07:15:02 -04:00
2018-09-13 09:58:26 +02:00
2018-09-13 10:36:41 -07:00
2018-11-04 22:46:07 -08:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2018-11-04 22:46:07 -08:00
2018-09-12 11:28:01 -04:00
2018-11-15 14:39:37 -05:00
2018-09-13 15:53:51 -04:00
2018-11-10 10:37:59 +01:00
2018-10-09 03:36:14 -06:00
2018-11-05 09:31:01 -05:00
2018-07-27 07:15:02 -04:00
2018-11-04 22:46:07 -08:00
2018-07-27 07:15:02 -04:00
2018-11-05 16:52:59 +01:00
2018-07-27 07:15:02 -04:00
2018-11-07 14:59:35 -05:00
2018-09-30 22:15:37 -03:00
2018-11-04 22:46:07 -08:00
2018-11-05 09:25:15 -08:00
2018-11-04 22:46:07 -08:00
2018-07-27 07:15:02 -04:00
2018-11-04 22:46:07 -08:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2018-11-04 22:46:07 -08:00
2018-09-06 15:00:01 -04:00
2018-07-27 07:15:02 -04:00
2018-11-05 17:03:11 +01:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2018-11-04 20:50:40 -07:00
2018-11-04 22:46:07 -08:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2018-11-04 22:46:07 -08:00
2018-07-27 07:15:02 -04:00
2018-11-05 17:03:11 +01:00
2018-07-24 20:46:23 +01:00
2018-09-13 10:36:41 -07:00
2018-09-13 10:36:41 -07:00
2018-09-11 00:58:13 -04:00
2018-06-25 00:08:49 -04:00
2018-06-25 00:08:49 -04:00
2018-07-27 11:52:18 -07:00
2018-09-04 13:11:26 +02:00
2018-11-04 22:46:07 -08:00
2018-08-31 10:00:38 -04:00
2018-08-31 16:00:38 +02:00
2018-08-31 10:00:38 -04:00
2018-11-06 11:44:40 -04:00
2018-11-04 22:46:07 -08:00
2018-07-27 07:15:02 -04:00
2018-03-21 08:34:44 +02:00
2018-11-04 22:46:07 -08:00
2018-07-27 07:15:02 -04:00
2018-11-04 22:46:07 -08:00
2018-08-08 13:55:27 +02:00
2018-11-04 22:46:07 -08:00
2018-11-05 09:25:15 -08:00
2018-11-04 22:46:07 -08:00
2018-08-14 09:19:47 +00:00
2018-11-04 22:46:07 -08:00
2018-07-27 07:15:02 -04:00
2018-11-05 09:25:15 -08:00
2018-11-04 22:46:07 -08:00
2018-10-27 10:39:44 -04:00
2018-11-04 22:46:07 -08:00
2018-08-26 00:25:28 +02:00
2018-07-27 07:15:02 -04:00
2018-09-23 22:55:11 +02:00
2018-09-23 22:55:11 +02:00
2018-09-23 22:55:11 +02:00
2018-09-23 22:55:11 +02:00
2018-11-06 11:44:40 -04:00
2018-11-04 22:46:07 -08:00
2018-08-08 13:55:27 +02:00