Skip to content

Commit 6f8f689

Browse files
committed
release_notes: move autoloop into next release
Merged in the wrong place
1 parent 96f395e commit 6f8f689

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

release_notes.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,19 @@ This file tracks release notes for the loop client.
1515

1616
* The loop client now labels all its on-chain transactions to make them easily
1717
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+
1931
#### Breaking Changes
2032

2133
#### Bug Fixes
@@ -44,18 +56,6 @@ This file tracks release notes for the loop client.
4456
value is configurable).
4557
* The `debug` logging level is recommended if using this feature.
4658

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-
5959
#### Breaking Changes
6060

6161
* Macaroon authentication has been enabled for the `loopd` gRPC and REST

0 commit comments

Comments
 (0)