lightning icon indicating copy to clipboard operation
lightning copied to clipboard

Core Lightning — Lightning Network implementation focusing on spec compliance and performance

Results 242 lightning issues
Sort by recently updated
recently updated
newest added

It would be nice to have docs on how to use the new gRPC server. Some non-obvious this I have noticied: No default port, only enabled if port is set...

docs

### Issue and Steps to Reproduce Tried to follow the instructions over [here](https://github.com/ElementsProject/lightning/blob/master/doc/INSTALL.md#to-build-on-macos) but running into issues. * instructions are out of date since the switch to poetry (no more...

I cannot find any documentation about the `chanbackup` plugin. What does it do? When should it be used? What is the difference with the other backup methods? Maybe an chapter...

It's already `wrong_funding_txid` in DESCRIPTION, but not SYNOPSIS. It's currently `wrong_funding` in SYNOPSIS, but `wrong_funding_txid` in DESCRIPTION.

**Background** #5349 was helpful in enabling debug logging to zoom in on one particular peer node id. It would sometimes be useful when you know in advance how to reproduce...

hello, i have a problem and I hope you can help me out. Im using CL v0.10.2 and I have now 5 channel with the state "AWAITING_UNILATERAL". Im the one...

looking at the python API client I saw that the blocking functions are supposed to have an async keyword in order to return a future. c.f.: https://github.com/ElementsProject/lightning/blob/cf12130627599cb76ed64f26e5c7b81bc9dc99bb/contrib/pylightning/lightning/lightning.py#L89 However I could...

python

This is the minimal change to meet the desired outcome of https://github.com/lightning/bolts/issues/934 which wants to give obsolete-db nodes a chance to fix things up, before we close the channel. We...

We are experimenting with a reproducible pathfinding benchmark setup: https://github.com/bottlepay/pathfinding-benchmark. The basic idea is to spin up a set of nodes, open channels according to a predefined list and execute...