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

In order to reduce the number of calls to the db we try to process as few channels as we can + try to not do extra work for each...

This PR replaces #5940 and fixes all the itest failures we’ve seen in the past. The goal is to put our itest builds in a state where a simple typo...

itests

Fixes a left-over of the htlc interception api implementation that prevents channels from force-closing if a connected interceptor client does not resolve or resume an htlc in time. Original mention:...

enhancement
interceptors

This PR refactors the payment lifecycle to provide cleaner layers of abstractions so it’s easier to understand and reason about them. Changes included, - Expand `PaymentStatus` to reflect every possible...

code health
routing
refactoring

Hi there, first time contributor :wave: ## Change Description Fixes #6707 The htlcswitch tests were creating temporary database files but failing to close them or remove them. We fix this...

code health
testing
flake fix

### Background I'm running a rather active node on LND, regularly upgrading to git master. I've recently switched from go 1.18.6 to go1.19.1, after which I started receiving a panic...

golang/build system
needs triage

Noticied in my lightning node's logs this: ``` TORC: sendCommand:DEL_ONION got err:unexpected code, reply:Bad arguments to DEL_ONION: Need at least 1 argument(s) TORC: DEL_ONION got error: invalid arguments: unexpected code...

tor
missing reproduction

Try out to see change set for min htlc routing. This means increasing the amount to forward to meet a min_htlc policy if necessary. Builds on https://github.com/lightningnetwork/lnd/pull/6920

## Change Description Update Makefile and scripts/fuzz.sh to use new fuzz testing migration. Moved to separate PR [by request](https://github.com/lightningnetwork/lnd/pull/6784#pullrequestreview-1087095386) Dependent on #6784 Update docs ## Steps to Test run `make...

golang/build system
tests
makefile
fuzzing