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

Hi, I am trying to run the latest release of `lightningd` in the [shadow simulator](https://github.com/shadow/shadow), but have so far not managed to get it running. The simulation fails because shadow...

This PR adds a `missing-grpc` command to msggen which can be used to track down missing grpc methods: https://github.com/ElementsProject/lightning/issues/7167#issuecomment-2016969997 It currently outputs: ``` Missing RPC commands in grpc: delforward makesecret...

cln-grpc
Highlight - UX and Dev Experience

Add a command to list all addresses issued by the wallet till date or filter addresses for a supplied address.

wallet
addr
Highlight - UX and Dev Experience

Allow an existing private channel to announce itself on the network or vise versa.

enhancement
Highlight - Protocol
Highlight - UX and Dev Experience

Currently, there is no way to enable disabled BOLT12 offers. I have created an experimental offer for withdrawal mining revenue from OCEAN pool, but disabled it since I thought it...

offers
Feature Request
Highlight - UX and Dev Experience

This https://docs.corelightning.org/reference/lightning-sql is very nice. Could we have this also on the grpc api.

Feature Request
cln-grpc

``` ➜ lightning git:(pr7433) ✗ poetry shell The Poetry configuration is invalid: - Additional properties are not allowed ('package-mode' was unexpected) ➜ lightning git:(pr7433) ✗ ```

### Issue and Steps to Reproduce after an update from 23 to 24 CLN crashed with following dump. we had some issue where we have a lot of pending channel...

cln v24.05: apparently some fields are missing from `sendpay_failure` notifications: ``` sendpay_failure notification: {\"sendpay_failure\":{\"code\":204,\"message\":\"failed: WIRE_UNKNOWN_NEXT_PEER (reply from remote)\",\"data\":{\"created_index\":8398,\"id\":8398,\"payment_hash\":\"a6ac55c126b415f9236526fbb6e8c847db5dc1da94db148f85db512ca3dc0c82\",\"groupid\":2,\"partid\":1,\"destination\":\"03f060953bef5b777dc77e44afa3859d022fc1a77c55138deb232ad7255e869c00\",\"amount_msat\":5311800403,\"amount_sent_msat\":5311859832,\"created_at\":1719325305,\"status\":\"pending\",\"erring_index\":1,\"failcode\":16394,\"failcodename\":\"WIRE_UNKNOWN_NEXT_PEER\",\"raw_message\":\"400a\"}}} ``` missing: - `erring_node` - `erring_channel` - `erring_direction` Also notice how `status`...

# Tracking issue This issue is trying to summarize all the issue that are stopping the BOLT 12 compatibility with other implementation. The problem is that, while the CLN team...

tracking issue