From 9656799ca3f88d8290fb804df73a467027b65a2a Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 19 Sep 2023 00:16:18 +0000 Subject: [PATCH] update documentation --- .../lnd/release-notes/release-notes-0.17.0.md | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/lnd/release-notes/release-notes-0.17.0.md b/docs/lnd/release-notes/release-notes-0.17.0.md index 3f4cf7ce..2c04c220 100644 --- a/docs/lnd/release-notes/release-notes-0.17.0.md +++ b/docs/lnd/release-notes/release-notes-0.17.0.md @@ -71,12 +71,21 @@ fails](https://github.com/lightningnetwork/lnd/pull/7876). retried](https://github.com/lightningnetwork/lnd/pull/7927) with an exponential back off. + +* In the watchtower client, we [now explicitly + handle](https://github.com/lightningnetwork/lnd/pull/7981) the scenario where + a channel is closed while we still have an in-memory update for it. + * `lnd` [now properly handles a case where an erroneous force close attempt would impeded start up](https://github.com/lightningnetwork/lnd/pull/7985). - # New Features ## Functional Enhancements + +* `lnd` can now optionally generate [blocking and mutex + profiles](https://github.com/lightningnetwork/lnd/pull/7983). These profiles + are useful to attempt to debug high mutex contention, or deadlock scenarios. + ### Protocol Features * This release marks the first release that includes the new [musig2-based taproot channel type](https://github.com/lightningnetwork/lnd/pull/7904). As @@ -228,6 +237,11 @@ None * The [WalletBalance](https://github.com/lightningnetwork/lnd/pull/7857) RPC (lncli walletbalance) now supports showing the balance for a specific account. + +* The [websockets proxy now uses a larger default max + message](https://github.com/lightningnetwork/lnd/pull/7991) size to support + proxying larger messages. + ## lncli Updates * Added ability to use [environment variables to override `lncli` global @@ -244,6 +258,13 @@ None * Add [`--unused`](https://github.com/lightningnetwork/lnd/pull/6387) to `lncli newaddr` command. +* [The `MuSig2SessionRequest` proto message now contains a field to allow a + caller to specify a custom signing + nonce](https://github.com/lightningnetwork/lnd/pull/7994). This can be useful + for protocol where an external nonces must be pre-generated before the full + session can be completed. + + ## Code Health * Updated [our fork for serializing protobuf as JSON to be based on the latest version of `google.golang.org/protobuf` instead of the deprecated