docs: add release notes for blockbeat series

This commit is contained in:
yyforyongyu 2024-11-25 14:19:23 +08:00
parent cc60d2b41c
commit bd88948264
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -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