|
22 | 22 | * [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/8857) to correctly
|
23 | 23 | propagate mission control and debug level config values to the main LND config
|
24 | 24 | struct so that the GetDebugInfo response is accurate.
|
25 |
| - |
26 |
| -* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9134) that would |
27 |
| - cause a nil pointer dereference during the probing of a payment request that |
28 |
| - does not contain a payment address. |
29 | 25 |
|
30 | 26 | * [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9033) where we
|
31 |
| - would not signal an error when trying to bump an non-anchor channel but |
| 27 | + would not signal an error when trying to bump a non-anchor channel but |
32 | 28 | instead report a successful cpfp registration although no fee bumping is
|
33 | 29 | possible for non-anchor channels anyways.
|
34 | 30 |
|
| 31 | +* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9269) where a |
| 32 | + negative fee limit for `SendPaymentV2` would lead to omitting the fee limit |
| 33 | + check. |
| 34 | + |
35 | 35 | * [Use the required route blinding
|
36 | 36 | feature-bit](https://github.com/lightningnetwork/lnd/pull/9143) for invoices
|
37 | 37 | containing blinded paths.
|
@@ -157,11 +157,7 @@ The underlying functionality between those two options remain the same.
|
157 | 157 | ## Breaking Changes
|
158 | 158 | ## Performance Improvements
|
159 | 159 |
|
160 |
| -* Log rotation can now use ZSTD |
161 |
| - |
162 |
| -* [A new method](https://github.com/lightningnetwork/lnd/pull/9195) |
163 |
| - `AssertTxnsNotInMempool` has been added to `lntest` package to allow batch |
164 |
| - exclusion check in itest. |
| 160 | +* Log rotation can now use ZSTD |
165 | 161 |
|
166 | 162 | # Technical and Architectural Updates
|
167 | 163 | ## BOLT Spec Updates
|
@@ -196,6 +192,7 @@ The underlying functionality between those two options remain the same.
|
196 | 192 | * CharlieZKSmith
|
197 | 193 | * Elle Mouton
|
198 | 194 | * George Tsagkarelis
|
| 195 | +* hieblmi |
199 | 196 | * Oliver Gugger
|
200 | 197 | * Pins
|
201 | 198 | * Viktor Tigerström
|
|
0 commit comments