From 5b93ab6a8f9d4c99666fafefc8a96d66bf83dc37 Mon Sep 17 00:00:00 2001 From: Suheb <39208279+saubyk@users.noreply.github.com> Date: Tue, 11 Feb 2025 21:35:39 -0800 Subject: [PATCH] Update release-notes-0.18.5.md and release-notes-0.19.0.md --- docs/release-notes/release-notes-0.18.5.md | 16 ++++++++++++++-- docs/release-notes/release-notes-0.19.0.md | 14 -------------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/docs/release-notes/release-notes-0.18.5.md b/docs/release-notes/release-notes-0.18.5.md index d44710325..879f01b93 100644 --- a/docs/release-notes/release-notes-0.18.5.md +++ b/docs/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/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 45216abd8..24e9abc8b 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/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 @@ -252,9 +248,6 @@ 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). - * Move funding transaction validation to the gossiper [1](https://github.com/lightningnetwork/lnd/pull/9476) [2](https://github.com/lightningnetwork/lnd/pull/9477) @@ -318,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. @@ -365,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 @@ -374,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