Skip to content

Commit

Permalink
Merge pull request #310 from lightninglabs/v0.11.0-beta
Browse files Browse the repository at this point in the history
version: bump to 0.11.0-beta
  • Loading branch information
alexbosworth authored Oct 27, 2020
2 parents 87d7899 + a944834 commit 96a2187
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96a2187

Please sign in to comment.