diff --git a/docs/lnd/release-notes/release-notes-0.18.5.md b/docs/lnd/release-notes/release-notes-0.18.5.md index d4471032..879f01b9 100644 --- a/docs/lnd/release-notes/release-notes-0.18.5.md +++ b/docs/lnd/release-notes/release-notes-0.18.5.md @@ -30,7 +30,9 @@ ## RPC Additions ## lncli Additions - +* [`updatechanpolicy`](https://github.com/lightningnetwork/lnd/pull/8805) will + now update the channel policy if the edge was not found in the graph + database if the `create_missing_edge` flag is set. # Improvements ## Functional Updates @@ -46,8 +48,15 @@ ## Testing ## Database +* [Remove global application level lock for + Postgres](https://github.com/lightningnetwork/lnd/pull/9242) so multiple DB + transactions can run at once, increasing efficiency. Includes several bugfixes + to allow this to work properly. ## Code Health +* [Golang was updated to + `v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462). + * [Improved user experience](https://github.com/lightningnetwork/lnd/pull/9454) by returning a custom error code when HTLC carries incorrect custom records. @@ -64,4 +73,7 @@ # Contributors (Alphabetical Order) -* Ziggie \ No newline at end of file +* Ziggie +* Jesse de Wit +* Alex Akselrod +* Konstantin Nick diff --git a/docs/lnd/release-notes/release-notes-0.19.0.md b/docs/lnd/release-notes/release-notes-0.19.0.md index 31517627..24e9abc8 100644 --- a/docs/lnd/release-notes/release-notes-0.19.0.md +++ b/docs/lnd/release-notes/release-notes-0.19.0.md @@ -131,10 +131,6 @@ * The `lncli wallet fundpsbt` command now has a [`--max_fee_ratio` argument to specify the max fees to output amounts ratio.](https://github.com/lightningnetwork/lnd/pull/8600) -* [`updatechanpolicy`](https://github.com/lightningnetwork/lnd/pull/8805) will - now update the channel policy if the edge was not found in the graph - database if the `create_missing_edge` flag is set. - * [Enhance](https://github.com/lightningnetwork/lnd/pull/9390) the `lncli listchannels` output by adding the human readable short channel id and the channel id defined in BOLT02. Moreover change @@ -170,6 +166,10 @@ use the configured budget values for HTLCs (first level sweep) in parcticular `--sweeper.budget.deadlinehtlcratio` and `--sweeper.budget.deadlinehtlc`. +* When deciding whether `lnd` is synced to chain, the current height from the + blockbeat dispatcher is now also [taken into + consideration](https://github.com/lightningnetwork/lnd/pull/9501). + ## RPC Updates * Some RPCs that previously just returned an empty response message now at least @@ -248,13 +248,10 @@ The underlying functionality between those two options remain the same. * [Abstraction of graph](https://github.com/lightningnetwork/lnd/pull/9480) access for autopilot. -* [Golang was updated to - `v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462). - -* Various refactors and preparations to simplify the - `graph.Builder` and to move the funding tx validation to the gossiper. +* Move funding transaction validation to the gossiper [1](https://github.com/lightningnetwork/lnd/pull/9476) [2](https://github.com/lightningnetwork/lnd/pull/9477) + [3](https://github.com/lightningnetwork/lnd/pull/9478). ## Breaking Changes @@ -314,11 +311,6 @@ The underlying functionality between those two options remain the same. store](https://github.com/lightningnetwork/lnd/pull/9001) so that results are namespaced. All existing results are written to the "default" namespace. -* [Remove global application level lock for - Postgres](https://github.com/lightningnetwork/lnd/pull/9242) so multiple DB - 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. @@ -361,7 +353,6 @@ The underlying functionality between those two options remain the same. # Contributors (Alphabetical Order) * Abdullahi Yunus -* Alex Akselrod * Andras Banki-Horvath * Animesh Bilthare * Boris Nagaev @@ -370,7 +361,6 @@ The underlying functionality between those two options remain the same. * Elle Mouton * George Tsagkarelis * hieblmi -* Jesse de Wit * Keagan McClelland * Nishant Bansal * Oliver Gugger