Skip to content
Open
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions docs/release-notes/release-notes-0.21.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
which could default new onion service creation to the retired v2
`NEW:RSA1024` key type that modern Tor rejects with `513 Invalid key type`.

- [Fixed on-chain forward interceptor
settlement](https://github.com/lightningnetwork/lnd/pull/10895) after the
incoming channel force closes. Held forwards are now tracked as off-chain or
on-chain entries, allowing an on-chain re-offer to replace the old off-chain
hold so settlement reaches the witness beacon. Go callers of the exported
`htlcswitch.InterceptedPacket` type should use the new `Deadline` field to
distinguish off-chain auto-fail heights from on-chain settlement deadlines,
or `AutoFailHeight()` if they only need the legacy flattened value.

# New Features

## Functional Enhancements
Expand Down
Loading
Loading