What changed, and why it matters
This commit only adds a one-line note to the upcoming-release changelog announcing a new BIP-322 'Proof of Reserve' signing feature. No source code, tests, build files, or documentation beyond the changelog were changed. There is nothing in the diff that introduces, fixes, or changes any security-relevant behavior.
No security action needed for this commit. Review the actual BIP-322 implementation when it is committed separately.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to releases/Next-ChangeLog.md, inserting a bullet describing a new BIP-322 signing capability. It contains no implementation, no PSBT parsing changes, no cryptographic code, and no bug fixes. It is purely a release-note entry.
Changed components
releases/Next-ChangeLog.mdInspect captured patch +3 / −0
diff --git a/releases/Next-ChangeLog.md b/releases/Next-ChangeLog.md
index 5ca6c5a..80d962a 100644
--- a/releases/Next-ChangeLog.md
+++ b/releases/Next-ChangeLog.md
@@ -4,6 +4,9 @@ This lists the new changes that have not yet been published in a normal release.
# Shared Improvements - Both Mk and Q
+- New Feature: Sign [BIP-322](https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki) Proof of Reserve PSBT files.
+ - requires a carefully crafted PSBT that does not represent a monetary transaction, but instead is demonstrating
+ control over the keys for a list of UTXO, and commits to a short text message.
- New Feature: Export [BIP-380](https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki) extended key expression.
Navigate to `Advanced/Tools -> Export Wallet -> Key Expression`
- New Feature: Transaction Input Explorer. Shows data about UTXO(s) being spent. Press (2) before approving
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.