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

Teardown attached... [5_Build.txt](https://github.com/ElementsProject/lightning/files/9113658/5_Build.txt) ``` E AssertionError: Regex pattern 'WIRE_PERMANENT_CHANNEL_FAILURE' does not match "RPC call failed: method: waitsendpay, payload: {'payment_hash': '66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925', 'timeout': 900}, error: {'code': 200, 'message': 'Timed out while waiting'}"....

Setting `maxfeepercent=0` in all tests. The channel has enough funds. I opened a channel to Kraken. If I create an invoice of 0.01btc, my direct channel is chosen and it...

The only caveat I'm aware of is the fact that `./configure` will misbehave [here](https://github.com/ElementsProject/lightning/blob/e6442d798ef24e1f868ca6003cad6e20a4d8dd5e/configure#L68) and [here](https://github.com/ElementsProject/lightning/blob/e6442d798ef24e1f868ca6003cad6e20a4d8dd5e/configure#L77) (it won't process those errors but it will conclude that `PYTEST not found` when...

https://twitter.com/rusty_twit/status/1463600739654062085?s=20 We don't have an address to connect directly, but we do know a peer, which does support onion messages. We should try going via that one.

### Issue and Steps to Reproduce Fatal crashes out of the blue, log: ``` 2022-07-13T02:11:07.688Z **BROKEN** gossipd: FATAL SIGNAL 6 (version v0.11.0.1-219-g71cd07e) 2022-07-13T02:11:07.688Z **BROKEN** gossipd: backtrace: common/daemon.c:38 (send_backtrace) 0x564c27268051 2022-07-13T02:11:07.688Z...

a bunch of tests rely on being able to wipe the node database. we only run these on sqlite3 right now, it'd be great to make a generalized "wipe_db()" function...

testing
good first issue

### Issue and Steps to Reproduce Experiencing a similar issue to #5250 trying to pay simple $5 invoice to a BTCPayServer of Lunanode. My CLN node has a single channel...

listpeers has grown: it lists not only the peers, but all the channels each of them has. This is getting very unwieldy (and unnecessarily slow, see #4718 ), and should...

json-rpc
good first issue

### Issue and Steps to Reproduce Currently both `pay` and `keysend` commands allow for setting fee limits. But when the node makes an `offerout` for 1sat, it may pay multiples...

good first issue

Create a Github Packages Docker hub entry for c-lightning, to make it easier to include c-lightning into more complex projects and deployments. https://github.com/ElementsProject/lightning/packages

build