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
@@ -74,6 +74,8 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
74
74
- Protocol: Implemented splicing restart logic for tx_signature and commitment_signed. Splice commitments are reworked in a manner incompatible with the last version. ([#6840])
75
75
- Wallet: close change outputs show up immediately in `listfunds` so you can CPFP. ([#6734])
76
76
- Restore any missing metadata that resource constrained signers stripped ([#6767])
77
+
- JSON-RPC: Plugin notification `msat` fields in `invoice_payment` and `invoice_created` hooks now a number, not a string with "msat" suffix. ([#6884])
78
+
- JSON-RPC: Plugin hook `payment``msat` field is now a number, not a string with "msat" suffix. ([#6884])
77
79
- JSON-RPC: fix `checkrune` when `method` parameter is the empty string. ([#6759])
78
80
- JSON-RPC: `getroute` now documents that it ignores `fuzzpercent`. ([#6697])
79
81
- Rune: use runes table `id` instead `runes_uniqueid` from `vars` because it returns incorrect unique id if rune/s migrated from datastore. ([#6715])
@@ -122,6 +124,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
0 commit comments