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

As requested by @wtogami ... Changelog-None

docs

## Issue and Steps to Reproduce My CLN node `038fe1bd966b5cb0545963490c631eaa1924e2c4c0ea4e7dcb5d4582a1e7f2f1a5` seems to arbitrarily mark some channels as inactive `"active": false`. In `listpeers` the channel looks up and running albeit the...

I've been using the IP address autodetection for quite some time on my node. It's basic functionality works as expected. However i have some proposals, to make it more robust:...

Feature Request

### Issue and Steps to Reproduce Paying an invoice to your peer thats bigger than 4294967295msat (2^32 -1). Set the max fee to 0, since you want to use your...

Before the PR https://github.com/ElementsProject/lightning/pull/4821 was open, I started to work on the issue https://github.com/ElementsProject/lightning/issues/4729 because the actual status of the network makes the operation slow, and my rest API is...

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,...

plugin
Feature Request

Flake on `test_pay_peer`, memleak? ``` errors = True > raise ValueError(str(errors)) E ValueError: E Node errors: E Global errors: E - Node /tmp/ltests-k1lc16nm/test_pay_peer_1/lightning-2/ has memory leaks: [ E { E...

flake

# PEER STORAGE BACKUP This PR implements `peer storage backup` which will enable nodes to exchange their respective SCBs (Static channel backup), This will be useful in case of complete...