docs/release-notes: add release notes for taproot chans

This commit is contained in:
Olaoluwa Osuntokun 2023-08-21 20:20:46 -07:00
parent 3f8d33d7ab
commit 562163ea3d
No known key found for this signature in database
GPG key ID: 3BBD59E99B280306

View file

@ -1,9 +1,14 @@
# Release Notes
## BOLT Specs
## Protocol Features
* The `lnwire` library is now able to [parse messages for the new experimental
taproot channels spec proposal](https://github.com/lightningnetwork/lnd/pull/7331).
* This release marks the first release that includes the new [musig2-based
taproot channel type](https://github.com/lightningnetwork/lnd/pull/7904). As
new protocol feature hasn't yet been finalized, users must enable taproot
channels with a new flag: `--protocol.simple-taproot-channels`. Once enabled,
user MUST use the explicit channel type to request the taproot channel type
(pending support by the remote peer). For `lncli openchannel`,
`--channel_type=taproot` should be used.
## DB