File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 4242- Fixed a [ case] ( https://github.com/lightningnetwork/lnd/pull/10045 ) that a
4343 panic may happen which prevents the node from starting up.
4444
45+ - Fixed a [ case] ( https://github.com/lightningnetwork/lnd/pull/10048 ) where we
46+ would not be able to decode persisted data in the utxo nursery and therefore
47+ would fail to start up.
48+
4549# New Features
4650
4751## Functional Enhancements
Original file line number Diff line number Diff line change 2626 announcement remains unchanged until the new one is fully signed and
2727 validated.
2828
29+ - Fixed [ shutdown deadlock] ( https://github.com/lightningnetwork/lnd/pull/10042 )
30+ when we fail starting up LND before we startup the chanbackup sub-server.
31+
2932# New Features
3033
3134## Functional Enhancements
@@ -92,6 +95,8 @@ circuit. The indices are only available for forwarding events saved after v0.20.
9295 * [ 9] ( https://github.com/lightningnetwork/lnd/pull/9939 )
9396 * [ 10] ( https://github.com/lightningnetwork/lnd/pull/9971 )
9497 * [ 11] ( https://github.com/lightningnetwork/lnd/pull/9972 )
98+ * Add graph SQL migration logic:
99+ * [ 1] ( https://github.com/lightningnetwork/lnd/pull/10036 )
95100
96101## RPC Updates
97102* Previously the ` RoutingPolicy ` would return the inbound fee record in its
@@ -109,6 +114,9 @@ circuit. The indices are only available for forwarding events saved after v0.20.
109114for payments. Now the payment address is mandatory for the writer and
110115reader of a payment request.
111116
117+ - [ Refactored] ( https://github.com/lightningnetwork/lnd/pull/10018 ) ` channelLink `
118+ to improve readability and maintainability of the code.
119+
112120## Breaking Changes
113121## Performance Improvements
114122
You can’t perform that action at this time.
0 commit comments