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

## Motivation Node operators often see their newly confirmed channels' local balance leaking to the remote side especially when connecting to capacity sinks while having configured low default fee rates...

enhancement
funding

### Background Running queryroutes is very slow on my node. It typically takes about ~10 seconds to query a route. In my lnd.conf I have ensured that db.no-graph-cache=false to ensure...

performance
path finding

Fixes #6533 Add fields `min_creation_date` and `max_creation_date` to `ListInvoiceRequest` proto and add underlying support for them in the rpc server. Worth noting, the implementation filters in linear time with respect...

enhancement
rpc
invoices

This PR adds a generic cache to the `kvdb` layer as well as demonstrates its use caching the channel state and the graph (graph cache being reworked to be more...

Fixes #6532 Add fields `min_creation_time_ns` and `max_creation_time_ns` to `ListInvoiceRequest` proto and add underlying support for them in the rpc server. Worth noting, the implementation filters in linear time with respect...

enhancement
rpc
payments

This PR adds pagination to listchaintxns. It prevents client application from out of memory when the number of transactions increases. The new options are `offset` and `limit`. Offset is the...

cli
P3
needs testing
first pass review done
needs rebase

In this commit, we fix a small gap in the existing notification logic. Before this commit, if by the time we added a link to the switch, we hadn't yet...

rpc
funding
P3
bug fix

This commit fixes a race condition where Alice's gossip filter would be set after the announcement generation between Bob & Carol resulting in Alice receiving no channel updates or node...

P2
bug fix
itests

In this commit, we update to the `walletdb/bdb` version that now has mmap-pre-sizing. By sizing the memory map ahead of time, we aim to avoid the mass copies in the...

Currently LND writes the TLS private key to disk in plaintext. If you are running in an untrusted environment this could be a problem as someone could use the key...

crypto
database
privacy
tls