eacff95de Add release notes (Pieter Wuille)
bdacbda25 Overhaul importmulti logic (Pieter Wuille)
Pull request description:
This is an alternative to #14558 (it will warn when fields are being ignored). In addition:
* It makes sure no changes to the wallet are made when an error in the input exists.
* It validates all arguments, and will fail if anything fails to parse.
* Adds a whole bunch of sanity checks
Tree-SHA512: fdee0b6aca8c643663f0bc295a7c1d69c1960951493b06abf32c58977f3e565f75918dbd0402dde36e508dc746c9310a968a0ebbacccc385a57ac2a68b49c1d0
Backport of Core PR14565
Also partial backport of Core PR14454
https://github.com/bitcoin/bitcoin/pull/14454/commits/201451b1ca3c6db3b13f9491a81db5b120b864bb
I included the last commit of PR14454 with this one because there would be no tests for it by itself.