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
@@ -65,6 +65,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
65
65
- Offers: require peers for blinded paths to have `option_onion_messages`, due to reports of LND not forwarding our blinded payments correctly. ([#8682])
66
66
- Protocol: we now re-transmit unseen funding transactions on startup, for more robustness. ([#8546])
67
67
- Plugins: `askrene` now handles limits on number of htlcs much more gracefully. ([#8688])
68
+
- Plugins: `listpays` can be missing the bolt11 information in some cases where `pay` is used. ([#8690])
68
69
- Plugins: `bkpr_listincome` now honors `start\_time` and `end\_time` parameters for onchain fees. ([#8624])
69
70
- JSON-RPC: `autoclean-once` returns "uncleaned" number reflecting number of candidates which were too new to be cleaned, not all records we didn't delete. ([#8651])
70
71
- JSON-RPC: `invoice` no longer accepts 640-byte descriptions (it would produce malformed invoices). ([#8535])
@@ -96,6 +97,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
0 commit comments