Skip to content

Commit

Permalink
Merge pull request #692 from lightninglabs/docs-lnd
Browse files Browse the repository at this point in the history
Update lnd documentation
  • Loading branch information
github-actions[bot] authored Sep 5, 2024
2 parents 514dc7d + cda5c7a commit b11db61
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/lnd/release-notes/release-notes-0.18.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -278,6 +287,7 @@ that validate `ChannelAnnouncement` messages.

# Contributors (Alphabetical Order)

* Alex Akselrod
* Andras Banki-Horvath
* bitromortac
* Bufo
Expand Down

0 comments on commit b11db61

Please sign in to comment.