aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2019-02-13 16:07:58 -0500
committerAndrew Chow <achow101-github@achow101.com>2019-02-14 17:58:25 -0500
commitcb3511b9d5f3d8a86e090ebed5a4aeaf758430b8 (patch)
tree981278e3ab253e29a95999601254917ff5c7d5e3 /doc
parent4c75a69f36a7630342e68b12999115e6b6b1e1e0 (diff)
downloadbitcoin-cb3511b9d5f3d8a86e090ebed5a4aeaf758430b8.tar.xz
Add release notes for importing key origin info change
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-14021.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/release-notes-14021.md b/doc/release-notes-14021.md
new file mode 100644
index 0000000000..4797a95bdb
--- /dev/null
+++ b/doc/release-notes-14021.md
@@ -0,0 +1,11 @@
+Miscellaneous RPC Changes
+-------------------------
+- Descriptors with key origin information imported through `importmulti` will have their key origin information stored in the wallet for use with creating PSBTs.
+- If `bip32derivs` of both `walletprocesspsbt` and `walletcreatefundedpsbt` is set to true but the key metadata for a public key has not been updated yet, then that key will have a derivation path as if it were just an independent key (i.e. no derivation path and its master fingerprint is itself)
+
+Miscellaneous Wallet changes
+----------------------------
+
+- The key metadata will need to be upgraded the first time that the HD seed is available.
+For unencrypted wallets this will occur on wallet loading.
+For encrypted wallets this will occur the first time the wallet is unlocked.