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

While our logging is super flexible, we are missing a feature to give the power to a plugin to be notified about logging. This is useful when you are deploying...

I'm on v24.02.1 and tried renepay on testnet and mainnet and on both i get this crash immediately: ``` Mar 15 14:55:57 lightningd[2544216]: DEBUG plugin-cln-renepay: Starting renepay Mar 15 14:55:57...

component::pay

### Issue and Steps to Reproduce In `regtest` trying to over-pay a multipart payment, the recipient crashes. Head at d716e6db734c62610432b7d703cb6bddd22016c3. Steps to reproduce ``` start_ln 5 fund_nodes export INV=$(l4-cli invoice...

Often when I close a channel and had little liquidity on my side I do a LN swap-in with that small UTXO. However services such as Boltz and similar require...

Feature Request

``` 2024-03-10T10:58:21.974Z DEBUG 03d35779ff612c574b92494d74300ce467e0eb510181a6ae3eb74d8ada891d82aa-gossipd: Received node_announcement for node 03dbd8ef074d87608ea6ceb905e54cdc5bff505b649b34c695850f27beb815bcaa 2024-03-10T10:58:21.974Z **BROKEN** gossipd: gossip_store: get delete entry offset 387938967/388133826 (version v24.02-modded) 2024-03-10T10:58:21.974Z **BROKEN** gossipd: backtrace: common/daemon.c:38 (send_backtrace) 0x561dffb59322 2024-03-10T10:58:21.974Z **BROKEN** gossipd:...

component::gossipd

Although not crashing, I still get these warnings for `v24.02` on `Ubuntu 20.04.6 LTS`: ``` 2024-03-01T14:45:59.660Z **BROKEN** gossipd: gossip_store flag-2048 @7609705 for 256 already set! 2024-03-01T14:45:59.660Z **BROKEN** gossipd: gossip_store flag-2048...

component::gossipd

... and the node seems to have no knowledge of the UTXO or its address, which appear in public mempools. Now the funds seem to be in some sort of...

### Issue and Steps to Reproduce Most payments (as small as 10000 sats) we are trying to send via CLN's `pay` gRPC are failing with `Reason: Ran out of routes...

pay-plugin

### Issue and Steps to Reproduce ``` $ reckless install https://github.com/BoltzExchange/boltz-backend/tree/master/tools/plugins/hold $ ``` With -v: ``` $ reckless -v install https://github.com/BoltzExchange/boltz-backend/tree/master/tools/plugins/hold [2024-03-14 03:43:25,959] DEBUG: Searching for https://github.com/BoltzExchange/boltz-backend/tree/master/tools/plugins/hold [2024-03-14 03:43:25,960] DEBUG:...

plugin

Unable to generate P2TR address via gRPC. `rpc error: code = Canceled desc = stream terminated by RST_STREAM with error code: CANCEL`