File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 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
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
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
179193* Oliver Gugger
180194* Pins
181195* Viktor Tigerström
182- * Ziggie
196+ * Ziggie
You can’t perform that action at this time.
0 commit comments