Skip to content

Commit ababb41

Browse files
committed
included a changelog
1 parent aed69e6 commit ababb41

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,43 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6+
7+
## [25.09.2] - 2025-11-04: "Hot Wallet Guardian III"
8+
9+
`Bookkeeper` and `xpay` users: please upgrade!
10+
This point release includes fixes for `xpay`, `bookkeeper` and optimizations for large nodes using `bookkeeper`.
11+
12+
### Changed
13+
14+
- plugins: the sql plugin now keeps an index on `channelmoves` by `payment_hash`. ([#8618])
15+
 - plugins: `bookkeeper` reduced logging for large imports to increase speed. ([#8657])
16+
 - plugins: `sql` initial load for tables is much faster (e.g 82 to 17 seconds for very large channelmoves table). ([#8657])
17+
18+
### Fixed
19+
20+
- Core lightning builds for Ubuntu Focal, Jammy and Noble are deterministic again. ([#8547])
21+
 - Reproducible build for Ubuntu noble by updating sqlite3 version and shasums. ([#8551])
22+
- plugins: bookkeeper first invocation after migration from prior to 25.09 with very large databases will not crash. ([#8618])
23+
- `xpay` would sometimes leave payment parts status `pending` in failure cases (as seen in listpays or listsendpays). ([#8635])
24+
- Plugins: `askrene` could enter an infinite loop when maxparts is restricted. ([#8636])
25+
- plugins: `bcli` would fail with "Argument list too long" when sending a giant tx. ([#8639])
26+
- JSON-RPC: Dealing with giant PSBTs (700 inputs!) is now much faster. ([#8639])
27+
- plugins: assertion crash in bookkeeper when fresh records arrive while multiple queries in progress. ([#8642])
28+
- Plugins: `bookkeeper` now correctly restores chain event blockheights it has derived. ([#8649])
29+
30+
[#8529]: https://github.com/ElementsProject/lightning/pull/8529
31+
[#8547]: https://github.com/ElementsProject/lightning/pull/8547
32+
[#8551]: https://github.com/ElementsProject/lightning/pull/8551
33+
[#8607]: https://github.com/ElementsProject/lightning/pull/8607
34+
[#8618]: https://github.com/ElementsProject/lightning/pull/8618
35+
[#8635]: https://github.com/ElementsProject/lightning/pull/8635
36+
[#8636]: https://github.com/ElementsProject/lightning/pull/8636
37+
[#8639]: https://github.com/ElementsProject/lightning/pull/8639
38+
[#8642]: https://github.com/ElementsProject/lightning/pull/8642
39+
[#8649]: https://github.com/ElementsProject/lightning/pull/8649
40+
[#8657]: https://github.com/ElementsProject/lightning/pull/8657
41+
[25.09.2]: https://github.com/ElementsProject/lightning/releases/tag/v25.09.2
42+
643
## [25.09.1] - 2025-10-15: "Hot Wallet Guardian II"
744

845
Several important fixes, please upgrade!

0 commit comments

Comments
 (0)