- Support all cash address prefixes - including testnet and regtest. Treat
them as different URI schemes.
- Don’t strip out scheme when parsing URI.
- Don’t prefix scheme when formatting URIThis adds support for the different URI schemes in cashaddr.
Depends on D544,Qt can now parse cashaddr scheme from command line and select the appropriate chain parameters. D553For simplicity, D552support for selecting chain testnet parameters with base58 encoded address is removed.
Depends on D709