You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39-20Lines changed: 39 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,15 +42,12 @@ This release is named by TBD.
42
42
-`gossipd` no longer compacts gossip_store on startup (improving start times significantly). ([#8903])
43
43
- Build: most binaries are now about 20% smaller. ([#8658])
44
44
- lightningd: logging is now more efficient internally (no more pruning, simple ringbuffer). ([#8770])
45
-
- JSON-RPC: `recover` takes a 12-word mnemonic for nodes created by v25.12 or later. ([#8830])
46
-
-`lightning-hsmtool`: `getsecret` replaces `getcodexsecret` for modern nodes (gives mnemonic). ([#8830])
47
45
48
46
49
47
### Deprecated
50
48
51
49
Note: You should always set `allow-deprecated-apis=false` to test for changes.
52
50
53
-
-`lightning-hsmtool`: `getcodexsecret`. Use `getsecret`. ([#8830])
54
51
- Config: `experimental-splicing`. Enabled by default. ([#9021])
55
52
56
53
### Removed
@@ -83,16 +80,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
83
80
- JSON_RPC: `getroutes` fixed a class of corner cases that cause askrene main loop to timeout instead of quickly failing, thus wasting runtime. ([#8866])
84
81
- Testing infrastructure no longer fails when logging output capture is disabled. ([#8843])
85
82
- Build: Core lightning builds for Fedora on all systems are deterministic. ([#8846])
86
-
- lightningd: we now correctly sign for non-taproot addresses given by nodes created by v25.12 or newer. ([#8831])
87
-
-`lightning-hsmtool`: handle mnemonic hsm_secret files (nodes created >= v25.12). ([#8831])
88
-
- plugins: `pay` can crash on errors returned from deep inside routehints. ([#8829])
89
-
- plugins: `askrene` can crash on a corner case in increase_flows. ([#8829])
90
-
- askrene: fix a plugin crash triggered during single path payments when a channel fees doesn't fit u32. ([#8832])
91
-
- JSON-RPC: malformed filters no longer crash lightningd. ([#8780])
92
-
- JSON-RPC: `pay``maxdelay` parameter now enforced for direct channel payments ([#8740])
93
83
- Ensure documentation renders correctly when adding/updating new RPCs by detecting non-MDX-compatible pages. ([#8792])
94
-
- JSON-RPC: `listnodes` would occasionally not show a node announcement. ([#8769])
95
-
- lightningd: potential crash on startup if bitcoind isn't up-to-date. ([#8779])
96
84
97
85
98
86
### EXPERIMENTAL
@@ -109,14 +97,10 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
0 commit comments