What changed, and why it matters
This commit only adds release notes documentation. It describes a planned change where several Bitcoin RPC commands will default to creating a newer PSBT format (version 2) and gain an optional version argument. There is no code change, no bug fix, and no security issue in this commit itself.
No security action needed. Review the actual PSBTv2 implementation commit(s) separately if assessing security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit creates doc/release-notes-21283.md, a release-notes file. It documents that createpsbt, walletcreatepsbt, converttopsbt, and psbtbumpfee will default to PSBT version 2 and accept an optional psbt_version parameter. The actual functional change is implemented elsewhere; this commit is purely documentation.
Changed components
doc/release-notes-21283.mdInspect captured patch +6 / −0
diff --git a/doc/release-notes-21283.md b/doc/release-notes-21283.md
new file mode 100644
index 00000000..fb5494a1
--- /dev/null
+++ b/doc/release-notes-21283.md
@@ -0,0 +1,6 @@
+Updated RPCs
+------------
+
+- `createpsbt`, `walletcreatepsbt`, `converttopsbt`, and `psbtbumpfee`
+ will now default to creating version 2 PSBTs. An optional `psbt_version`
+ argument is added to these RPCs which allows specifying the version of PSBT to create.
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.