Create a combinerawtransaction RPC which accepts a json array of hex raw
transactions to combine them into one transaction. Signrawtransaction is
changed to no longer combine transactions and only accept one transaction
to no longer combine transactions and only accept one transaction at a
at a time.
Backport of core PR10571
Required for T436