-
I accidentally restarted my server without meaning to, so I don't have a lot of time for this, otherwise, I'd try to really dive into it and match other problems and edit the sqlite database and stuff…
-
For outgoing HTLCs the commitment deadline is calculated incorrectly, causing the entire anchor budget to be spent immediately.
### Problem
The commitment deadline is derived from the timelocks …
-
Relai: https://github.com/breez/breez-sdk-relai/issues/52
Outputs are swept to the same addresses resulting in loosing fees:
Channel was closed here: https://blockstream.info/tx/463972904772472b38…
-
LND 18 has a new reworked sweeper subsystem. Before we would register the Anchors with the sweeper subsystem every time a channel was force closed. Right now we check if HTLCs are on the channel when …
-
If the app used to pay the JIT channel invoice does prepayment probing it will successfully trigger the htlc_intercepted => OpenChannel event => ChannelReady and attempt to forward the probe. When th…
-
Hi,
before I start: I sent you a support email because I was unable to send a payment of xxx sats to nostr.wine. To date, I got no response from you.
Some minutes ago, I logged into mutiny walle…
-
If `lnd` start before `bitcoind` is fully started (like for example if `bitcoind` is checking blocks), `lnd` will crash.
Can `lnd` wait automatically in a similar way to `bitcoin-cli -rpcwait getbl…
-
### Background
When running `lncli updatechanpolicy` the `time_lock_delta` parameter has a "default: 0" according to the `--help` documentation. However, omitting it results in an error saying `tim…
-
Wrapper issue to track:
[#8660 Add interceptor access to update_add_htlc remote peer's custom records](https://github.com/lightningnetwork/lnd/pull/8660)
-
Building from source on macOS Catalina 10.15.6 seems to compile fine but in `lightning/lightningd` no exec binaries are present and everything else is.
After building c-lightning (as per below log …