File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,18 @@ This file tracks release notes for the loop client.
3131 value is configurable).
3232* The ` debug ` logging level is recommended if using this feature.
3333
34+ ##### Introducing Autoloop
35+ * This release includes support for opt-in automatic dispatch of loop out swaps,
36+ based on the output of the ` Suggestions ` endpoint.
37+ * To enable the autolooper, the following command can be used:
38+ ` loop setparams --autoout=true --autobudget={budget in sats} --budgetstart={start time for budget} `
39+ * Automatically dispatched swaps are identified in the output of the
40+ ` ListSwaps ` with the label ` [reserved]: autoloop-out ` .
41+ * If autoloop is not enabled, the client will log the actions that the
42+ autolooper would have taken if it was enabled, and the ` Suggestions ` endpoint
43+ can be used to view the exact set of swaps that the autolooper would make if
44+ enabled.
45+
3446#### Breaking Changes
3547
3648* Macaroon authentication has been enabled for the ` loopd ` gRPC and REST
You can’t perform that action at this time.
0 commit comments