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