Skip to content

Commit a7b61f3

Browse files
committed
docs: add release notes for combined nonce RPC methods
Document the new MuSig2RegisterCombinedNonce and MuSig2GetCombinedNonce RPC methods in the v0.21.0 release notes. These methods enable coordinator-based signing patterns as an alternative to the standard MuSig2RegisterNonces workflow.
1 parent fb48697 commit a7b61f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/release-notes/release-notes-0.21.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@
5050

5151
## RPC Additions
5252

53+
* [Added support for coordinator-based MuSig2 signing
54+
patterns](https://github.com/lightningnetwork/lnd/pull/10436) with two new
55+
RPCs: `MuSig2RegisterCombinedNonce` allows registering a pre-aggregated
56+
combined nonce for a session (useful when a coordinator aggregates all nonces
57+
externally), and `MuSig2GetCombinedNonce` retrieves the combined nonce after
58+
it becomes available. These methods provide an alternative to the standard
59+
`MuSig2RegisterNonces` workflow and are only supported in MuSig2 v1.0.0rc2.
60+
5361
## lncli Additions
5462

5563
# Improvements

0 commit comments

Comments
 (0)