From a07d817556c852b5eac79a4803b4398b38c47db6 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Thu, 24 Mar 2022 14:51:46 +0100 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.15.0.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index eb4cb3cd8acf..bab8a0a2be9e 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -5,6 +5,15 @@ * [Misconfigured ZMQ setup now gets reported](https://github.com/lightningnetwork/lnd/pull/5710). +## Taproot + +The internal on-chain wallet of `lnd` is now able to create and spend from +[Taproot (SegWit v1) +addresses](https://github.com/lightningnetwork/lnd/pull/6263). Using +`lncli newaddress p2tr` will create a new BIP-0086 keyspend only address and +then watch it on chain. Taproot script spends are also supported through the +`signrpc.SignOutputRaw` RPC (`/v2/signer/signraw` in REST). + ## `lncli` * Add [auto-generated command-line completions](https://github.com/lightningnetwork/lnd/pull/4177)