Skip to content

Releases: lightninglabs/loop

v0.24.0-beta

24 May 20:19
v0.24.0-beta
62eced6
Compare
Choose a tag to compare

New Features

  • Easy Autoloop: a new mode for autoloop which requires the user to only set a
    single target balance. Autoloop will start dispatching loop outs
    whenever the total channel balance of the node exceeds that target.

v0.23.0-beta

25 Apr 17:27
v0.23.0-beta
28421af
Compare
Choose a tag to compare

New Features

  • Set musig2 to be the default swap protocol.

v0.22.1-beta

24 Apr 20:59
v0.22.1-beta
3f316c9
Compare
Choose a tag to compare
v0.22.1-beta release

v0.22.0-beta

29 Mar 17:58
v0.22.0-beta
d44fbcd
Compare
Choose a tag to compare

New Features

  • Autoloop now uses a recurring budget. Users can now specify autobudget and
    autobudgetrefreshperiod to specify the amount of the budget and the period
    over which it will refresh.

v0.21.0-beta

16 Dec 21:07
v0.21.0-beta
d5336ad
Compare
Choose a tag to compare

New Features

  • Autoloop now has a new parameter named destaddr which if set to a valid bitcoin address will direct all funds from automatically dispatched loop outs towards that address.

Breaking Changes

  • Listing loop-in swaps will not display old, nested segwit swap htlc addresses correctly anymore since
    support for these htlc types is removed from the code base.

v0.20.2-beta

26 Oct 15:19
v0.20.2-beta
17a1a3f
Compare
Choose a tag to compare

Bug Fixes

  • Bump minimum LND version to v0.15.1-beta to avoid failed swaps due to the chain
    backend not properly supporting taproot (fixed in: lightningnetwork/lnd#6798).

v0.20.1-beta

01 Aug 17:22
v0.20.1-beta
f26115e
Compare
Choose a tag to compare
  • Improve logging for sweep transactions

v0.20.0-beta

20 Jul 18:55
v0.20.0-beta
535b84c
Compare
Choose a tag to compare

New Features

  • P2TR HTLCs and privacy preserving and cheaper MuSig2 loopout sweeps are now supported as an experimental feature when running loopd with the--experimental flag.

v0.19.1-beta

09 Jun 16:46
v0.19.1-beta
0f9abbc
Compare
Choose a tag to compare

New Features

  • User-specified liquidity parameters are persisted on disk to enable the
    liquidity manager's config to survive after a restart.

Bug Fixes

  • The SuggestSwaps rpc now returns the correct peer pubkeys in the disqualified list.

v0.18.0-beta

30 Mar 17:00
v0.18.0-beta
b5e7e3d
Compare
Choose a tag to compare

New Features

  • Loop client now supports optional routing plugins to improve off-chain payment
    reliability. One such plugin that the client implements will gradually prefer
    increasingly more expensive routes in case payments using cheap routes time out.
    Note that with this addition the minimum required LND version is LND 0.14.2-beta.

Bug Fixes

  • Loop now supports being hooked up to a remote signing pair of lnd nodes,
    as long as lnd is v0.14.3-beta or later.