Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SHA256SUMS.asc | 2025-03-05 | 1.1 kB | |
clightning-v25.02-Fedora-35-amd64.tar.gz | 2025-03-05 | 76.9 MB | |
clightning-v25.02-Ubuntu-20.04-amd64.tar.xz | 2025-03-05 | 26.8 MB | |
clightning-v25.02-Ubuntu-22.04-amd64.tar.xz | 2025-03-05 | 27.5 MB | |
clightning-v25.02-Ubuntu-24.04-amd64.tar.xz | 2025-03-05 | 24.9 MB | |
clightning-v25.02.zip | 2025-03-05 | 28.7 MB | |
SHA256SUMS | 2025-03-05 | 525 Bytes | |
README.md | 2025-03-05 | 1.8 kB | |
v25.02 Onion Packet Filler Accreditation source code.tar.gz | 2025-03-05 | 14.4 MB | |
v25.02 Onion Packet Filler Accreditation source code.zip | 2025-03-05 | 23.4 MB | |
Totals: 10 Items | 222.6 MB | 2 |
This release named by @s373nZ .
Please note: the reproducible build is currently non-deterministic due to the compilation step of the new clnrest plugin. We don't want that to hold up the release, however. The issue is known and will be addressed in a subsequent point release.
Highlights for users:
- Channel backup turns our peers into watchtowers by now allowing your node to generate penalty transactions!
- blacklisted runes can now be restored via
relist
. - xpay has many, many bugfixes, and is now almost seamlessly compatible when
xpay-handle-pay
is used. lightning-cli
has neater help output, and doesn't crash occasionally on xpay notifications.setconfig
does more safety checks and uses a separate "config.setconfig" file for runtime changes: you can also now set transient=true if you don't want the config files changed.- Fixed a bug where we would fail to collect our own funds if we force closed a channel we had leased with --experimental-dual-fund.
Highlights for the network:
- Splicing: stricter checking for better interoperability with Eclair.
Highlights for developers:
- clnrest is now a rust plugin.
listpeerchannels
now contains fieldstheir_max_htlc_value_in_flight
andour_max_htlc_value_in_flight
to better calculate channel limits.- New notifications
plugin_stopped
andplugin_started
. fetchinvoice
now has BIP353 DNS payment instruction support.
Since 24.11.1, we had 261 commits in 76 days from 21 different authors, including three new ones: - Nishant Bansal - gudnuf - Erick λ
See the CHANGELOG for more details!
Thank you from the Core Lightning Team: @endothermicdev, @rustyrussell, @cdecker, @nepet, @ShahanaFarooqui, and @niftynei.