Skip to content

Commit

Permalink
Merge pull request #773 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 Jan 24, 2025
2 parents de2c2f0 + f1d1a4e commit 48e9d03
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/lnd/release-notes/release-notes-0.19.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
This is a protocol gadget required for Dynamic Commitments and Splicing that
will be added later.

* [Fixed](https://github.com/lightningnetwork/lnd/pull/9424) a case where the
initial historical sync may be blocked due to a race condition in handling the
syncer's internal state.

## Functional Enhancements
* [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate
wallet transactions.
Expand Down Expand Up @@ -260,6 +264,11 @@ The underlying functionality between those two options remain the same.
transactions can run at once, increasing efficiency. Includes several bugfixes
to allow this to work properly.

* [Migrate KV invoices to
SQL](https://github.com/lightningnetwork/lnd/pull/8831) as part of a larger
effort to support SQL databases natively in LND.


## Code Health

* A code refactor that [moves all the graph related DB code out of the
Expand Down Expand Up @@ -288,6 +297,7 @@ The underlying functionality between those two options remain the same.

* Abdullahi Yunus
* Alex Akselrod
* Andras Banki-Horvath
* Animesh Bilthare
* Boris Nagaev
* Carla Kirk-Cohen
Expand Down

0 comments on commit 48e9d03

Please sign in to comment.