Skip to content

Commit

Permalink
Update release-notes-0.18.5.md and release-notes-0.19.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saubyk committed Feb 13, 2025
1 parent 7b29431 commit 7cab05b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
16 changes: 14 additions & 2 deletions docs/release-notes/release-notes-0.18.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand All @@ -64,4 +73,7 @@

# Contributors (Alphabetical Order)

* Ziggie
* Ziggie
* Jesse de Wit
* Alex Akselrod
* Konstantin Nick
14 changes: 0 additions & 14 deletions docs/release-notes/release-notes-0.19.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -248,9 +244,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).

* Various refactors and preparations to simplify the
`graph.Builder` and to move the funding tx validation to the gossiper.
[1](https://github.com/lightningnetwork/lnd/pull/9476)
Expand Down Expand Up @@ -309,11 +302,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.
Expand Down Expand Up @@ -356,7 +344,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
Expand All @@ -365,7 +352,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
Expand Down

0 comments on commit 7cab05b

Please sign in to comment.