|
25 | 25 | messages simultaneously. The fix ensures only a single goroutine processes the
|
26 | 26 | backlog at any given time using an atomic flag.
|
27 | 27 |
|
| 28 | +- [Fix](https://github.com/lightningnetwork/lnd/pull/10107) a bug where child |
| 29 | + logger's derived via `WithPrefix` did not inherit change log level changes |
| 30 | + from their parent loggers. |
| 31 | + |
| 32 | +- Fixed a [deadlock](https://github.com/lightningnetwork/lnd/pull/10108) that |
| 33 | + can cause contract resolvers to be stuck at marking the channel force close as |
| 34 | + being complete. |
| 35 | + |
28 | 36 | - [Fixed a bug in `btcwallet` that caused issues with Tapscript addresses being
|
29 | 37 | imported in a watch-only (e.g. remote-signing)
|
30 | 38 | setup](https://github.com/lightningnetwork/lnd/pull/10119).
|
31 | 39 |
|
| 40 | +- [Fixed](https://github.com/lightningnetwork/lnd/pull/10125) a case in the |
| 41 | + payment lifecycle where we would retry the same route over and over again in |
| 42 | + situations where the sending amount would violate the channel policy |
| 43 | + restriction (min,max HTLC). |
| 44 | + |
32 | 45 | # New Features
|
33 | 46 |
|
34 | 47 | ## Functional Enhancements
|
35 | 48 |
|
| 49 | +* The default value for `gossip.msg-rate-bytes` has been |
| 50 | + [increased](https://github.com/lightningnetwork/lnd/pull/10096) from 100KB to |
| 51 | + 1MB, and `gossip.msg-burst-bytes` has been increased from 200KB to 2MB. |
| 52 | + |
36 | 53 | - Previously, when sweeping non-time sensitive anchor outputs, they might be
|
37 | 54 | grouped with other non-time sensitive outputs such as `to_local` outputs,
|
38 | 55 | which potentially allow the sweeping tx to be pinned. This is now
|
|
74 | 91 |
|
75 | 92 | # Contributors (Alphabetical Order)
|
76 | 93 |
|
| 94 | +* Elle Mouton |
77 | 95 | * Olaoluwa Osuntokun
|
78 | 96 | * Oliver Gugger
|
79 | 97 | * Yong Yu
|
| 98 | +* Ziggie |
0 commit comments