lnd
lnd copied to clipboard
Lightning Network Daemon ⚡️
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...
### 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...
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...
BOLT12
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...
## Change Description Related: #2498 Command: `lncli wallet addresses list --account_name "default"`  ## Steps to Test Steps for reviewers to follow to test the change. ##...
### 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....
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...
Trying to remove tower from client causes rpc error: code = Unknown desc = tower has unacked updates
### 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...
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...