Skip to content

Commit 9b6a2b9

Browse files
Merge pull request #762 from lightninglabs/docs-lnd
Update lnd documentation
2 parents b49dcf7 + 7c9524c commit 9b6a2b9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

+16
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
@@ -209,6 +221,10 @@ The underlying functionality between those two options remain the same.
209221
estimator provided by bitcoind or btcd in regtest and simnet modes instead of
210222
static fee estimator if feeurl is not provided.
211223

224+
* The integration tests CI have been optimized to run faster and all flakes are
225+
now documented and
226+
[fixed](https://github.com/lightningnetwork/lnd/pull/9368).
227+
212228
## Database
213229

214230
* [Migrate the mission control

0 commit comments

Comments
 (0)