Skip to content

Commit f30977d

Browse files
committed
docs: add release notes
1 parent a013976 commit f30977d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.22.0.md

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

4747
## Functional Enhancements
4848

49+
* Signing a message for an address [now supports the recently finalized BIP-0322
50+
Generic Signed Message
51+
Format](https://github.com/lightningnetwork/lnd/pull/10798). The new format
52+
can be invoked by setting `Bip322: true` on the `SignMessageWithAddr` RPC or
53+
by specifying the `--bip322` flag on the `lncli wallet addresses signmessage`
54+
subcommand. Verification of the new address format works without any new flag
55+
because the new format can be automatically detected based on its prefix.
56+
4957
## RPC Additions
5058

5159
* The `routerrpc.EstimateRouteFee` RPC now supports [restricting fee estimates

0 commit comments

Comments
 (0)