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

The overzealous reporting inside plugins bugged me...

testing
needs-rebase

Passing a RPC password via cli argument (`-rpcpassword`) can leak auth secrets to other users on a system (at least on Linux). This PR tries to pass the RPC password...

On Linux, running `ps -e -o args` frequently enough will eventually show the bitcoin-cli child process spawned by c-lightning including the RPC authentication arguments. The issue is that by default...

I am getting this message when I try to run lightningd "database: Creating database Error executing statement: wallet/db.c:1236: CREATE TABLE version (version INTEGER): database disk image is malformed" My server...

test_gossip_store_compact_on_load ``` expected: > wait_for(lambda: l2.daemon.is_in_log(r'gossip_store_compact_offline: [5-8] deleted, 9 copied')) actual: 2022-07-06T05:04:10.014Z DEBUG gossipd: gossip_store_compact_offline: 9 deleted, 9 copied ```

flake

mrkd is pretty bad, complicates dependencies. We could use lowdown, and also reformat our pages a bit to make them prettier and more consistent. Command is something like: lowdown -s...

docs

These are based on feedback and dogfooding experiences, please keep them coming :wink:

### Issue and Steps to Reproduce https://twitter.com/zerofeerouting/status/1555425084201963520?t=zQWM6QUgOJjfmDuhkue_CQ&s=19

Today it is painful to write plugins because we never know if the user will send the parameters as an array or as objects, so we have to handle both....