Skip to content

Commit dae8e43

Browse files
committed
docs: update release note re patched fields
1 parent 3458b2e commit dae8e43

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/release-notes/release-notes-0.15.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,14 @@ to the htlc interceptor API.
332332
grow very large on disk given a busy operating channel, [which is now changed
333333
with a space deduction over (at least) 96 percents.](https://github.com/lightningnetwork/lnd/pull/6347)
334334

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+
335343
* [Mobile builds now expose main sub-servers by default](https://github.com/lightningnetwork/lnd/pull/6464).
336344
All API methods have prefixed the generated methods with the subserver name.
337345
This is required to support subservers with name conflicts.

0 commit comments

Comments
 (0)