Skip to content

Commit e8660d7

Browse files
committed
docs: add release notes for blockbeat series
1 parent c5c4c00 commit e8660d7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: docs/release-notes/release-notes-0.19.0.md

+12
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,18 @@
120120

121121
* LND updates channel.backup file at shutdown time.
122122

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

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

0 commit comments

Comments
 (0)