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

Today the `WalletKit` RPC sub-server has support for normal pubkey import: https://github.com/lightningnetwork/lnd/blob/master/lnrpc/walletrpc/walletkit.proto#L93-L102. However, if you attempt to specify that the pubkey should be interpreted as a taproot output, then you'll...

rpc
wallet
intermediate
taproot

Tracking this here instead of the `btcwallet` issue for more visibility. As is, we don't always ensure that a transaction either we construct manually (for funding) or within `btcwallet` itself...

bug
wallet
beginner
intermediate
P1
policy

### Background `lncli addinvoice --private` returns an invoice without hop hints; if an amount is provided the `--private` option works as expected. ### Your environment * lnd version 0.15.0-beta commit=v0.15.0-beta...

bug
enhancement
beginner
invoices

### Background When interacting with the API endpoints for `/v2/router/track` and `/v2/router/send`, it's particularly difficult to determine if a payment actually failed, or if some other type of error occured,...

documentation
REST
error messages

### Background `lncli updatechanpolicy` states that the default `--time_lock_delta` is `0`: ``` --time_lock_delta value the CLTV delta that will be applied to all forwarded HTLCs (default: 0) ``` However: ```...

help wanted
beginner
documentation
good first issue
P4

### Your environment * lnd master 2682ca3e22ded37aa75ba40b5dd826bcd5cdd20a * linux * bitcoind ### Steps to reproduce * Nodes A and B with a channel between them * Patch node B to...

bug
P2
path finding

Previously, a Warning was logged for each channel link to a peer that had insufficient bandwidth (or violated another policy parameter). This seemed excessive and unhelpful because warnings for insufficient...

### Background If my node is asked to forward N sats to peer X via channel C, lnd is free to pick any other channel it might have to peer...

beginner
good first issue
logging
P3

Fixing a user reported error re `migration25`, ``` 2022-07-21 15:59:59.362 [INF] CHDB: Checking for schema update: latest_version=27, db_version=24 2022-07-21 15:59:59.362 [INF] CHDB: Performing database schema migration 2022-07-21 15:59:59.362 [INF] CHDB:...

### Background The GRPC and REST endpoints for the QueryRoutes endpoint should be identical, but the REST endpoint is missing the `route_hints` param: GRPC: https://api.lightning.community/#queryroutes REST: https://api.lightning.community/#v1-graph-routes ### Expected behaviour...

documentation
REST