File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 88
88
* [ The aux bandwidth calculation was fixed for non-asset
89
89
channels] ( https://github.com/lightningnetwork/lnd/pull/9502 ) .
90
90
91
+ * [ Pass through] ( https://github.com/lightningnetwork/lnd/pull/9601 ) the unused
92
+ ` MaxPeers ` configuration variable for neutrino mode.
93
+
91
94
# New Features
92
95
93
96
* [ Support] ( https://github.com/lightningnetwork/lnd/pull/8390 ) for
236
239
237
240
## lncli Updates
238
241
242
+ * [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/9605 ) a case where
243
+ inaccurate error message is displayed. Previously, when the ` lnd ` is built
244
+ without with a given RPC service yet the ` cli ` does, running a command to
245
+ access the RPC server would give an error saying the wallet is encrypted. This
246
+ is now fixed to show specifically which RPC server is missing.
247
+
239
248
## Code Health
240
249
241
250
* [ Add retry logic] ( https://github.com/lightningnetwork/lnd/pull/8381 ) for
@@ -368,6 +377,10 @@ The underlying functionality between those two options remain the same.
368
377
] ( https://github.com/lightningnetwork/lnd/pull/9438 ) tombstone after native
369
378
SQL migration.
370
379
380
+ * [ Rename of skip migration
381
+ flag] ( https://github.com/lightningnetwork/lnd/pull/9606/ ) for future
382
+ compatibility.
383
+
371
384
## Code Health
372
385
373
386
* A code refactor that [ moves all the graph related DB code out of the
@@ -409,6 +422,7 @@ The underlying functionality between those two options remain the same.
409
422
* Abdullahi Yunus
410
423
* Andras Banki-Horvath
411
424
* Animesh Bilthare
425
+ * bitromortac
412
426
* Boris Nagaev
413
427
* Carla Kirk-Cohen
414
428
* CharlieZKSmith
You can’t perform that action at this time.
0 commit comments