94
94
95
95
* [ Pass through] ( https://github.com/lightningnetwork/lnd/pull/9601 ) the unused
96
96
` 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.
97
102
98
103
* [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/9609 ) a bug that may
99
104
cause ` listunspent ` to give inaccurate wallet UTXOs.
100
105
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
+
101
110
# New Features
102
111
103
112
* Add support for [ archiving channel backup] ( https://github.com/lightningnetwork/lnd/pull/9232 )
@@ -237,6 +246,8 @@ close transaction.
237
246
* [ The bitcoin ` testnet4 ` test network is now also
238
247
supported] ( https://github.com/lightningnetwork/lnd/pull/9620 ) .
239
248
249
+ * [ remove x/exp/maps dependency] ( https://github.com/lightningnetwork/lnd/pull/9621 )
250
+
240
251
## RPC Updates
241
252
242
253
* 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.
332
343
- [ Abstract autopilot access] ( https://github.com/lightningnetwork/lnd/pull/9480 )
333
344
- [ Abstract invoicerpc server access] ( https://github.com/lightningnetwork/lnd/pull/9516 )
334
345
- [ 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.
335
351
336
352
* [ Golang was updated to
337
353
` v1.22.11 ` ] ( https://github.com/lightningnetwork/lnd/pull/9462 ) .
@@ -344,6 +360,13 @@ The underlying functionality between those two options remain the same.
344
360
## Breaking Changes
345
361
## Performance Improvements
346
362
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
+
347
370
* Log rotation can now use ZSTD
348
371
349
372
* [ Remove redundant
@@ -458,21 +481,53 @@ The underlying functionality between those two options remain the same.
458
481
# Contributors (Alphabetical Order)
459
482
460
483
* Abdullahi Yunus
461
- * Andras Banki-Horvath
484
+ * Alex Akselrod
485
+ * alingse
486
+ * András Bánki-Horváth
462
487
* Animesh Bilthare
463
488
* bitromortac
464
489
* Boris Nagaev
490
+ * Calvin Zachman
465
491
* Carla Kirk-Cohen
466
492
* CharlieZKSmith
493
+ * chloefeal
494
+ * chuangjinglu
467
495
* Elle Mouton
496
+ * Eng Zer Jun
497
+ * Eugene Siegel
498
+ * feelancer21
499
+ * ffranr
500
+ * fuyangpengqi
468
501
* George Tsagkarelis
502
+ * Gijs van Dam
503
+ * Gustavo Stingelin
469
504
* hieblmi
505
+ * Jesse de Wit
506
+ * jike
507
+ * JoeGruff
508
+ * Jonathan Harvey-Buschel
470
509
* Keagan McClelland
510
+ * kornpow
511
+ * Leonhard Weese
512
+ * longhutianjie
513
+ * Matt Morehouse
514
+ * Mohamed Awnallah
515
+ * myxmaster
471
516
* Nishant Bansal
472
- * Oliver Gugger
473
517
* Olaoluwa Osuntokun
518
+ * Oliver Gugger
519
+ * Oren
520
+ * peicuiping
474
521
* Pins
475
- * kornpow
522
+ * planetBoy
523
+ * sputn1ck
524
+ * Suheb
525
+ * thirdkeyword
526
+ * tlindi
476
527
* Viktor Tigerström
528
+ * w3irdrobot
529
+ * wizard
530
+ * xixishidibei
477
531
* Yong Yu
532
+ * z017
478
533
* Ziggie
0 commit comments