lightning icon indicating copy to clipboard operation
lightning copied to clipboard

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

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

The feerate security margin is a multiplicative factor applied to the feerate of some transactions in order to guarantee that the transaction remains publishable and has a sufficient chance of...

This tackles two problems: - By using a system-wide installed `postgres` we can cut down on the overhead of spinning the DB up and down for the tests. More importantly...

Hi Everyone, I have a suggestion for making the logfiles from c-lightning easily presentable on the web. Please take a close look at the node stats generated on this page:...

state::answered

Fedora 39 on arm64. Occurs with both v23.11.2 and master using`./configure --enable-rust`. ``` VALGRIND=1 valgrind -q --error-exitcode=7 --track-origins=yes --leak-check=full --show-reachable=yes --errors-for-leak-kinds=all common/test/run-tal_arr_randomize > /dev/null ==151138== Source and destination overlap in...

arm
in diagnostic

Renepay loops and then times out after trying several times the same route with wrong fees: ``` # we have computed a set of 1 flows with probability 1.000, fees...

plugin::renepay

I tried a payment (see the command line output below), the notes suggest that the total fees will amount to `600msat`, but the difference between the amount sent and receive...

plugin::renepay

### Issue and Steps to Reproduce Not sure if I can reproduce, but this is what I typed to pay a 1 sat bolt11 invoice to Alby with renepay: ```...

plugin::renepay

This is a first pass at #2817. It adds a `--bitcoin-rpcclienttimeout` parameter to `bcli`. It seems those parameters are automatically pulled in as `lightningd` parameters as well. Instead of setting...

As discussed in https://github.com/ElementsProject/lightning/pull/2780 we should likely expose this option through the command line so that users can adapt it to their needs. Open questions: - @ZmnSCPxj proposed subtracting the...

enhancement
good first issue

Repeatedly STFU and then TX_ABORT a channel to trigger the socket/fd flake issue.