Skip to content

Releases: lightninglabs/loop

v0.5.1-beta

15 Mar 04:24
v0.5.1-beta
5273097
Compare
Choose a tag to compare

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

05 Mar 21:30
v0.5.0-beta
a473ab5
Compare
Choose a tag to compare

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

11 Feb 17:20
v0.4.1-beta
4d2018e
Compare
Choose a tag to compare

In this patch release:

v0.4.0-beta

04 Feb 23:25
v0.4.0-beta
0dae546
Compare
Choose a tag to compare

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

24 Jan 21:21
v0.4.0-rc1.beta
55908db
Compare
Choose a tag to compare

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

15 Jan 03:29
v0.3.1-alpha
cecb26c
Compare
Choose a tag to compare

In this patch version release:

  • loop out now supports an optional --max_swap_routing_fee flag to specify a max routing fee
  • loop quote now supports an optional --fast flag 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

21 Nov 20:48
v0.3.0-alpha
edc3037
Compare
Choose a tag to compare

This minor version release includes:

  • Change the default behavior of Loop Out swaps to use the new Loop Out delay
  • New --fast flag 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.

v0.2.4-alpha

11 Oct 20:57
v0.2.4-alpha
43cff31
Compare
Choose a tag to compare

This patch release includes:

  • Preparatory changes for upcoming server changes related to swap fees and timing.

In the future, the Loop service will allow more flexibility around extensions to the swap timing in order to get a lower swap fee.

In preparation, the API will be adjusted to provide for multiple fee rates at different preferred swap wait times.

v0.2.3-alpha

03 Oct 19:32
v0.2.3-alpha
556845e
Compare
Choose a tag to compare

This patch release fixes the following issues:

  • Max confirmations now respects a longer confirmation target more reliably
  • REST API now matches the gRPC API more closely
  • Fix issue encountered when using external address with Loop In

For more details, see:

  • #74 - REST API Update
  • #86 - Loop In Fee Estimation Failure
  • #89 - Max Confirmation Target Issue

v0.2.2-alpha

31 Jul 22:50
v0.2.2-alpha
8539cc5
Compare
Choose a tag to compare

This release includes some important fixes for Loop Out.

  • Improved support for selecting an external Loop Out address
  • Better validation for executing a Loop Out swap