File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 3131* Fix a bug where [ repeated network
3232 addresses] ( https://github.com/lightningnetwork/lnd/pull/10341 ) were added to
3333 the node announcement and ` getinfo ` output.
34+
35+ * [ Fix source node race
36+ condition] ( https://github.com/lightningnetwork/lnd/pull/10371 ) which could
37+ prevent a node from starting up if two goroutines attempt to update the
38+ node's announcement at the same time.
3439
3540* [ Fix a startup issue in LND when encountering a
3641 deserialization issue] ( https://github.com/lightningnetwork/lnd/pull/10383 )
Original file line number Diff line number Diff line change 2626 sub-server is still starting. This allows clients to reliably detect the
2727 transient condition and retry without brittle string matching.
2828
29+ - [ Fixed an issue] ( https://github.com/lightningnetwork/lnd/pull/10399 ) where the
30+ TLS manager would fail to start if only one of the TLS pair files (certificate
31+ or key) existed. The manager now correctly regenerates both files when either
32+ is missing, preventing "file not found" errors on startup.
33+
2934# New Features
3035
3136- Basic Support for [ onion messaging forwarding] ( https://github.com/lightningnetwork/lnd/pull/9868 )
7782
7883* Boris Nagaev
7984* Elle Mouton
85+ * Mohamed Awnallah
8086* Nishant Bansal
You can’t perform that action at this time.
0 commit comments