lnd
lnd copied to clipboard
Lightning Network Daemon ⚡️
## Change Description To support scenarios where an external entity, such as a remote router, manages the payment lifecycle via the Switch RPC server, the node must preserve the history...
This is the tracking issue for the Gossip 1.75 project (from now on called V2). The project aims at implementing the first feature bit detailed in the [spec proposal](https://github.com/lightning/bolts/pull/1059). (replaces...
### Background This issue tracks the implementation of Onion Messaging (BOLT4) in `lnd` and related changes needed for future BOLT12 features (e.g., offers, invoice requests, invoices and invoice errors). Onion...
### Pre-Submission Checklist - [x] I have searched the existing issues and believe this is a new bug. - [x] I am not asking a question about how to use...
## Change Description This PR updates the lncli `closechannel` and `closeallchannels` commands to include `fee_per_vbyte` and `local_close_tx` in their JSON output when available. - Refactors `executeChannelClose` to send all close...
We should follow up and add these test vectors: https://github.com/lightning/bolts/pull/1284
## Change Description CI started panicking in `TestRbfChannelFlushingTransitions/early_offer` / `TestRbfCloseClosingNegotiationRemote` (see GitHub Actions run https://github.com/lightningnetwork/lnd/actions/runs/19155841408/job/54756127218?pr=10352) because the cached remote offer could fire before the test harness registered its mock `CloseSigner`...
This PR aligns our behavior with latest protocol guidelines. That is, when we receive a signature announcement when we already have the full proof we reply with our signature announcement...
I was working on creating some ad hoc tests to examine the p2p performance behavior of some new PRs I was working on, and reached for the `peer.Brontide` package. However,...
## Problem Description LND supports multiple database backends (bbolt, SQLite, PostgreSQL) and multiple Bitcoin networks (mainnet, testnet, regtest, signet, testnet4). However, there is currently an inconsistency in how network separation...