mirror of
https://github.com/lightninglabs/loop
synced 2024-11-04 06:00:21 +00:00
Merge pull request #310 from lightninglabs/v0.11.0-beta
version: bump to 0.11.0-beta
This commit is contained in:
commit
96a2187518
@ -16,21 +16,6 @@ This file tracks release notes for the loop client.
|
||||
|
||||
#### NewFeatures
|
||||
|
||||
* The loop client now labels all its on-chain transactions to make them easily
|
||||
identifiable in `lnd`'s `listchaintxns` output.
|
||||
|
||||
##### Introducing Autoloop
|
||||
* This release includes support for opt-in automatic dispatch of loop out swaps,
|
||||
based on the output of the `Suggestions` endpoint.
|
||||
* To enable the autolooper, the following command can be used:
|
||||
`loop setparams --autoout=true --autobudget={budget in sats} --budgetstart={start time for budget}`
|
||||
* Automatically dispatched swaps are identified in the output of the
|
||||
`ListSwaps` with the label `[reserved]: autoloop-out`.
|
||||
* If autoloop is not enabled, the client will log the actions that the
|
||||
autolooper would have taken if it was enabled, and the `Suggestions` endpoint
|
||||
can be used to view the exact set of swaps that the autolooper would make if
|
||||
enabled.
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
#### Bug Fixes
|
||||
|
@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
||||
const (
|
||||
// Note: please update release_notes.md when you change these values.
|
||||
appMajor uint = 0
|
||||
appMinor uint = 10
|
||||
appMinor uint = 11
|
||||
appPatch uint = 0
|
||||
|
||||
// appPreRelease MUST only contain characters from semanticAlphabet per
|
||||
|
Loading…
Reference in New Issue
Block a user