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 @@ -80,6 +80,10 @@ blinded path expiry.
8080* [ Fix a bug] ( https://github.com/lightningnetwork/lnd/pull/9039 ) that would
8181 cause UpdateAddHTLC message with blinding point fields to not be re-forwarded
8282 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.
8387
8488# New Features
8589## Functional Enhancements
@@ -262,6 +266,11 @@ that validate `ChannelAnnouncement` messages.
262266 our health checker to correctly shut down LND if network partitioning occurs
263267 towards the etcd cluster.
264268
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+
265274## Code Health
266275
267276* [ Move graph building and
@@ -278,6 +287,7 @@ that validate `ChannelAnnouncement` messages.
278287
279288# Contributors (Alphabetical Order)
280289
290+ * Alex Akselrod
281291* Andras Banki-Horvath
282292* bitromortac
283293* Bufo
You can’t perform that action at this time.
0 commit comments