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
- Plugins: `keysend` now exposes the `extratlvs` field ([#5674])
39
38
- Plugins: The `openchannel` hook may return a custom absolute `reserve` value that the peer must not dip below. ([#5315])
39
+
- Plugins: `getmanfest` response can contain `nonnumericids` to indicate support for modern string-based JSON request ids. ([#5727])
40
40
- Protocol: We now delay forgetting funding-spent channels for 12 blocks (as per latest BOLTs, to support splicing in future). ([#5592])
41
41
- Protocol: We now set the `dont_forward` bit on private channel_update's message_flags (as per latest BOLTs). ([#5592])
42
42
- cln-plugin: Options are no longer required to have a default value ([#5369])
@@ -69,6 +69,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
69
69
- JSON-RPC: `delexpiredinvoice`: use `autoclean-once`. ([#5594])
70
70
- JSON-RPC: `commando-rune` restrictions is always an array, each element an array of alternatives. Replaces a string with `|`-separators, so no escaping necessary except for `\\`. ([#5539])
0 commit comments