Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/lnd/release-notes/release-notes-0.19.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ close transaction.
* `lncli abandonchannel` (`Lightning.AbandonChannel` RPC)
* `lncli restorechanbackup` (`Lightning.RestoreChannelBackups` RPC)
* `lncli verifychanbackup` (`Lightning.VerifyChanBackup` RPC)

* The `ForwardInterceptor`'s `MODIFY` option will
[merge](https://github.com/lightningnetwork/lnd/pull/9240) any custom
range TLVs provided with the existing set of records on the HTLC,
Expand All @@ -255,6 +256,11 @@ close transaction.
`ProofMatureDelta` used in gossip to be configurable via
`--gossip.announcement-conf`, with a default value of 6.

* [Added a boolean field
`LockedIn`](https://github.com/lightningnetwork/lnd/pull/9602) in
`lnrpc.HTLC`. This field is used to indicate whether a given HTLC has been
locked in by the remote peer.

## lncli Updates

* [Fixed](https://github.com/lightningnetwork/lnd/pull/9605) a case where
Expand Down