File tree 2 files changed +1
-16
lines changed
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.
16
16
17
17
#### NewFeatures
18
18
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
-
34
19
#### Breaking Changes
35
20
36
21
#### Bug Fixes
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
23
23
const (
24
24
// Note: please update release_notes.md when you change these values.
25
25
appMajor uint = 0
26
- appMinor uint = 10
26
+ appMinor uint = 11
27
27
appPatch uint = 0
28
28
29
29
// appPreRelease MUST only contain characters from semanticAlphabet per
You can’t perform that action at this time.
0 commit comments