Skip to content

Commit 24fb50a

Browse files
committed
release_notes: add autolooper to new features
1 parent a2edd78 commit 24fb50a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

release_notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)