Skip to content

Commit 9efe075

Browse files
committed
docs: add release notes for blockbeat series
1 parent 3eb25b6 commit 9efe075

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
@@ -124,6 +124,18 @@
124124

125125
* LND updates channel.backup file at shutdown time.
126126

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

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

0 commit comments

Comments
 (0)