mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Document every published Loop release and preserve authoritative notes. Add the next-release workflow and rebuild chronological navigation. Rename the reproducible-build guide for clarity.
1.2 KiB
1.2 KiB
Loop Client Release Notes
- Release date: 2020-10-27
- Release page: v0.11.0-beta
- Previous release: v0.10.0-beta
- Next release: v0.11.1-beta
New Features
- The loop client now labels all its on-chain transactions to make them easily
identifiable in
lnd'slistchaintxnsoutput.
Introducing Autoloop
- This release includes support for opt-in automatic dispatch of loop out swaps,
based on the output of the
Suggestionsendpoint. - 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 the
Suggestionsendpoint can be used to view the exact set of swaps that the autolooper would make if enabled.
Breaking Changes
Bug Fixes
Maintenance
Contributors (Alphabetical Order)
- Alex Bosworth
- Carla Kirk-Cohen
- Oliver Gugger