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

This PR paves the way for #6527, which adds the ability to encrypt a Tls keys on disk. We originally had this all in one PR, but needed to split...

enhancement
security
tls

In this commit, we add a new FeeRange TLV to the ClosingSigned message that allows either side to attempt to cut the fee negotiation process short by sending their min+max...

### Background It's unclear to many people what `sphinxreplay.db` is for. ### Context Replying to the question: "What is sphinxreplay.db for", on Slack: @Roasbeef : "Security: it prevents replays of...

onion routing
beginner
documentation
good first issue

### Background It seems like the versioning scheme you've chosen for `v0.15.1-beta` track is not compatible with SemVer. We noticed that because our [Renovate](https://github.com/renovatebot/renovate) bot setup wanted to upgrade our...

golang/build system

### Background While rebalancing channels own-initiated-HTLCs (selfpayments) might get stuck, though as long as the node has not released the preimage for that payment its safe to not force-close this...

HTLC

### Background Its hard to describe that issue. If my node runs a longer time without restarts, the amount of routings decreases slowly. After an restart of the node or...

routing
needs triage

This PR implements "receive" support for inbound fees. In short this means that a routing node operator gets to set distinct fee schedules for the movement of funds on their...

routing
P1
inbound fee

Alternative to gossip-based inbound routing fees as implemented in #6703. Idea mentioned in https://github.com/lightning/blips/pull/18#issuecomment-1230466350, apparently originally proposed by @rustyrussell. ### Summary A node A can give its peer B a...

## Change Description Description of change / link to associated issue. ## Steps to Test Steps for reviewers to follow to test the change. ## Pull Request Checklist ### Testing...

documentation

### Background I am trying to determine the Betweenness centrality of my node by using the REST API endpoint `/v1/graph/nodemetrics` and instead my node returns NoMethodError. Endpoint: https://api.lightning.community/#v1-graph-nodemetrics ### Your...

graph
REST