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 42
42
- Fixed a [ case] ( https://github.com/lightningnetwork/lnd/pull/10045 ) that a
43
43
panic may happen which prevents the node from starting up.
44
44
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
+
45
49
# New Features
46
50
47
51
## Functional Enhancements
Original file line number Diff line number Diff line change 26
26
announcement remains unchanged until the new one is fully signed and
27
27
validated.
28
28
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
+
29
32
# New Features
30
33
31
34
## Functional Enhancements
@@ -92,6 +95,8 @@ circuit. The indices are only available for forwarding events saved after v0.20.
92
95
* [ 9] ( https://github.com/lightningnetwork/lnd/pull/9939 )
93
96
* [ 10] ( https://github.com/lightningnetwork/lnd/pull/9971 )
94
97
* [ 11] ( https://github.com/lightningnetwork/lnd/pull/9972 )
98
+ * Add graph SQL migration logic:
99
+ * [ 1] ( https://github.com/lightningnetwork/lnd/pull/10036 )
95
100
96
101
## RPC Updates
97
102
* 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.
109
114
for payments. Now the payment address is mandatory for the writer and
110
115
reader of a payment request.
111
116
117
+ - [ Refactored] ( https://github.com/lightningnetwork/lnd/pull/10018 ) ` channelLink `
118
+ to improve readability and maintainability of the code.
119
+
112
120
## Breaking Changes
113
121
## Performance Improvements
114
122
You can’t perform that action at this time.
0 commit comments