loop
loop copied to clipboard
Lightning Loop: A Non-Custodial Off/On Chain Bridge
Refactor this in a follow-up PR. _Originally posted by @hieblmi in https://github.com/lightninglabs/loop/pull/1043#discussion_r2584176465_
_last 2 commits are relevant_ In order to remove the mutex in `address/manager.go` we serialize address creation through a channel in the Run loop.
Dear Lightning Labs Support, I'm experiencing a critical issue with a Loop In operation that appears to be stuck. Problem Summary: Loop In operation for 1,490,000 sats shows "HTLC Published"...
Build out a unit test suite for the CLI with prerecorded RPC responses and verification of RPC requests. We can record sessions, save as JSON, replay them and make sure...
Hi team, I’m using Lightning Terminal on Umbrel to perform loop outs from the Lightning Network to on-chain BTC. A major issue I’m facing is the inability to manually set...
This PR implements the client side asset deposit manager, store, client subserver and the asset deposit protocol for creating, withdrawing and spending asset deposits. #### Pull Request Checklist - [...
This PR adds a high level deposit Kit type which includes the necessary functions to create and spend deposits to HTLC or through success, timeout or cooperative MuSig2 sweeps. ####...
Currently on top of: https://github.com/lightninglabs/loop/pull/980 (can be separated). #### Pull Request Checklist - [ ] Update `release_notes.md` if your PR contains major features, breaking changes or bugfixes
This commit adds methods to the tapd client for preparing, funding, signing, and publishing virtual PSBTs, managing asset balances, handling proofs, and watching for asset send/receive completion events. Also introduces...