From dae8e430d31b4e25615210b944a81e460b571ab4 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Thu, 19 May 2022 00:05:40 +0800 Subject: [PATCH] docs: update release note re patched fields --- docs/release-notes/release-notes-0.15.0.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index adb068db5..b4fac82fe 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -332,6 +332,14 @@ to the htlc interceptor API. grow very large on disk given a busy operating channel, [which is now changed with a space deduction over (at least) 96 percents.](https://github.com/lightningnetwork/lnd/pull/6347) +* Aside from the above database optimization, two new fields, + [`InitialLocalBalance` and `InitialRemoteBalance` have been added to each + channel to keep track of the push + amount](https://github.com/lightningnetwork/lnd/pull/6551). For open + channels, these values are taken from reading its past states. For + historical(closed) channels, they are patched with empty values as the + channels' past states have been deleted during closing. + * [Mobile builds now expose main sub-servers by default](https://github.com/lightningnetwork/lnd/pull/6464). All API methods have prefixed the generated methods with the subserver name. This is required to support subservers with name conflicts.