We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af64986 commit b8bd1aaCopy full SHA for b8bd1aa
1 file changed
docs/release-notes/release-notes-0.21.0.md
@@ -69,6 +69,13 @@
69
# Improvements
70
## Functional Updates
71
72
+* [Added panic recovery](https://github.com/lightningnetwork/lnd/pull/10470) to
73
+ the gossiper's message processing goroutines. This increases the robustness
74
+ of the gossiper subsystem by allowing it to continue operating even if a
75
+ logic error causes a panic during message processing. The recovery mechanism
76
+ ensures dependencies are properly freed and logs the panic trace for
77
+ debugging.
78
+
79
* [Added support](https://github.com/lightningnetwork/lnd/pull/9432) for the
80
`upfront-shutdown-address` configuration in `lnd.conf`, allowing users to
81
specify an address for cooperative channel closures where funds will be sent.
0 commit comments