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-12-08
- Release page: v0.11.2-beta
- Previous release: v0.11.1-beta
- Next release: v0.11.3-beta
New Features
Autoloop Swap Size
- Autoloop can now be configured with custom swap size limits. Previously,
autoloop would use the minimum/maximum swap amount set by the server (exposed
by the
loop termscommand) to decide on swap size. - Setting a custom minimum swap amount is particularly useful for clients that would like to perform fewer, larger swaps to save on fees. The trade-off when setting a large minimum amount is that autoloop will wait until your channel is at least the minimum amount below its incoming threshold amount before executing a swap, which may result in channels staying under the threshold for longer.
- These values can be set using the following command:
loop setparams --minamt={minimum in sats} --maxamt={maximum in sats}. - The values set must fall within the limits set by the loop server.
Breaking Changes
Bug Fixes
Maintenance
Contributors (Alphabetical Order)
- Alex Bosworth
- Carla Kirk-Cohen