35
35
36
36
* [ Fixed a bug] ( https://github.com/lightningnetwork/lnd/pull/8896 ) that caused
37
37
LND to use a default fee rate for the batch channel opening flow.
38
+
39
+ * [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/8497 ) a case where LND
40
+ would not shut down properly when interrupted via e.g. SIGTERM. Moreover, LND
41
+ now shutsdown correctly in case one subsystem fails to startup.
38
42
39
43
* The fee limit for payments [ was made
40
44
compatible] ( https://github.com/lightningnetwork/lnd/pull/8941 ) with inbound
@@ -110,6 +114,11 @@ commitment when the channel was force closed.
110
114
` --amp ` flag when sending a payment specifying the payment request.
111
115
112
116
## Code Health
117
+
118
+ * [ Added] ( https://github.com/lightningnetwork/lnd/pull/8836 ) a new failure
119
+ reason ` FailureReasonCanceled ` to the list of payment failure reasons. It
120
+ indicates that a payment was manually cancelled by the user.
121
+
113
122
## Breaking Changes
114
123
## Performance Improvements
115
124
@@ -136,6 +145,9 @@ commitment when the channel was force closed.
136
145
the ` lncli addinvoice ` command to instruct LND to include blinded paths in the
137
146
invoice.
138
147
148
+ * Add the ability to [ send to use multiple blinded payment
149
+ paths] ( https://github.com/lightningnetwork/lnd/pull/8764 ) in an MP payment.
150
+
139
151
## Testing
140
152
## Database
141
153
@@ -147,6 +159,10 @@ commitment when the channel was force closed.
147
159
* [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/8854 ) pagination issues
148
160
in SQL invoicedb queries.
149
161
162
+ * [ Check] ( https://github.com/lightningnetwork/lnd/pull/8938 ) leader status with
163
+ our health checker to correctly shut down LND if network partitioning occurs
164
+ towards the etcd cluster.
165
+
150
166
## Code Health
151
167
152
168
* [ Move graph building and
0 commit comments