@@ -15,7 +15,19 @@ This file tracks release notes for the loop client.
15
15
16
16
* The loop client now labels all its on-chain transactions to make them easily
17
17
identifiable in ` lnd ` 's ` listchaintxns ` output.
18
-
18
+
19
+ ##### Introducing Autoloop
20
+ * This release includes support for opt-in automatic dispatch of loop out swaps,
21
+ based on the output of the ` Suggestions ` endpoint.
22
+ * To enable the autolooper, the following command can be used:
23
+ ` loop setparams --autoout=true --autobudget={budget in sats} --budgetstart={start time for budget} `
24
+ * Automatically dispatched swaps are identified in the output of the
25
+ ` ListSwaps ` with the label ` [reserved]: autoloop-out ` .
26
+ * If autoloop is not enabled, the client will log the actions that the
27
+ autolooper would have taken if it was enabled, and the ` Suggestions ` endpoint
28
+ can be used to view the exact set of swaps that the autolooper would make if
29
+ enabled.
30
+
19
31
#### Breaking Changes
20
32
21
33
#### Bug Fixes
@@ -44,18 +56,6 @@ This file tracks release notes for the loop client.
44
56
value is configurable).
45
57
* The ` debug ` logging level is recommended if using this feature.
46
58
47
- ##### Introducing Autoloop
48
- * This release includes support for opt-in automatic dispatch of loop out swaps,
49
- based on the output of the ` Suggestions ` endpoint.
50
- * To enable the autolooper, the following command can be used:
51
- ` loop setparams --autoout=true --autobudget={budget in sats} --budgetstart={start time for budget} `
52
- * Automatically dispatched swaps are identified in the output of the
53
- ` ListSwaps ` with the label ` [reserved]: autoloop-out ` .
54
- * If autoloop is not enabled, the client will log the actions that the
55
- autolooper would have taken if it was enabled, and the ` Suggestions ` endpoint
56
- can be used to view the exact set of swaps that the autolooper would make if
57
- enabled.
58
-
59
59
#### Breaking Changes
60
60
61
61
* Macaroon authentication has been enabled for the ` loopd ` gRPC and REST
0 commit comments