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 6868 fail to persist (and hence, propagate) node announcements containing address
6969 types (such as a DNS hostname) unknown to LND.
7070
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+
7176# New Features
7277
7378* [ Support] ( https://github.com/lightningnetwork/lnd/pull/8390 ) for
@@ -257,6 +262,11 @@ The underlying functionality between those two options remain the same.
257262
258263* Log rotation can now use ZSTD
259264
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+
260270## Deprecations
261271
262272### ⚠️ ** Warning:** The following RPCs will be removed in release version ** 0.21** :
You can’t perform that action at this time.
0 commit comments