Adds a new database record ("hdpubkey"
) reflected by class CHDPubKey
.
- Results in no longer storing derived child private keys in the database
- Only the extended child public key will be stored
- If the private key gets requested, it will be derived on the fly
Dump functions are unchanged, will result in deriving the keys on the fly. Not backward compatible. Ideally combined with HD chain split #9294.