| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SHA256SUMS-v26.06 | 2026-06-02 | 525 Bytes | |
| SHA256SUMS-v26.06.asc | 2026-06-02 | 833 Bytes | |
| clightning-v26.06-Fedora-40-amd64.tar.gz | 2026-06-02 | 250.6 MB | |
| clightning-v26.06-Ubuntu-22.04-amd64.tar.xz | 2026-06-02 | 36.2 MB | |
| clightning-v26.06-Ubuntu-24.04-amd64.tar.xz | 2026-06-02 | 36.0 MB | |
| clightning-v26.06-Ubuntu-26.04-amd64.tar.xz | 2026-06-02 | 42.7 MB | |
| clightning-v26.06.zip | 2026-06-02 | 33.6 MB | |
| README.md | 2026-06-02 | 1.9 kB | |
| v26.06 Quantum-Resistant Lightning Channel source code.tar.gz | 2026-06-02 | 19.6 MB | |
| v26.06 Quantum-Resistant Lightning Channel source code.zip | 2026-06-02 | 30.0 MB | |
| Totals: 10 Items | 448.7 MB | 2 | |
This release has been named by @enaples
Highlights for Users
gracefulcommand to prepare CLN for shutdown... gracefully!- Added
sendamountcommand, to make a payment specifying the desired amount to send instead of the amount to be received. - We've started the cycle to deprecate
payand focus our efforts onxpay.xpaynow handlespaycommand by default (usexpay-handle-pay=falseto prevent this) and we now usexpaynotpayfor paying invoices made with invoicerequest(). xpaynow acceptslabelandlocalinvreqidparameters (likepay).xpaywill now update for the current payment if it gets achannel_updatein an error message.xkeysendcommand for keysend with modern routing support.invoice_creationnotification now includesoffer_idwhen the invoice is associated with a BOLT 12 offer.- Removed fields no longer present in documentation / GRPC interfaces.
- Experimental payment proof implementation updated to latest draft
- gossipd made more robust against channel_update spamming.
Highlights for Developers
- JSON-RPC:
createproofto create a payment proof for a (successful) BOLT12 payment. - JSON-RPC:
decodenow supports thelnppayer proof format. - Plugins:
bwatchplugin (enable usingplugin=bwatch)
Protocol Updates
message-paddingdefaults to false, due to poor detection of broken implementations.- We now wait 72 blocks, not 12, before closing channels (BOLT update)
See the changelog for full details
Since v26.04 we’ve had 236 commits in 42 days by 19 authors
A special mention to our three first time contributors:
@nGoline @MSimeZ @Andezion
An enormous thanks to the core-Core Lightning team: @rustyrussell, @ShahanaFarooqui, @sangbida, @cdecker, @nepet, @Lagrang3, @daywalker90, @nGoline and @niftynei