lnd
lnd copied to clipboard
Lightning Network Daemon ⚡️
### Background I am creating a new lnd node on kubernetes with postgresql, so far is going well (`graph and blockchain synced`) but I am having a warning each 20...
This PR adds a new final settle state for incoming htlcs. An htlc reaches this state after the `update_settle_htlc` update has been fully locked in. A new rpc `IsHtlcSettled` is...
## Change Description https://github.com/lightningnetwork/lnd/issues/5402 Basically split the files between generated and implementation related with the generated staying in the same path and the implementations going to a separate path inside...
Fixes https://github.com/lightningnetwork/lnd/issues/6657. ~Depends on https://github.com/btcsuite/btcwallet/pull/806.~ ## Change Description Allows public keys to be imported as BIP-0086 Taproot public keys through `WalletKit.ImportPublicKey`. Any other use case (non BIP-0086) for Taproot scripts...
The pr adds the ability to get a header hash of a block at a given block height from the neutrino sub-server. I would consider this a fix to #6688,...
### Background 3 consecutive coop channel closure fails. channels stuck in "waiting_close_channels" state with no closing_txid ### Your environment * version of `lnd` 0.15.0-beta commit=v0.15.0-beta-55-ge6277986f * which operating system (`uname...
With this PR, we'll start to use taproot addresses by default when: sweeping all funds from the wallet, funding channels, and sending blobs to watch towers. Fixes https://github.com/lightningnetwork/lnd/issues/6666
Depending on #6759, this PR continues the refactor work to fix the itest flakes. A few bugs have been found and documented in new issues along the way. Most of...
This PR introduces an almost new testing framework. To avoid interfering with other PRs and rebasing hell, a new test flag `temptest` is added so we can run both the...
I am running a raspiblitz version 1.7.2 lnd version: 0.14.2-beta commit=lightning-terminal-v0.6.3-alpha I have a discrepancy in my wallet balance, which is x sats - to which I can reconcile and...