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 13, 2024
1 parent a715207 commit 03cb629
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 @@ -120,6 +120,18 @@

* LND updates channel.backup file at shutdown time.

* A new subsystem `chainio` is
[introduced](https://github.com/lightningnetwork/lnd/pull/9277) 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 03cb629

Please sign in to comment.