-
I would like to run a node that doesn’t spy on my neighbors’ payments. What information is currently logged about HTLC forwards (preimages? amount?) Can I turn that off?
-
### Issue and Steps to Reproduce
After updating like this
```
cd clightning-v0.12.0/usr
sudo systemctl stop lightningd.service
sudo cp -v -r * /usr/
sudo systemctl start lightningd.service…
-
If i hold a htlc in a plugin with the htlc_accepted hook and a force close hits the chain, i am no longer able to return "continue" to settle the corresponding htlc and invoice. Cln will always reject…
-
It would be useful for plugins to be able to chain bitcoin backend commands.
For many plugin use cases, `bcli` is sufficient for 4 of the 5 commands. For instance, continue using bitcoin-cli but us…
-
* [ ] `feerates`
-
### Issue and Steps to Reproduce
I've setup a lightningd on top of bitcoind that is currently configured with
lightning@tolsadus:~/.lightning$ lightning-cli listconfigs
```
{
"# version": …
-
Add support for payment to a lightning address.
Reference: https://lightningaddress.com/
-
A feedback from a plugin developer on IRC.
- A `channel_closed` notification would be nice to have.
- A `htlc_accepted` notification would be nice too (I interpreted as this specific user wanted t…
-
### Issue and Steps to Reproduce
I am tail -f ~/.lightning/testnet/lightning.log and seeing:
2023-01-24T04:28:20.331Z DEBUG lightningd: ... feerate estimate for opening hit floor 253
2023-01-…
-
### Issue and Steps to Reproduce
I am having difficulty opening dual-funded channels on v23.08.1. I am seeing spotty behavior that is difficult to pin down. At some times, the behavior appears to…