File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 68
68
fail to persist (and hence, propagate) node announcements containing address
69
69
types (such as a DNS hostname) unknown to LND.
70
70
71
+ * [ Fixed an edge case] ( https://github.com/lightningnetwork/lnd/pull/9150 ) where
72
+ the payment may become stuck if the invoice times out while the node
73
+ restarts, for details check [ this
74
+ issue] ( https://github.com/lightningnetwork/lnd/issues/8975#issuecomment-2270528222 ) .
75
+
71
76
# New Features
72
77
73
78
* [ Support] ( https://github.com/lightningnetwork/lnd/pull/8390 ) for
@@ -257,6 +262,11 @@ The underlying functionality between those two options remain the same.
257
262
258
263
* Log rotation can now use ZSTD
259
264
265
+ * [ Remove redundant
266
+ iteration] ( https://github.com/lightningnetwork/lnd/pull/9496 ) over a node's
267
+ persisted channels when updating the graph cache with a new node or node
268
+ update.
269
+
260
270
## Deprecations
261
271
262
272
### ⚠️ ** Warning:** The following RPCs will be removed in release version ** 0.21** :
You can’t perform that action at this time.
0 commit comments