Skip to content

Commit 237ca5e

Browse files
Merge pull request #805 from lightninglabs/docs-lnd
Update lnd documentation
2 parents de8d705 + d1b7b2e commit 237ca5e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
`estimateroutefee` to assume probing an LSP when given an invoice with a route
6969
hint containing a public channel to the destination.
7070

71+
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9634) that caused
72+
lnd to crash due to a nil pointer dereference when `estimateroutefee` is
73+
called for a payment request that contains a zero amount.
74+
7175
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9474) where LND would
7276
fail to persist (and hence, propagate) node announcements containing address
7377
types (such as a DNS hostname) unknown to LND.
@@ -230,6 +234,9 @@ close transaction.
230234
* [The server](https://github.com/lightningnetwork/lnd/pull/9458) now allocates
231235
restricted slots for certain peers. This is configured by --num-restricted-slots.
232236

237+
* [The bitcoin `testnet4` test network is now also
238+
supported](https://github.com/lightningnetwork/lnd/pull/9620).
239+
233240
## RPC Updates
234241

235242
* Some RPCs that previously just returned an empty response message now at least
@@ -272,6 +279,10 @@ close transaction.
272279
access the RPC server would give an error saying the wallet is encrypted. This
273280
is now fixed to show specifically which RPC server is missing.
274281

282+
* [Enhanced](https://github.com/lightningnetwork/lnd/pull/9558)
283+
`listchaintxns` command with improved input validation, robust error handling,
284+
tests, and updated documentation.
285+
275286
## Code Health
276287

277288
* [Add retry logic](https://github.com/lightningnetwork/lnd/pull/8381) for
@@ -461,6 +472,7 @@ The underlying functionality between those two options remain the same.
461472
* Oliver Gugger
462473
* Olaoluwa Osuntokun
463474
* Pins
475+
* kornpow
464476
* Viktor Tigerström
465477
* Yong Yu
466478
* Ziggie

0 commit comments

Comments
 (0)