File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 124
124
125
125
* LND updates channel.backup file at shutdown time.
126
126
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
+
127
139
## RPC Updates
128
140
129
141
* 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.
209
221
estimator provided by bitcoind or btcd in regtest and simnet modes instead of
210
222
static fee estimator if feeurl is not provided.
211
223
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
+
212
228
## Database
213
229
214
230
* [ Migrate the mission control
You can’t perform that action at this time.
0 commit comments