mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 01:33:02 +01:00
docs: add release notes for blockbeat
series
This commit is contained in:
parent
cc60d2b41c
commit
bd88948264
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user