Skip to content

Commit 3fc45d3

Browse files
Merge pull request #801 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 1a9d553 + f615205 commit 3fc45d3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: docs/lnd/release-notes/release-notes-0.19.0.md

+14
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@
8888
* [The aux bandwidth calculation was fixed for non-asset
8989
channels](https://github.com/lightningnetwork/lnd/pull/9502).
9090

91+
* [Pass through](https://github.com/lightningnetwork/lnd/pull/9601) the unused
92+
`MaxPeers` configuration variable for neutrino mode.
93+
9194
# New Features
9295

9396
* [Support](https://github.com/lightningnetwork/lnd/pull/8390) for
@@ -236,6 +239,12 @@
236239

237240
## lncli Updates
238241

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+
239248
## Code Health
240249

241250
* [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.
368377
](https://github.com/lightningnetwork/lnd/pull/9438) tombstone after native
369378
SQL migration.
370379

380+
* [Rename of skip migration
381+
flag](https://github.com/lightningnetwork/lnd/pull/9606/) for future
382+
compatibility.
383+
371384
## Code Health
372385

373386
* 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.
409422
* Abdullahi Yunus
410423
* Andras Banki-Horvath
411424
* Animesh Bilthare
425+
* bitromortac
412426
* Boris Nagaev
413427
* Carla Kirk-Cohen
414428
* CharlieZKSmith

0 commit comments

Comments
 (0)