File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ blinded path expiry.
80
80
* [ Fix a bug] ( https://github.com/lightningnetwork/lnd/pull/9039 ) that would
81
81
cause UpdateAddHTLC message with blinding point fields to not be re-forwarded
82
82
correctly on restart.
83
+
84
+ * [ A bug related to sending dangling channel
85
+ updates] ( https://github.com/lightningnetwork/lnd/pull/9046 ) after a
86
+ reconnection for taproot channels has been fixed.
83
87
84
88
# New Features
85
89
## Functional Enhancements
@@ -262,6 +266,11 @@ that validate `ChannelAnnouncement` messages.
262
266
our health checker to correctly shut down LND if network partitioning occurs
263
267
towards the etcd cluster.
264
268
269
+ * [ Fix] ( https://github.com/lightningnetwork/lnd/pull/9050 ) some inconsistencies
270
+ to make the native SQL invoice DB compatible with the KV implementation.
271
+ Furthermore fix a native SQL invoice issue where AMP subinvoice HTLCs are
272
+ sometimes updated incorrectly on settlement.
273
+
265
274
## Code Health
266
275
267
276
* [ Move graph building and
@@ -278,6 +287,7 @@ that validate `ChannelAnnouncement` messages.
278
287
279
288
# Contributors (Alphabetical Order)
280
289
290
+ * Alex Akselrod
281
291
* Andras Banki-Horvath
282
292
* bitromortac
283
293
* Bufo
You can’t perform that action at this time.
0 commit comments