From cda5c7a065065d66105529a209cb337850907c43 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 5 Sep 2024 00:20:43 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.18.3.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.18.3.md b/docs/lnd/release-notes/release-notes-0.18.3.md index b91fda58..63e6fc8c 100644 --- a/docs/lnd/release-notes/release-notes-0.18.3.md +++ b/docs/lnd/release-notes/release-notes-0.18.3.md @@ -80,6 +80,10 @@ blinded path expiry. * [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9039) that would cause UpdateAddHTLC message with blinding point fields to not be re-forwarded correctly on restart. + +* [A bug related to sending dangling channel + updates](https://github.com/lightningnetwork/lnd/pull/9046) after a + reconnection for taproot channels has been fixed. # New Features ## Functional Enhancements @@ -262,6 +266,11 @@ that validate `ChannelAnnouncement` messages. our health checker to correctly shut down LND if network partitioning occurs towards the etcd cluster. +* [Fix](https://github.com/lightningnetwork/lnd/pull/9050) some inconsistencies + to make the native SQL invoice DB compatible with the KV implementation. + Furthermore fix a native SQL invoice issue where AMP subinvoice HTLCs are + sometimes updated incorrectly on settlement. + ## Code Health * [Move graph building and @@ -278,6 +287,7 @@ that validate `ChannelAnnouncement` messages. # Contributors (Alphabetical Order) +* Alex Akselrod * Andras Banki-Horvath * bitromortac * Bufo