docs: add release notes for combined nonce RPC methods
What changed, and why it matters
This commit only adds documentation to the release notes describing two new MuSig2 RPC methods. It does not change any code, cryptographic logic, or API behavior. There is no security issue in the commit itself.
No security action required. Review the actual implementation PR #10436 separately if assessing the security of the new MuSig2 coordinator-based signing RPCs.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit is a documentation-only change to docs/release-notes/release-notes-0.21.0.md, adding an 8-line release note for MuSig2RegisterCombinedNonce and MuSig2GetCombinedNonce RPCs introduced in PR #10436. The diff contains no executable code, no protocol changes, and no bug fixes.
Changed components
docs/release-notes/release-notes-0.21.0.mdInspect captured patch +8 / −0
diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md
index 5bd5c65..5905589 100644
--- a/docs/release-notes/release-notes-0.21.0.md
+++ b/docs/release-notes/release-notes-0.21.0.md
@@ -50,6 +50,14 @@
## RPC Additions
+* [Added support for coordinator-based MuSig2 signing
+ patterns](https://github.com/lightningnetwork/lnd/pull/10436) with two new
+ RPCs: `MuSig2RegisterCombinedNonce` allows registering a pre-aggregated
+ combined nonce for a session (useful when a coordinator aggregates all nonces
+ externally), and `MuSig2GetCombinedNonce` retrieves the combined nonce after
+ it becomes available. These methods provide an alternative to the standard
+ `MuSig2RegisterNonces` workflow and are only supported in MuSig2 v1.0.0rc2.
+
## lncli Additions
# Improvements
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.