Skip to content

Commit

Permalink
docs: add release notes for blockbeat series
Browse files Browse the repository at this point in the history
  • Loading branch information
yyforyongyu committed Dec 20, 2024
1 parent 3eb25b6 commit 9efe075
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/release-notes/release-notes-0.19.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,18 @@

* LND updates channel.backup file at shutdown time.

* A new subsystem `chainio` is
[introduced](https://github.com/lightningnetwork/lnd/pull/9315) to make sure
the subsystems are in sync with their current best block. Previously, when
resolving a force close channel, the sweeping of HTLCs may be delayed for one
or two blocks due to block heights not in sync in the relevant subsystems
(`ChainArbitrator`, `UtxoSweeper` and `TxPublisher`), causing a slight
inaccuracy when deciding the sweeping feerate and urgency. With `chainio`,
this is now fixed as these subsystems now share the same view on the best
block. Check
[here](https://github.com/lightningnetwork/lnd/blob/master/chainio/README.md)
to learn more.

## RPC Updates

* Some RPCs that previously just returned an empty response message now at least
Expand Down

0 comments on commit 9efe075

Please sign in to comment.