loop icon indicating copy to clipboard operation
loop copied to clipboard

Lightning Loop: A Non-Custodial Off/On Chain Bridge

Results 73 loop issues
Sort by recently updated
recently updated
newest added
trafficstars

Provide loop with a configuration option that specifies a global defensive fee check for sweep transaction that the client initiates. This should be applicable to any bitcoin transaction the client...

feature request

Hi, I have a pending HTLC not resolving after a Loop In, the onchain Tx was promtpy confirmed and it's now over 400 confirmations. I don't see any particular error...

Hey! After some time (we have not measured how much yet), our loop is having issues doing loop outs, getinfo breaks as in the log below: ``` lnd:/# loop getinfo...

This PR introduces loop-ins of static address deposits. The client/server interaction is depicted below: ![image](https://github.com/user-attachments/assets/977e1bbb-50b6-4099-abae-1a0e5371c44f) Open tasks that need resolution until this PR can leave draft mode: - [x] Refactorings,...

static-loop-in

If custom fee rates are used, the algorithm is tried. It selects a batch for the sweep using the greedy algorithm, which minimizes costs, and adds the sweep to the...

Following instructions in https://github.com/lightninglabs/loop/tree/master/regtest, under "Using the Loop server in an existing setup": I run: ``` sudo docker run -d \ --user root \ -p 11009:11009 \ -v /home/myuser/.lnd:/root/.lnd \...

See https://github.com/lightningnetwork/lnd/pull/9083 for more deets :) This PR just updates loop to use the new logger updates. #### Pull Request Checklist - [ ] Update `release_notes.md` if your PR contains...

Add type `loopOutSweepFeerateProvider` which determines confTarget based on distance to swap expiration, then determines feerate and fee using. Fee rate is plugged into sweepbatcher using `WithCustomFeeRate`. When determining confTarget, there...

_builds on https://github.com/lightninglabs/loop/pull/786_ This PR introduces `loop static listswaps` to enable info look-up of static address loop-in swaps. Available look-up commands so far are: ``` loop static listsunspent (looks up...

static-loop-in

Is it possible to be more considerate towards LOOP peers that do regular loop-ins to fill up the channel? I think it is already being done but recently my channel...