mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-05 18:49:39 +02:00
Merge pull request #9507 from saubyk/18.5-releasenotes-patch
Update release-notes-0.18.5.md
This commit is contained in:
commit
68105be1eb
@ -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
|
||||
* Ziggie
|
||||
* Jesse de Wit
|
||||
* Alex Akselrod
|
||||
* Konstantin Nick
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user