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

### Issue and Steps to Reproduce After around 5 minutes working properly, the `lightningd` gets shut down with the following error: ``` Lost connection to the RPC socket.Lost connection to...

state::needinfo
in diagnostic

### Issue and Steps to Reproduce Lightning node 1: `lightning-cli offer any test` returns: ``` lno1pgz8getnwstzzq5gsfzq98zep9vnqw9tr8exn9ruwgx7xs37fyterdrv0jf0wcnekc ``` Lightning node 2: `lightning-cli fetchinvoice offer=lno1pgz8getnwstzzq5gsfzq98zep9vnqw9tr8exn9ruwgx7xs37fyterdrv0jf0wcnekc amount_msat=200000` returns: ``` { "invoice": "lni1qqgdwu2v5mqskzml6u80u2haalxruzsyw3jhxaqkyypg3qjyq2w9jz2exqu2kx0jdx28cusdudprujghjx6xclyj7a38ndjjqvps6szcyyp9uwjmywwmguzvqqujrhutf3rxhzr5pxr062tdnae8er3q06dsnvdqnqpg3qjyq2w9jz2exqu2kx0jdx28cusdudprujghjx6xclyj7a38ndsrpqzq4alcv65d6qaahfr4kyqv0at8pmtuxrqamcqx653hc8xlw2cszqkuvduq78d75tyhmgrdczy2kjefrl6yksf73yd6ft0waag405yaauqr9qsu2lf426qxupuj3d733nj4y7gsh2sjk5gzsq9s35nqw4g87wccyrsw0u60thk63n2rduhzltv85vr6pgsuqqqqqqqqqqqqqqqjqqqqqqqqqqqqq8fykt06c5sqqqqqpfqyvjap3j4gyz2np6nh8xdxzh5lnsas674cqga8wsftfxqstw285wze7k89lz4e02srqvx5pvppq2ygy3qzn3vsjkfs8z43nunfj378yr0rgglyj9u3k3k8eyhhvfumduzqjupanmexql7gj0whkplur993ze0hp3a8h4l7zqh83nexj4htn5t4zkau3tu9acljl8dyaqurwygg97yx093u8s2md8l26kkh2e9ylgg", "changes":...

bug
good first issue
UX ✨

If SCBs get larger than 64KB, the `peer_storage` message sent to peers gets truncated. This means that later when the SCB is sent back in the `your_peer_storage` message, it fails...

protocol
discussion

According to the documentation of `listsendpay` the field `amount_msat` is optional: ``` amount_msat (msat, optional): The amount delivered to destination (if known) ``` No further information is provided. Can the...

docs
good first issue

LDK in some configurations gets upset. @bluematt suggested we repurpose this bit slightly to mean "I have no useful gossip". I've updated the BOLT feature deprecation https://github.com/lightning/bolts/pull/1092 I would like...

In this PR I would like to make some code refactoring and bug fixes. Changes: - separate `struct chan_extra` and `struct flow` into two different modules, - remove unnecessary (and...

### Issue I recently updated my config file and there were a couple of trailing spaces at the end of the line that I didn't notice. I didn't need the...

good first issue

To add gRPC option for cln-application, we need method `bkpr-listaccountevents` to be added in cln-grpc. For RTL, we also need `funderupdate`, `deleteExpiredInvoices`, `disableOffer` and `listconfigs` grpc methods.

enhancement
cln-grpc

### Issue and Steps to Reproduce There is a CLN v22.11 node that opens a zero conf channel to another CLN v22.11 node. When running my integration tests on regtest,...

## New description The `recover` plugin appears to crash if we had dataloss, but the database still contains a trace of the channel, causing the insert to fail during the...

plugin::recovery