CHANGELOG.md: add missing entry for keysend LDK fix.
What changed, and why it matters
This commit only adds a missing changelog entry describing an earlier bug fix. It does not change any code, configuration, or behavior. The actual fix (changing keysend's assumed final CLTV from 22 to 42 blocks for compatibility with LDK nodes) was made in a separate pull request referenced in the changelog. There is no security-relevant change in this commit itself.
No action needed for this commit. Review the referenced PR #9046 if you want to assess the actual keysend CLTV fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only update to CHANGELOG.md. It inserts one bullet noting that the JSON-RPC keysend command now assumes a final CLTV delta of 42 instead of 22, which is intended to fix sending payments to LDK nodes, and adds the corresponding PR link reference. No source code, tests, build files, or runtime behavior are modified.
Changed components
CHANGELOG.mdInspect captured patch +2 / −0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 260b1d07..46401b5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -63,6 +63,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
- gossipd: now uses `lightning_gossip_compactd` helper to compact the gossip_store file on demand, keeping it under about 210MB. ([#8903])
- connectd: throttle incoming peers to give fairer peer handling under stress. ([#8983])
- lightningd no longer crashes when replaying stored blinded HTLCs during startup. ([#8974])
+ - JSON-RPC: `keysend` now assumes 42, not 22 for final CLTV (should fix sending to LDK nodes)([#9046])
- JSON-RPC: `decode` is now more informative with malformed strings (won't claim everything is a malformed rune!). ([#8814])
- Build: Core lightning builds for Fedora on all systems are deterministic. ([#8846])
- lightningd: unreserve UTXOs from withheld funding PSBT ([#8943])
@@ -132,6 +133,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
[#8983]: https://github.com/ElementsProject/lightning/pull/8983
[#8997]: https://github.com/ElementsProject/lightning/pull/8997
[#9021]: https://github.com/ElementsProject/lightning/pull/9021
+[#9046]: https://github.com/ElementsProject/lightning/pull/9046
[v26.04rc2]: https://github.com/ElementsProject/lightning/releases/tag/v26.04rc2
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.