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

Commit f200eb2

Browse files
authored
Merge pull request #120 from tnull/2024-03-clarify-v0.1.0-alpha.2-changelog
Clarify release notes a bit
2 parents 6599fde + dd06a49 commit f200eb2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
This is the third alpha release of `lightning-liquidity`. It features
33
a number of bug fixes and performance improvements over the previous release.
44

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

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

0 commit comments

Comments
 (0)