-
### Issue and Steps to Reproduce
I'm running an up to date install of Void Linux [voidlinux.org](https://voidlinux.org). I've compiled the program from the release source [v0.8.1](https://github.com/…
-
The [`rpc_command` documentation page](https://lightning.readthedocs.io/PLUGINS.html#rpc-command) says that "The rpc_command hook allows a plugin to take over any RPC command.".
However it seems th…
-
Some commands are dangerous: we **know** for a fact that users have lost money by incorrect use of these commands:
* `fundchannel_start`, `fundchannel_complete` - People run `fundchannel_complete` …
-
Since yesterday or perhaps 2 days ago I've been getting a ton of channel closes, apparently they're all "mutual" but two peers I've talked to said they didn't close, and so didn't I. Even a [channel I…
-
When I try to run `helpme:` "Error while processing helpme: IndexError('list assignment index out of range')"
-
I have an outbound channel with an BTC to Lightning exchange worth 2.000.000 satoshi, with enough capacity.
I try to swap my 2.000.000 satoshi for the same amount, but on-chain.
Lightningd splits th…
-
The meeting will take place on Monday 2021/01/04 at 7pm UTC on IRC [#lightning-dev](irc://chat.freenode.net/lightning-dev). It is open to the public.
## Pending from last meeting
- [x] @rustyrus…
-
While studying the existing `fundchannel` in preparation for fully implementing #1936 , I noticed that the current `fundchannel` does this:
* `connect` to peer.
* `txprepare` a "dry-run" fundchann…
-
Initial crash was with `v0.8.0rc2` with a [small patch](https://github.com/jarret/bannerpunk/blob/master/c-lightning-hacky-patch-v0.8.0.diff) that adds an extra field to a plugin notification. (I don'…
-
Hi,
I build a plugin using `clightningjs` package that subscribe to `forward_event` notifications, but the plugin is notify only about the first payment routed through the node that runs the plugin…