Skip to content

Commit

Permalink
docs: add release-notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggie1984 committed Jan 8, 2024
1 parent 1aa1e18 commit 320108a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/release-notes/release-notes-0.18.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -223,3 +232,4 @@
* Turtle
* Ononiwu Maureen Chiamaka
* Yong Yu
* Ziggie

0 comments on commit 320108a

Please sign in to comment.