From fa45ccc15dfc52e798da62548dc43d1bd7889c9a Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Mon, 28 Jul 2025 11:37:31 +0200 Subject: [PATCH] doc: Add legacy wallet removal release notes --- doc/release-notes-32944-28710-32438-31250.md | 12 ++++++++++++ doc/release-notes-32944.md | 3 --- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 doc/release-notes-32944-28710-32438-31250.md delete mode 100644 doc/release-notes-32944.md diff --git a/doc/release-notes-32944-28710-32438-31250.md b/doc/release-notes-32944-28710-32438-31250.md new file mode 100644 index 00000000000..437e5c500e1 --- /dev/null +++ b/doc/release-notes-32944-28710-32438-31250.md @@ -0,0 +1,12 @@ +# Legacy Wallet Removal + +BDB legacy wallets can no longer be created or loaded. They can be migrated to +the new descriptor wallet format. Refer to the `migratewallet` RPC for more +details. + +The legacy wallet removal drops redundant options in the bitcoin-wallet tool, +such as `-withinternalbdb`, `-legacy`, and `-descriptors`. Moreover, the +legacy-only RPCs `addmultisigaddress`, `dumpprivkey`, `dumpwallet`, +`importaddress`, `importmulti`, `importprivkey`, `importpubkey`, +`importwallet`, `newkeypool`, `sethdseed`, and `upgradewallet`, are removed. +(#32944, #28710, #32438, #31250) diff --git a/doc/release-notes-32944.md b/doc/release-notes-32944.md deleted file mode 100644 index 6cd4e3e6e7d..00000000000 --- a/doc/release-notes-32944.md +++ /dev/null @@ -1,3 +0,0 @@ -# RPC - -`upgradewallet` has been removed. It was unused and only applied to unsupported legacy wallets.