Releases: lightninglabs/loop
v0.6.3-beta
In this patch release:
- Loop Out using the LND v0.10.1 release as the backing LND can now select multiple channels to Loop Out
v0.6.2-beta
In this patch release:
-
Switch over Loop In to use a native segwit HTLC address. If funding Loop In externally, it is now possible to either fund the nested segwit (NPWSH) address or the native segwit (P2WSH) address.
-
Fix a bug where the maximum number of payment parts for Multi-Loop Out wasn't effective.
v0.6.0-beta
This release is designed to support LND 0.10.0 - please make sure you have updated your node
In this minor release:
- Loop In configuration target can now be specified to reduce on-chain fee costs
- Loop Out now uses LND 0.10.0 upgraded payment APIs to allow for improved payment success
v0.5.1-beta
In this patch release:
- Allow calling for a Loop In quote when there are insufficient funds in the wallet
- Increase the level of the sanity check on miner fee maximum to account for high fee variance
v0.5.0-beta
In this minor release:
- Add support for specifying the last hop of a Loop In
- Non-working REST streaming status endpoint is removed
v0.4.1-beta
In this patch release:
- REST clients can now adjust their CORS origin headers
- An error was fixed when getting price quote with delayed conf target but fast execution
v0.4.0-beta
In this update:
- Default ports are switched to the authenticated port
- Swap requests will now require payment for an auth token
- Loop In refund timeouts are now fixed for overfunded cases
- REST endpoints are now available for monitoring the client daemon
Upgrading is recommended for all users
v0.4.0-rc1.beta
This is a release candidate for the minor version update to v0.4.0
In this minor version release candidate:
- Default ports are switched to authenticated port
- Requests now require payment for an auth token
- Loop In timeouts are fixed for overfunded cases
v0.3.1-alpha
In this patch version release:
loop outnow supports an optional--max_swap_routing_feeflag to specify a max routing feeloop quotenow supports an optional--fastflag to specify a quote for an immediate swap
This version is recommended for all users to improve the fidelity of fee estimation. In a previous update the swap quote may have returned a higher estimated fee than would have been ultimately paid.
Max swap routing fee is also recommended for users who want to adjust the fee ceiling of their Loop Out Lightning Network fees.
v0.3.0-alpha
This minor version release includes:
- Change the default behavior of Loop Out swaps to use the new Loop Out delay
- New
--fastflag to execute Loop Out swaps immediately - Add delay configuration to the Loop Out client API
The new delay option is related to an on-going effort to minimize the on-chain footprint of Lightning Loop, which will deliver increased privacy and lower chain fees.
If multiple execution delayed Loop Outs are present at the time of Loop Out on-chain funding, the Loop service will now batch those funding outputs together into a single transaction, reducing the number of change outputs and required inputs used for each swap.