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

This PR should be title "Never assume that some shit works". Thanks for @niftynei that wake up me and said "Hey this is a DB issue", and thanks to @rustyrussell...

We add a channel filtering paymod that disables channels that have very low max_htlc. It can be expanded to consider other properties as well, for instance high base fee, low...

While fixing the bug #7337 I have realized that the mechanism for tracking pending routes internally in renepay is way too complicated, prone to bugs. With this PR I wan...

When renepay starts, one of the first operations it does is to check for pending sendpays for the same invoice. Those are added up to an internal database to keep...

bug

I was working on a transactions view in zeus for onchain and noticed that to get info on actual deposits and withdrawals, its really hard in CLN. I am having...

decode command on CLN 24.05 thinks this offer (created by LDK) is rune ``` cln decode lno1qsgxeghagrrs3fygrz74wxpskwfpsyxvqttftvqu0f5sneckep3lkwdut7mmhhpcyjmlmnjn4hze8ed7pq88xqs35u5wdnnnhpw53ntuems6qs8hggqac250urm6dl9vlpq9f2q2ucpq9kpa4r734cduc7lkt7gl0dcqn0ku648u9q9v643jsl6ec2kkgge4qqemsc8plk5hd96ljealz9cs9d3exlxw8jg876k2sv25kyk2dgyw7r3ry7fnn4f32d4g5lqy8n3qtqfr7zcecqm4ur8msqhfkuw0a3t75njaksj22ch9zhr43j6fjfntzqmgyacl6gqpq5lxewmaz5v5ktqww0qlv7m25kckyyp5zf4cqk35j2mfa23t9c8ukmtpu66vjca5d8xvp6zu3wuup7y28ss { "type": "rune", "hex": "393637613335616163383331376130383561383262616563646466636130616633656638633331613663393330376539623332633666616164623566623666613aaed1fe6c9de7247a9de593076eb7b9a6861aca39a59a78e7e21cdef1e77ba6af3cc6ab37e6ee707679e7869c39de7b6e7a6b3aaacf21820a9a736e74bab9ba765f6f969abd7f6ab6b9ca6af64a5ae2bef7e1c76e73b964b7b825d1d72a9f492eeb8f2ef6af6feb8de3b25e9e7369248207b8aaa7a6b1cf29964e6177dea58de6a5cfd72cf5dddec670f2383cefa936b2fdb9932936760cb0eebdebcbb7e79f87f7d9de20e65ab2f27deab6a7ebef371e72a9b8babf26b2a85f92ec346b7b7be678da92c8f6d9c87dce1af8de3e9f8df9edcea9a0c9a725ea0aa9ab99717b099acf9bf992dab0c34aa5bfb9b6e64724cb2a79cdfe1caa4df98f699f6b6dedf5cf2e926b69bbaeaf8dc6b977cc6fa7aceedf0baea7bcb6f2cb", "warning_rune_invalid_utf8": "Rune contains invalid UTF-8 strings", "valid": false...

component::bolt12-pay

It's time to name them and shame them, as the work of the maintainer, or release captain is suffering from having to restart test runs over and over again: |...

After following all of the steps to update/install lightning. I find that my node is refusing to update due to an earlier install that created a "permanent" v0.12.01 on my...

I have two channels that were unilaterally closed by me. These now refuse to be forgotten, even though the associated transactions were confirmed long ago. This also means that cln...

I would like to set up a systemd lightning.service to ensure that upon system restart lightningd is automatically restarted. Importantly, for my use case, I have an encrypted hsm_secret and...