Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Merge pull request #120 from tnull/2024-03-clarify-v0.1.0-alpha.2-cha…
Browse files Browse the repository at this point in the history
…ngelog

Clarify release notes a bit
  • Loading branch information
tnull authored Mar 6, 2024
2 parents 6599fde + dd06a49 commit f200eb2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
This is the third alpha release of `lightning-liquidity`. It features
a number of bug fixes and performance improvements over the previous release.

Notably, it introduces service-side payment sequencing in LSPS2, ensuring
we'll only have one intercepted payment in-flight at any given point in time,
until one has paid the channel opening fee. Moreover, this release fixes a
previously introduced deadlock when being unable to parse a received message.
Notably, it introduces service-side payment sequencing in LSPS2, ensuring we'll
only have one intercepted payment in-flight at any given point in time, which
allows the LSP to keep deducting the channel opening fee from the intercepted
payments until one actually succeeds. Moreover, this release fixes a previously
introduced deadlock when being unable to parse a received message.

**Note:** This release is still considered experimental, should not be run in
production, and no compatibility guarantees are given until the release of 0.1.0.
Expand Down

0 comments on commit f200eb2

Please sign in to comment.