Skip to content

Commit 7e0c999

Browse files
Merge pull request #892 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 6ce3ba7 + b399ede commit 7e0c999

File tree

3 files changed

+24
-12
lines changed

3 files changed

+24
-12
lines changed

docs/lnd/release-notes/release-notes-0.19.2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,10 @@ much more slowly.
113113
## Tooling and Documentation
114114

115115
# Contributors (Alphabetical Order)
116+
117+
* Calvin Zachman
118+
* George Tsagkarelis
116119
* hieblmi
120+
* Oliver Gugger
117121
* Yong Yu
122+
* Ziggie

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,31 @@
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).
3139

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+
3245
# New Features
3346

3447
## Functional Enhancements
3548

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+
3653
- Previously, when sweeping non-time sensitive anchor outputs, they might be
3754
grouped with other non-time sensitive outputs such as `to_local` outputs,
3855
which potentially allow the sweeping tx to be pinned. This is now
@@ -74,6 +91,8 @@
7491

7592
# Contributors (Alphabetical Order)
7693

94+
* Elle Mouton
7795
* Olaoluwa Osuntokun
7896
* Oliver Gugger
7997
* Yong Yu
98+
* Ziggie

docs/lnd/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)