|
68 | 68 | `estimateroutefee` to assume probing an LSP when given an invoice with a route |
69 | 69 | hint containing a public channel to the destination. |
70 | 70 |
|
| 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 | + |
71 | 75 | * [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9474) where LND would |
72 | 76 | fail to persist (and hence, propagate) node announcements containing address |
73 | 77 | types (such as a DNS hostname) unknown to LND. |
@@ -230,6 +234,9 @@ close transaction. |
230 | 234 | * [The server](https://github.com/lightningnetwork/lnd/pull/9458) now allocates |
231 | 235 | restricted slots for certain peers. This is configured by --num-restricted-slots. |
232 | 236 |
|
| 237 | +* [The bitcoin `testnet4` test network is now also |
| 238 | + supported](https://github.com/lightningnetwork/lnd/pull/9620). |
| 239 | + |
233 | 240 | ## RPC Updates |
234 | 241 |
|
235 | 242 | * Some RPCs that previously just returned an empty response message now at least |
@@ -272,6 +279,10 @@ close transaction. |
272 | 279 | access the RPC server would give an error saying the wallet is encrypted. This |
273 | 280 | is now fixed to show specifically which RPC server is missing. |
274 | 281 |
|
| 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 | + |
275 | 286 | ## Code Health |
276 | 287 |
|
277 | 288 | * [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. |
461 | 472 | * Oliver Gugger |
462 | 473 | * Olaoluwa Osuntokun |
463 | 474 | * Pins |
| 475 | +* kornpow |
464 | 476 | * Viktor Tigerström |
465 | 477 | * Yong Yu |
466 | 478 | * Ziggie |
0 commit comments