Skip to content

Releases: lightninglabs/loop

v0.7.0-beta

21 Jul 18:19
v0.7.0-beta
d046a68
Compare
Choose a tag to compare

In this minor release:

  • Loop Out confirmation targets can now be much longer, resulting in potentially much cheaper Loop Out on-chain costs
  • The Loop server has been upgraded to supply a state subscription service to supply indications of server-side swap status

v0.6.5-beta

02 Jul 13:49
v0.6.5-beta
9c503fc
Compare
Choose a tag to compare

In this patch release:

  • Added support for a human-readable message from the server. The message is received after initiation of a swap and printed to the log. It is also exposed as a field on the client RPC interface.

  • Several bugs fixes and security improvements.

v0.6.4-beta

12 Jun 18:17
v0.6.4-beta
efcf5ee
Compare
Choose a tag to compare

In this patch release:

  • A loopd error will now terminate with exit code 1 instead of exit code 0 to assist auto-restarting
  • Loop Out will now increase inbound liquidity more quickly in situations where low chain fees were specified

If you have time to wait for the funds to return to you on-chain, consider increasing --conf_target from the default of 6 when running the loop out command to achieve fee savings at the cost of slower swap finality.

v0.6.3-beta

04 Jun 20:57
v0.6.3-beta
9571371
Compare
Choose a tag to compare

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

12 May 19:32
v0.6.2-beta
9fba8eb
Compare
Choose a tag to compare

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

30 Apr 21:10
v0.6.0-beta
ac09613
Compare
Choose a tag to compare

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

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