Skip to content

Commit 2658492

Browse files
Merge pull request #720 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 36042c4 + 5d52f91 commit 2658492

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9137) that prevented
4040
a graceful shutdown of LND during the main chain backend sync check in certain
4141
cases.
42+
43+
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9068) where dust
44+
htlcs although not being able to be resolved onchain were not canceled
45+
back before the commitment tx was confirmed causing potentially force closes
46+
of the incoming channel.
4247

4348
# New Features
4449
## Functional Enhancements
@@ -100,6 +105,10 @@
100105
* `lncli abandonchannel` (`Lightning.AbandonChannel` RPC)
101106
* `lncli restorechanbackup` (`Lightning.RestoreChannelBackups` RPC)
102107
* `lncli verifychanbackup` (`Lightning.VerifyChanBackup` RPC)
108+
* The `ForwardInterceptor`'s `MODIFY` option will
109+
[merge](https://github.com/lightningnetwork/lnd/pull/9240) any custom
110+
range TLVs provided with the existing set of records on the HTLC,
111+
overwriting any conflicting values with those supplied by the API.
103112

104113
## lncli Updates
105114

@@ -134,6 +143,11 @@
134143
these options have also been increased from max 3 log files to 10 and from
135144
max 10 MB to 20 MB.
136145

146+
* [Deprecate `dust-threshold`
147+
config option](https://github.com/lightningnetwork/lnd/pull/9182) and introduce
148+
a new option `channel-max-fee-exposure` which is unambiguous in its description.
149+
The underlying functionality between those two options remain the same.
150+
137151
## Breaking Changes
138152
## Performance Improvements
139153

@@ -179,4 +193,4 @@
179193
* Oliver Gugger
180194
* Pins
181195
* Viktor Tigerström
182-
* Ziggie
196+
* Ziggie

0 commit comments

Comments
 (0)