Skip to content

Releases: lightninglabs/loop

v0.32.1-beta

02 Mar 22:21
v0.32.1-beta
3b54b19

Choose a tag to compare

v0.32.1-beta release

v0.32.0-beta

02 Mar 20:11
v0.32.0-beta
3f045ba

Choose a tag to compare

Highlights

Static Address Open Channel — This release introduces the ability to open Lightning channels directly from static address deposits. Instead of performing a loop-in to get funds into your Lightning node and then opening a channel as separate steps, you can now combine both into a single operation using the new loop openchannel command.

Use Cases

  • Consolidate deposits into channels: If you have one or more static address deposits sitting on-chain, you can open a channel to any peer using those funds directly, skipping the
    loop-in swap and its associated fees.
  • Flexible funding: Use the --utxo flag to select specific deposit outpoints, or use --fundmax to sweep all selected UTXOs into a single channel.
  • Full channel configuration: The command supports the same options as lncli openchannel — channel type (tweakless, anchors, taproot), private channels, push amounts, fee rates,
    zero-conf, and more.

Example

loop openchannel --node_key <peer_pubkey> --local_amt 1000000
loop openchannel --node_key <peer_pubkey> --utxo txid:0 --fundmax

v0.31.8-beta

03 Feb 19:25
v0.31.8-beta
6a2a863

Choose a tag to compare

v0.31.8-beta release

v0.31.7-beta

26 Nov 16:11
v0.31.7-beta
f76c15c

Choose a tag to compare

v0.31.7-beta release

v0.31.5-beta

31 Oct 14:56
v0.31.5-beta
2b41fe2

Choose a tag to compare

v0.31.5-beta release

v0.31.4-beta

16 Oct 15:09
v0.31.4-beta
7e0797e

Choose a tag to compare

v0.31.4-beta release

v0.31.2-beta

18 Jun 00:29
v0.31.2-beta
e575170

Choose a tag to compare

Breaking Changes

  • The content of the commit_hash field of the GetInfo response has been updated so that it contains the Git commit
    hash the Loop binary build was based on. If the build had uncommited changes, this field will contain the most recent
    commit hash, suffixed by "-dirty".
  • The Commit part of the --version command output has been updated to contain the most recent git commit tag.Add comment

v0.31.1-beta

05 May 14:54
v0.31.1-beta
f5b34ca

Choose a tag to compare

Breaking Changes

  • Autoloop now defaults to a slow publication deadline (30 minutes after
    initiation) to reduce fees. To revert to the previous behavior, users can run
    loop setparams --fast, which causes swap HTLCs to be published immediately
    after initiation.

v0.31.0-beta

25 Apr 01:50
v0.31.0-beta
872137e

Choose a tag to compare

New Features

  • Enhance the
    loop listswaps command by improving the ability to filter the
    response. Use --start_timestamp_ns to return only swaps after
    that timestamp. Use --max_swaps to limit total swap outputs.
    Paging is enabled using the next_start_time field in the response.

v0.30.0-beta

27 Mar 14:48
v0.30.0-beta
e734d69

Choose a tag to compare

v0.30.0-beta release