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

Fixes #9700 Fixes #9842 This PR updates the BOLT 11 invoice implementation to follow the [new specification changes](https://github.com/lightning/bolts/pull/1243). Specifically, it enforces validation of mandatory fields (p, h, s, n) and...

## Change Description This PR adds support for adding and fetching invoice metadata via lnrpc.

## Change Description In this commit, we handle shutdown requests with status codes: - **Code 1**: Critical errors (e.g., failed chain backend connection). - **Code 0**: Normal shutdowns (e.g., Stop...

## Change Description In this commit, we unify RPC connection creations for chain backends (`btcd` & `bitcoind`). Closes #7951. Depends on https://github.com/btcsuite/btcwallet/pull/973. ## Pull Request Checklist ### Testing - [...

## Change Description This PR removes deadcode found by running `golangci-lint run --no-config`. ## Motivation and Context This opportunity for improvement was discovered while working on PR #9455. ## Steps...

code health
no-changelog

Let the channel graph cache be populated asynchronously on startup. While the cache is being populated, the graph is still available for queries, but all read queries will be served...

graph
performance

### Pre-Submission Checklist - [x] I have searched the existing issues and believe this is a new bug. - [x] I am not asking a question about how to use...

bug
needs triage

Currently when one subsystem fails to process the blockbeat in time we exit and don't thread the block through other subsystems if the block processing of the subsystem depends on...

enhancement

## Change Description Skip returning error when building blinded paths amount is zero and channel has a greater `MinHTLC` policy. This fixes #9256 Previously, building blinded paths would fail when...

bug fix
blinded paths

This pull request refactors the onion message handling to be asynchronous, addressing potential performance bottlenecks in the synchronous design from #10089. This PR also depends on #9838 (commit 3511604e7b18291965cdffa0c564ccf62539b was...

onion routing