File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 8080 ensures dependencies are properly freed and logs the panic trace for
8181 debugging.
8282
83- * [ Improved confirmation scaling for cooperative
84- closes] ( https://github.com/lightningnetwork/lnd/pull/10331 ) to provide better
85- reorg protection. Previously, cooperative closes required a minimum of 3
86- confirmations. Now, small channels only require 1 confirmation, while larger
87- channels scale proportionally using the standard 0.16 BTC threshold (matching
88- funding confirmation scaling).
89-
9083## RPC Updates
9184
9285 * The ` EstimateRouteFee ` RPC now implements an [ LSP detection
10194
10295## Breaking Changes
10396
104- * [ Increased MinCLTVDelta from 18 to
105- 24] ( https://github.com/lightningnetwork/lnd/pull/TODO ) to provide a larger
106- safety margin above the ` DefaultFinalCltvRejectDelta ` (19 blocks). This
107- affects users who create invoices with custom ` cltv_expiry_delta ` values
108- between 18-23, which will now require a minimum of 24. The default value of
109- 80 blocks for invoice creation remains unchanged, so most users will not be
110- affected. Existing invoices created before the upgrade will continue to work
111- normally.
112-
11397## Performance Improvements
11498
11599* [ Added new Postgres configuration
You can’t perform that action at this time.
0 commit comments