File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 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 ) .
38
46
39
47
## Functional Enhancements
40
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
+
41
53
- Previously, when sweeping non-time sensitive anchor outputs, they might be
42
54
grouped with other non-time sensitive outputs such as ` to_local ` outputs,
43
55
which potentially allow the sweeping tx to be pinned. This is now
79
91
80
92
# Contributors (Alphabetical Order)
81
93
94
+ * Elle Mouton
82
95
* Olaoluwa Osuntokun
83
96
* Oliver Gugger
84
97
* Yong Yu
Original file line number Diff line number Diff line change 37
37
known TLV fields were incorrectly encoded into the ` ExtraData ` field of
38
38
messages in the dynamic commitment set.
39
39
40
- - Fixed a [ deadlock] ( https://github.com/lightningnetwork/lnd/pull/10108 ) that
41
- can cause contract resolvers to be stuck at marking the channel force close as
42
- being complete.
43
-
44
- - [ Fix] ( https://github.com/lightningnetwork/lnd/pull/10107 ) a bug where child
45
- logger's derived via ` WithPrefix ` did not inherit change log level changes
46
- from their parent loggers.
47
40
48
41
# New Features
49
42
@@ -86,11 +79,6 @@ circuit. The indices are only available for forwarding events saved after v0.20.
86
79
finish under this timeout value. Consider using a larger timeout value if you
87
80
have a slow network.
88
81
89
- * The default value for ` gossip.msg-rate-bytes ` has been
90
- [ increased] ( https://github.com/lightningnetwork/lnd/pull/10096 ) from 100KB to
91
- 1MB, and ` gossip.msg-burst-bytes ` has been increased from 200KB to 2MB.
92
-
93
-
94
82
* Added [ ` deletecanceledinvoices ` ] (
95
83
https://github.com/lightningnetwork/lnd/pull/9625 ) RPC to allow the removal of
96
84
a canceled invoice. Supports deleting a canceled invoice by providing its
You can’t perform that action at this time.
0 commit comments