v0.11.0-beta
·
1521 commits
to master
since this release
New Features
- The loop client now labels all its on-chain transactions to make them easily
identifiable inlnd'slistchaintxnsoutput.
Introducing Autoloop
- This release includes support for opt-in automatic dispatch of loop out swaps,
based on the output of theSuggestionsendpoint. - 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
ListSwapswith 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 theSuggestionsendpoint
can be used to view the exact set of swaps that the autolooper would make if
enabled.