- miner: Default to DEFAULT_BLOCK_MIN_TX_FEE if unable to parse -blockmintxfee
- tests: Check return value of ParseParameters(...)
- tests: Explicitly ignore the return value of DecodeBase58(...)
- Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort includes.
This is a backport of Core PR13815
Depends on D4500