Skip to content

Commit 17920b8

Browse files
Merge pull request #807 from lightninglabs/docs-lnd
Update lnd documentation
2 parents ed8870e + 975602f commit 17920b8

File tree

1 file changed

+58
-3
lines changed

1 file changed

+58
-3
lines changed

docs/lnd/release-notes/release-notes-0.19.0.md

+58-3
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,19 @@
9494

9595
* [Pass through](https://github.com/lightningnetwork/lnd/pull/9601) the unused
9696
`MaxPeers` configuration variable for neutrino mode.
97+
98+
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9543) where
99+
the payment might have been failed more than once and therefore overwriting
100+
the failure reason and notifying the `SubscribeAllPayments` subscribers more
101+
than once.
97102

98103
* [Fixed](https://github.com/lightningnetwork/lnd/pull/9609) a bug that may
99104
cause `listunspent` to give inaccurate wallet UTXOs.
100105

106+
* [Fixed](https://github.com/lightningnetwork/lnd/pull/9626) a bug where a
107+
keysend payment would not fail properly and only resolve after restart. Now
108+
keysend payment validation is stricter.
109+
101110
# New Features
102111

103112
* Add support for [archiving channel backup](https://github.com/lightningnetwork/lnd/pull/9232)
@@ -237,6 +246,8 @@ close transaction.
237246
* [The bitcoin `testnet4` test network is now also
238247
supported](https://github.com/lightningnetwork/lnd/pull/9620).
239248

249+
* [remove x/exp/maps dependency](https://github.com/lightningnetwork/lnd/pull/9621)
250+
240251
## RPC Updates
241252

242253
* Some RPCs that previously just returned an empty response message now at least
@@ -332,6 +343,11 @@ The underlying functionality between those two options remain the same.
332343
- [Abstract autopilot access](https://github.com/lightningnetwork/lnd/pull/9480)
333344
- [Abstract invoicerpc server access](https://github.com/lightningnetwork/lnd/pull/9516)
334345
- [Refactor to hide DB transactions](https://github.com/lightningnetwork/lnd/pull/9513)
346+
- Move the [graph cache out of the graph
347+
CRUD](https://github.com/lightningnetwork/lnd/pull/9544) layer.
348+
- Move [topology
349+
subscription](https://github.com/lightningnetwork/lnd/pull/9577) and
350+
notification handling from the graph.Builder to the ChannelGraph.
335351

336352
* [Golang was updated to
337353
`v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462).
@@ -344,6 +360,13 @@ The underlying functionality between those two options remain the same.
344360
## Breaking Changes
345361
## Performance Improvements
346362

363+
* Users can now [limit the total amount of
364+
bandwidth](https://github.com/lightningnetwork/lnd/pull/9607) that will be allocated to
365+
outbound gossip traffic via two new args: `--gossip.msg-rate-bytes` and
366+
`--gossip.msg-rate-burst`. The burst value should be set to the largest amount
367+
of bytes that can be transmitted in a go without rate limiting, and the rate to
368+
the on going rate we'll permit.
369+
347370
* Log rotation can now use ZSTD
348371

349372
* [Remove redundant
@@ -458,21 +481,53 @@ The underlying functionality between those two options remain the same.
458481
# Contributors (Alphabetical Order)
459482

460483
* Abdullahi Yunus
461-
* Andras Banki-Horvath
484+
* Alex Akselrod
485+
* alingse
486+
* András Bánki-Horváth
462487
* Animesh Bilthare
463488
* bitromortac
464489
* Boris Nagaev
490+
* Calvin Zachman
465491
* Carla Kirk-Cohen
466492
* CharlieZKSmith
493+
* chloefeal
494+
* chuangjinglu
467495
* Elle Mouton
496+
* Eng Zer Jun
497+
* Eugene Siegel
498+
* feelancer21
499+
* ffranr
500+
* fuyangpengqi
468501
* George Tsagkarelis
502+
* Gijs van Dam
503+
* Gustavo Stingelin
469504
* hieblmi
505+
* Jesse de Wit
506+
* jike
507+
* JoeGruff
508+
* Jonathan Harvey-Buschel
470509
* Keagan McClelland
510+
* kornpow
511+
* Leonhard Weese
512+
* longhutianjie
513+
* Matt Morehouse
514+
* Mohamed Awnallah
515+
* myxmaster
471516
* Nishant Bansal
472-
* Oliver Gugger
473517
* Olaoluwa Osuntokun
518+
* Oliver Gugger
519+
* Oren
520+
* peicuiping
474521
* Pins
475-
* kornpow
522+
* planetBoy
523+
* sputn1ck
524+
* Suheb
525+
* thirdkeyword
526+
* tlindi
476527
* Viktor Tigerström
528+
* w3irdrobot
529+
* wizard
530+
* xixishidibei
477531
* Yong Yu
532+
* z017
478533
* Ziggie

0 commit comments

Comments
 (0)