Skip to content

Commit e5359f2

Browse files
authored
Merge pull request #10135 from guggero/update-19-3-release-notes
docs: move v0.19.3 items to correct file
2 parents 02d48d1 + 429aa83 commit e5359f2

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

docs/release-notes/release-notes-0.19.3.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
messages simultaneously. The fix ensures only a single goroutine processes the
2626
backlog at any given time using an atomic flag.
2727

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+
2836
- [Fixed a bug in `btcwallet` that caused issues with Tapscript addresses being
2937
imported in a watch-only (e.g. remote-signing)
3038
setup](https://github.com/lightningnetwork/lnd/pull/10119).
@@ -38,6 +46,10 @@
3846

3947
## Functional Enhancements
4048

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+
4153
- Previously, when sweeping non-time sensitive anchor outputs, they might be
4254
grouped with other non-time sensitive outputs such as `to_local` outputs,
4355
which potentially allow the sweeping tx to be pinned. This is now
@@ -79,6 +91,7 @@
7991

8092
# Contributors (Alphabetical Order)
8193

94+
* Elle Mouton
8295
* Olaoluwa Osuntokun
8396
* Oliver Gugger
8497
* Yong Yu

docs/release-notes/release-notes-0.20.0.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@
3737
known TLV fields were incorrectly encoded into the `ExtraData` field of
3838
messages in the dynamic commitment set.
3939

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.
4740

4841
# New Features
4942

@@ -86,11 +79,6 @@ circuit. The indices are only available for forwarding events saved after v0.20.
8679
finish under this timeout value. Consider using a larger timeout value if you
8780
have a slow network.
8881

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-
9482
* Added [`deletecanceledinvoices`](
9583
https://github.com/lightningnetwork/lnd/pull/9625) RPC to allow the removal of
9684
a canceled invoice. Supports deleting a canceled invoice by providing its

0 commit comments

Comments
 (0)