File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -332,6 +332,14 @@ to the htlc interceptor API.
332
332
grow very large on disk given a busy operating channel, [ which is now changed
333
333
with a space deduction over (at least) 96 percents.] ( https://github.com/lightningnetwork/lnd/pull/6347 )
334
334
335
+ * Aside from the above database optimization, two new fields,
336
+ [ ` InitialLocalBalance ` and ` InitialRemoteBalance ` have been added to each
337
+ channel to keep track of the push
338
+ amount] ( https://github.com/lightningnetwork/lnd/pull/6551 ) . For open
339
+ channels, these values are taken from reading its past states. For
340
+ historical(closed) channels, they are patched with empty values as the
341
+ channels' past states have been deleted during closing.
342
+
335
343
* [ Mobile builds now expose main sub-servers by default] ( https://github.com/lightningnetwork/lnd/pull/6464 ) .
336
344
All API methods have prefixed the generated methods with the subserver name.
337
345
This is required to support subservers with name conflicts.
You can’t perform that action at this time.
0 commit comments