File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
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-
6762# New Features
6863
6964* Use persisted [ nodeannouncement] ( https://github.com/lightningnetwork/lnd/pull/8825 )
Original file line number Diff line number Diff line change 2121
2222# Bug Fixes
2323
24+ - Chain notifier RPCs now [ return the gRPC ` Unavailable `
25+ status] ( https://github.com/lightningnetwork/lnd/pull/10352 ) while the
26+ sub-server is still starting. This allows clients to reliably detect the
27+ transient condition and retry without brittle string matching.
28+
2429# New Features
2530
2631- Basic Support for [ onion messaging forwarding] ( https://github.com/lightningnetwork/lnd/pull/9868 )
3742# Improvements
3843## Functional Updates
3944
45+ * [ Added support] ( https://github.com/lightningnetwork/lnd/pull/9432 ) for the
46+ ` upfront-shutdown-address ` configuration in ` lnd.conf ` , allowing users to
47+ specify an address for cooperative channel closures where funds will be sent.
48+ This applies to both funders and fundees, with the ability to override the
49+ value during channel opening or acceptance.
50+
4051## RPC Updates
4152
4253## lncli Updates
6475
6576# Contributors (Alphabetical Order)
6677
78+ * Boris Nagaev
6779* Elle Mouton
80+ * Nishant Bansal
You can’t perform that action at this time.
0 commit comments