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 replaces #4476 . Since I've been making some of the changes for @gkrizek and it's been a bit tricky to manage making PRs into his PRs... we thought...

enhancement
security
tls

### The Issue When Alice and Bob each makes a connection to the other side at the same time, it's likely neither connection could succeed. For instance, if Alice restarts...

brainstorming
p2p
advanced

From the [TODO](https://github.com/lightningnetwork/lnd/blob/master/lntemp/rpc/lnd.go#L137), the error found in build: ``` === RUN TestLightningNetworkDaemonTemp/tranche03/06-of-99/bitcoind/data_loss_protection lnd.go:125: Error Trace: lnd.go:125 harness_assertion.go:436 wait.go:48 wait.go:24 asm_amd64.s:1571 Error: Received unexpected error: rpc error: code = Unknown desc...

rpc
P2
possible-bug

Please add BOLT12 to LND he BOLT 11 invoice format has proven popular, but has several limitations: The entangling of bech32 encoding makes it awkward to send in other forms...

feature request
spec
invoices

## Change Description Related: #2498 Command: `lncli wallet addresses list --account_name "default"` ![Screenshot from 2022-06-12 17-48-54](https://user-images.githubusercontent.com/43826321/173232829-9ad8c336-81b0-4913-96c0-204642e11554.png) ## Steps to Test Steps for reviewers to follow to test the change. ##...

rpc
wallet

### Background 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....

feature request
fees
lncli

The fuzz tests we have don't run on my machine anymore with go1.18. dvyukov/go-fuzz is basically deprecated at this point. We should upgrade to language-native `testing.F` even if it's not...

help wanted
golang/build system
good first issue
fuzzing

### Background Trying to remove a tower wtclient but it gives me an issue ### Your environment * version of `lnd` : lnd version 0.10.99-beta commit=clock/v1.0.0-106-gc1ef5bb908606343d2636c8cd345169e064bdc91 * which operating system...

enhancement
watchtower
P2
wtclient

Note: depends on #6777 ## Change Description This changes the output of `lncli updatechanpolicy --help` from ``` --time_lock_delta value the CLTV delta that will be applied to all forwarded HTLCs...

Today it isn't possible to advertise a proper hostname in the `NodeAnnouncement` message. Historically, we've gotten around this by adding a CLI option that allows users to specify a hostname...

p2p
beginner
discovery