Merge bitcoin/bitcoin#35650: doc: Add release notes for 32489 (exportwatchonlywallet RPC)

cddbad325d doc: Add release notes for 32489 (exportwatchonlywallet RPC) (Pablo Martin)

Pull request description:

  This is a follow-up to #32489.

ACKs for top commit:
  polespinasa:
    ACK cddbad325d

Tree-SHA512: bfc14c1d8576395caea9636fcc57182c7fe027e397b8529d60901f7310e30acfe9157fbc0e11f6ad8c16c96cb96df9d7d70d0965c5e8a06d6fa3e9e7b5a65533
This commit is contained in:
merge-script
2026-07-06 16:07:30 +01:00

View File

@@ -0,0 +1,15 @@
New RPCs
--------
A new `exportwatchonlywallet` RPC creates a watchonly wallet file from an
existing descriptor wallet. The exported file contains the wallet's public
descriptors (with derived key caches where needed), transactions, and address
book data, but no private keys. It can be imported on another node using the
existing `restorewallet` RPC.
Wallet
------
The [Offline Signing Tutorial](/doc/offline-signing-tutorial.md) has been
updated to use `exportwatchonlywallet` for setting up the online watch-only
wallet, replacing the previous manual descriptor import workflow.