lnd icon indicating copy to clipboard operation
lnd copied to clipboard

Lightning Network Daemon ⚡️

Results 734 lnd issues
Sort by recently updated
recently updated
newest added

In this PR, we add a new package that implements structured concurrency patterns using the [actor model](https://en.wikipedia.org/wiki/Actor_model). The [README](https://github.com/lightningnetwork/lnd/blob/actor/actor/README.md) should give a good overview of how the API works, and...

brainstorming
code health
taproot
architecture

The spec says: `The origin node MUST NOT set both the optional and mandatory bits`. and so this is why we have the SafeSet method which prevents us from accidentally...

spec
feature bits

In https://github.com/lightningnetwork/lnd/issues/9729 we have a long delay on startup when using postgres and a medium delay on startup with SQLite getting through a search for in flight HTLC in the...

bug
performance
needs triage
sql

Watchtower is showing no sessions even though there are many connections and transactions happening. Running LND 18.5, this was happening in previous versions also. Linux mynode 6.1.0-16-amd64 #1 SMP PREEMPT_DYNAMIC...

bug
watchtower

This PR adds the ability for callers of SendPaymentV2 to specify a custom mission control namespace for their payments. This enables applications to maintain separate routing histories and success/failure statistics...

rpc
mission control

**Is your feature request related to a problem? Please describe.** LND currently does not properly support P2TR (Taproot) fallback addresses in BOLT-11 invoices. Additionally, there's ambiguity in how multiple fallback...

enhancement

The previous implementation of NextSequence was prone to race conditions as it read the sequence, incremented it locally, and then wrote it back. This commit modifies the function to use...

optimization
kvdb
sql

Fixes #9076 MaxNumPaths restriction moved from `FindBlindedPaths` to `BuildBlindedPaymentPaths` this way we can interact through all possibly routes. If the reviewers agreed to this approach we will have to modify...

### Background When sweeping FCed channels, lnd includes an anchor which it already spent. So the transaction is not published and funds remain in limbo. The problematic anchor TXO is...

bug
utxo sweeping
force closes

This issue outlines a proposal for adding support for payment to blinded routes in BOLT12 invoices. It depends on #7200, which outline pathfinding strategy. This issue will focus on integrating...

enhancement
blinded paths
bolt12