mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-13 12:32:48 +02:00
docs: update release notes
This commit is contained in:
parent
4518bc7276
commit
bffae65a60
1 changed files with 11 additions and 0 deletions
|
|
@ -47,6 +47,17 @@
|
|||
|
||||
## Functional Updates
|
||||
|
||||
* lnd now [validates the CLTV expiry of HTLCs at the final
|
||||
hop](https://github.com/lightningnetwork/lnd/pull/10927). A final HTLC whose
|
||||
CLTV expiry falls outside the node's receive policy is failed back, bringing
|
||||
the final hop in line with the CLTV delta limits already enforced on the
|
||||
forwarding path.
|
||||
As part of this change, the channel policy `TimeLockDelta` is
|
||||
now validated against LND's supported forwarding bounds: any node that
|
||||
previously set a per-channel `TimeLockDelta` greater than `2016` (the maximum
|
||||
default value) will now have its `UpdateChannelPolicy` request
|
||||
rejected, and must lower the value accordingly below the specified maximum.
|
||||
|
||||
## RPC Updates
|
||||
|
||||
## lncli Updates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue