doc: Add release notes for 32489 (exportwatchonlywallet RPC)
What changed, and why it matters
This commit only adds documentation: a new release-notes file describing a previously merged feature (`exportwatchonlywallet` RPC). There is no code change, no bug fix, and no security-relevant behavior change in this patch.
No security action required; this is a documentation-only change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff creates doc/release-notes-32489.md, which documents the exportwatchonlywallet RPC and an update to the offline-signing tutorial. It is a pure documentation commit with no executable code modifications.
Changed components
doc/release-notes-32489.mdInspect captured patch +15 / −0
diff --git a/doc/release-notes-32489.md b/doc/release-notes-32489.md
new file mode 100644
index 00000000..e8a0eabc
--- /dev/null
+++ b/doc/release-notes-32489.md
@@ -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.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.