lnd
lnd copied to clipboard
Lightning Network Daemon ⚡️
## 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...
### 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...
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...
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...
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...
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...
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...
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...