aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-26076.md
AgeCommit message (Collapse)Author
2023-05-08doc: clarify PR 26076 release noteSjors Provoost
2023-04-04Switch hardened derivation marker to h in descriptorsSjors Provoost
This makes it easier to handle descriptor strings manually. E.g. an RPC call that takes an array of descriptors can now use '["desc": ".../0h/..."]'. Both markers can still be parsed. The default for new descriptors is changed to h. In normalized form h is also used. For private keys the chosen marker is preserved in a round trip. The hdkeypath field in getaddressinfo is also impacted by this change.