From 320108a424a0650b0d25ebea66bfd85426694d0a Mon Sep 17 00:00:00 2001 From: ziggie Date: Sun, 5 Nov 2023 11:34:19 +0100 Subject: [PATCH] docs: add release-notes. --- docs/release-notes/release-notes-0.18.0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index 23ab71b38..3d412a373 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -52,6 +52,15 @@ these unconfirmed transactions are already removed. In addition a new walletrpc endpoint `RemoveTransaction` is introduced which let one easily remove unconfirmed transaction manually. + +* [Fixed](https://github.com/lightningnetwork/lnd/pull/8096) a case where `lnd` + might dip below its channel reserve when htlcs are added concurrently. A + fee buffer (additional balance) is now always kept on the local side ONLY + if the channel was opened locally. This is in accordance with the BOTL 02 + specification and protects against sharp fee changes because there is always + this buffer which can be used to increase the commitment fee and it also + protects against the case where htlcs are added asynchronously resulting in + stuck channels. # New Features ## Functional Enhancements @@ -223,3 +232,4 @@ * Turtle * Ononiwu Maureen Chiamaka * Yong Yu +* Ziggie