What changed, and why it matters
This commit only adds a release note describing a previously merged feature. It does not change any code, configuration, or behavior. There is no security issue in this commit itself.
No action needed; this is a documentation-only release note addition.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit creates doc/release-notes-35266, a documentation-only file explaining that the migratewallet RPC now allows not loading the migrated descriptor wallet, which is useful for pruned nodes. The change is purely informational release notes; no executable code is modified.
Changed components
doc/release-notes-35266Inspect captured patch +7 / −0
diff --git a/doc/release-notes-35266 b/doc/release-notes-35266
new file mode 100644
index 00000000..2c54c88e
--- /dev/null
+++ b/doc/release-notes-35266
@@ -0,0 +1,7 @@
+RPC
+---
+
+The `migratewallet` RPC now gives the option to not load the descriptor wallet after migrating it from a legacy wallet.
+This will now allow pruned nodes to migrate a wallet out of sync below the pruning height.
+Note that to use the new wallet it must be loaded to a full node anyway.
+
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.