File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,19 @@ This file tracks release notes for the loop client.
1818 This has to potential to greatly reduce chain fee costs. Note that it is not yet possible
1919 to select specific peers to loop in through.
2020
21+ ##### Updated Swap Suggestions
22+ * The swap suggestions endpoint has been updated to be fee-aware. Swaps that
23+ exceed the fee limits set by the liquidity manager will no longer be
24+ suggested (see ` getParams ` for the current limits, and use ` setParams ` to
25+ update these values).
26+ * Swap suggestions are now aware of ongoing and previously failed swaps. They
27+ will not suggest swaps for channels that are currently being utilized for
28+ swaps, and will not suggest any swaps if a swap that is not limited to a
29+ specific peer or channel is ongoing. If a channel was part of a failed swap
30+ within the last 24H, it will be excluded from our swap suggestions (this
31+ value is configurable).
32+ * The ` debug ` logging level is recommended if using this feature.
33+
2134#### Breaking Changes
2235
2336* Macaroon authentication has been enabled for the ` loopd ` gRPC and REST
@@ -29,4 +42,8 @@ This file tracks release notes for the loop client.
2942 testnet you need to specify the ` --network=testnet ` flag.
3043 [ More information about TLS and macaroons.] ( README.md#authentication-and-transport-security )
3144
45+ * The ` setparm ` loopcli endpoint is renamed to ` setrule ` because this endpoint
46+ is only used for setting liqudity rules (parameters can be set using the new
47+ ` setparams ` endpoint).
48+
3249#### Bug Fixes
You can’t perform that action at this time.
0 commit comments