File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,6 @@ This file tracks release notes for the loop client.
1616
1717#### NewFeatures
1818
19- * The loop client now labels all its on-chain transactions to make them easily
20- identifiable in ` lnd ` 's ` listchaintxns ` output.
21-
22- ##### Introducing Autoloop
23- * This release includes support for opt-in automatic dispatch of loop out swaps,
24- based on the output of the ` Suggestions ` endpoint.
25- * To enable the autolooper, the following command can be used:
26- ` loop setparams --autoout=true --autobudget={budget in sats} --budgetstart={start time for budget} `
27- * Automatically dispatched swaps are identified in the output of the
28- ` ListSwaps ` with the label ` [reserved]: autoloop-out ` .
29- * If autoloop is not enabled, the client will log the actions that the
30- autolooper would have taken if it was enabled, and the ` Suggestions ` endpoint
31- can be used to view the exact set of swaps that the autolooper would make if
32- enabled.
33-
3419#### Breaking Changes
3520
3621#### Bug Fixes
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2323const (
2424 // Note: please update release_notes.md when you change these values.
2525 appMajor uint = 0
26- appMinor uint = 10
26+ appMinor uint = 11
2727 appPatch uint = 0
2828
2929 // appPreRelease MUST only contain characters from semanticAlphabet per
You can’t perform that action at this time.
0 commit comments