File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5959- [ Fixed a bug] ( https://github.com/lightningnetwork/lnd/pull/10330 ) to ensure that goroutine resources are properly freed in the case
6060 of a disconnection or other failure event.
6161
62+ - Chain notifier RPCs now [ return the gRPC ` Unavailable `
63+ status] ( https://github.com/lightningnetwork/lnd/pull/10352 ) while the
64+ sub-server is still starting. This allows clients to reliably detect the
65+ transient condition and retry without brittle string matching.
66+
6267# New Features
6368
6469* Use persisted [ nodeannouncement] ( https://github.com/lightningnetwork/lnd/pull/8825 )
@@ -283,7 +288,7 @@ reader of a payment request.
283288* [ Require invoices to include a payment address or blinded paths] ( https://github.com/lightningnetwork/lnd/pull/9752 )
284289 to comply with updated BOLT 11 specifications before sending payments.
285290
286- * [ LND can now recgonize DNS address type in node
291+ * [ LND can now recognize DNS address type in node
287292 announcement msg] ( https://github.com/lightningnetwork/lnd/pull/9455 ) . This
288293 allows users to forward node announcement with valid DNS address types. The
289294 validity aligns with Bolt 07 DNS constraints.
You can’t perform that action at this time.
0 commit comments