mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 22:42:34 +02:00
doc: Add legacy wallet removal release notes
This commit is contained in:
12
doc/release-notes-32944-28710-32438-31250.md
Normal file
12
doc/release-notes-32944-28710-32438-31250.md
Normal file
@@ -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)
|
@@ -1,3 +0,0 @@
|
||||
# RPC
|
||||
|
||||
`upgradewallet` has been removed. It was unused and only applied to unsupported legacy wallets.
|
Reference in New Issue
Block a user