Skip to content

Commit b595508

Browse files
committed
CHANGELOG.md: order into a more user-first ordering.
And internal changes don't get CHANGELOG entries, so removed "- Added interactive transaction building routine ([ElementsProject#5287])". We need to come up with some way of marking rust crate changes, as it's not immediately obvious what "- cln-plugin" means? Maybe we switch from JSON-RPC to Control as a more general prefix? Signed-off-by: Rusty Russell <[email protected]>
1 parent 02f9c2d commit b595508

File tree

1 file changed

+27
-30
lines changed

1 file changed

+27
-30
lines changed

CHANGELOG.md

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -12,51 +12,50 @@ TODO: Insert version codename, and username of the contributor that named the re
1212

1313
### Added
1414

15-
- cli: new `--filter` parameter to reduce JSON output. ([#5681])
15+
- Reckless - a Core Lightning plugin manager ([#5647])
16+
- Config: `--database-upgrade=true` required if a non-release version wants to (irrevocably!) upgrade the db. ([#5550])
1617
- Documentation: `lightningd-rpc` manual page describes details of our JSON-RPC interface, including compatibility and filtering. ([#5681])
17-
- pyln: LightningRpc has new `reply_filter` context manager for reducing output of RPC commands. ([#5681])
1818
- JSON-RPC: `filter` object allows reduction of JSON response to (most) commands. ([#5681])
19-
- Reckless - a Core Lightning plugin manager ([#5647])
20-
- cln-plugin: Options are no longer required to have a default value ([#5369])
21-
- Added interactive transaction building routine ([#5287])
22-
- cln-rpc: `keysend` now exposes the `extratlvs` field ([#5674])
23-
- JSON-RPC: The `extratlvs` argument for `keysend` now allows quoting the type numbers in string ([#5674])
24-
- JSON-RPC: `makesecret` can take a string argument instead of hex. ([#5633])
25-
- Protocol: We now delay forgetting funding-spent channels for 12 blocks (as per latest BOLTs, to support splicing in future). ([#5592])
26-
- Protocol: We now set the `dont_forward` bit on private channel_update's message_flags (as per latest BOLTs). ([#5592])
27-
- JSON-RPC: `delpay` takes optional `groupid` and `partid` parameters to specify exactly what payment to delete. ([#5594])
28-
- JSON-RPC: `batching` command to allow database transactions to cross multiple back-to-back JSON commands. ([#5594])
19+
- cli: new `--filter` parameter to reduce JSON output. ([#5681])
20+
- pyln: LightningRpc has new `reply_filter` context manager for reducing output of RPC commands. ([#5681])
21+
- JSON-RPC: `listhtlcs` new command to list all known HTLCS. ([#5594])
22+
- Plugins: `autoclean` can now delete old forwards, payments, and invoices automatically. ([#5594])
2923
- Plugins: `autoclean-once` command for a single cleanup. ([#5594])
3024
- Plugins: `autoclean-status` command to see what autoclean is doing. ([#5594])
31-
- Plugins: `autoclean` can now delete old forwards, payments, and invoices automatically. ([#5594])
32-
- JSON-RPC: `delforward` command to delete listforwards entries. ([#5594])
33-
- JSON-RPC: `listhtlcs` new command to list all known HTLCS. ([#5594])
34-
- JSON-RPC: `listforwards` now shows `in_htlc_id` and `out_htlc_id` ([#5594])
3525
- Config: `accept-htlc-tlv-types` lets us accept unknown even HTLC TLV fields we would normally reject on parsing (was EXPERIMENTAL-only `experimental-accept-extra-tlv-types`). ([#5619])
36-
- JSON-RPC: `keysend` now has `extratlvs` option in non-EXPERIMENTAL builds. ([#5619])
37-
- Protocol: `keysend` will now attach the longest valid text field in the onion to the invoice (so you can have Sphinx.chat users spam you!) ([#5619])
38-
- plugin: The `openchannel` hook may return a custom absolute `reserve` value that the peer must not dip below. ([#5315])
26+
- JSON-RPC: The `extratlvs` argument for `keysend` now allows quoting the type numbers in string ([#5674])
27+
- JSON-RPC: `batching` command to allow database transactions to cross multiple back-to-back JSON commands. ([#5594])
28+
- JSON-RPC: `channel_opened` notification `channel_ready` flag. ([#5490])
29+
- JSON-RPC: `delforward` command to delete listforwards entries. ([#5594])
30+
- JSON-RPC: `delpay` takes optional `groupid` and `partid` parameters to specify exactly what payment to delete. ([#5594])
3931
- JSON-RPC: `fundchannel`, `multifundchannel` and `fundchannel_start` now accept a `reserve` parameter to indicate the absolute reserve to impose on the peer. ([#5315])
40-
- Config: `--database-upgrade=true` required if a non-release version wants to (irrevocably!) upgrade the db. ([#5550])
41-
- Plugins: Added notification topic "block_processed". ([#5581])
32+
- Plugins: `keysend` will now attach the longest valid text field in the onion to the invoice (so you can have Sphinx.chat users spam you!) ([#5619])
33+
- JSON-RPC: `keysend` now has `extratlvs` option in non-EXPERIMENTAL builds. ([#5619])
34+
- JSON-RPC: `listforwards` now shows `in_htlc_id` and `out_htlc_id` ([#5594])
35+
- JSON-RPC: `makesecret` can take a string argument instead of hex. ([#5633])
4236
- JSON-RPC: `pay` and `listpays` now lists the completion time. ([#5398])
43-
- JSON-RPC: `channel_opened` notification `channel_ready` flag. ([#5490])
37+
- Plugins: Added notification topic "block_processed". ([#5581])
38+
- Plugins: `keysend` now exposes the `extratlvs` field ([#5674])
39+
- Plugins: The `openchannel` hook may return a custom absolute `reserve` value that the peer must not dip below. ([#5315])
40+
- Protocol: We now delay forgetting funding-spent channels for 12 blocks (as per latest BOLTs, to support splicing in future). ([#5592])
41+
- Protocol: We now set the `dont_forward` bit on private channel_update's message_flags (as per latest BOLTs). ([#5592])
42+
- cln-plugin: Options are no longer required to have a default value ([#5369])
4443

4544

4645
### Changed
4746

47+
- Protocol: We now require all channel_update messages include htlc_maximum_msat (as per latest BOLTs) ([#5592])
48+
- Protocol: Bolt7 #911 DNS annoucenent support is no longer EXPERIMENTAL ([#5487])
4849
- JSON-RPC: `listfunds` now lists coinbase outputs as 'immature' until they're spendable ([#5664])
4950
- JSON-RPC: UTXOs aren't spendable while immature ([#5664])
5051
- Plugins: `openchannel2` now always includes the `channel_max_msat` ([#5650])
5152
- JSON-RPC: `createonion` no longer allows non-TLV-style payloads. ([#5639])
5253
- cln-plugin: Moved the state binding to the plugin until after the configuration step ([#5493])
53-
- Protocol: We now require all channel_update messages include htlc_maximum_msat (as per latest BOLTs) ([#5592])
5454
- pyln-spec: package updated to latest spec version. ([#5621])
5555
- JSON-RPC: `listforwards` now never shows `payment_hash`; use `listhtlcs`. ([#5594])
5656
- cln-rpc: The `wrong_funding` argument for `close` was changed from `bytes` to `outpoint` ([#5444])
5757
- JSON-RPC: Error code from bcli plugin changed from 400 to 500. ([#5596])
5858
- Plugins: `balance_snapshot` notification does not send balances for channels that aren't locked-in/opened yet ([#5587])
59-
- Bolt7 #911 DNS annoucenent support is no longer EXPERIMENTAL ([#5487])
6059
- Plugins: RPC operations are now still available during shutdown. ([#5577])
6160
- JSON-RPC: `listpeers` `status` now refers to "channel ready" rather than "funding locked" (BOLT language change for zeroconf channels) ([#5490])
6261
- Protocol: `funding_locked` is now called `channel_ready` as per latest BOLTs. ([#5490])
@@ -85,20 +84,20 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
8584

8685
### Fixed
8786
- ld: Reduce identification of own transactions to not slow down over time, reducing block processing time ([#5715])
87+
- Fixed gossip_store corruption from duplicate private channel updates ([#5661])
88+
- Fixed a condition for newly created channels that could trigger a need for reconnect. ([#5601])
89+
- proper gossip_store operation may resolve some previous gossip propagation issues ([#5591])
8890
- onchaind: Witness weight estimations could be slightly lower than the VLS signer ([#5669])
8991
- Protocol: we now correctly decrypt non-256-length onion errors (we always forwarded them fine, now we actually can parse them). ([#5698])
90-
- Fixed gossip_store corruption from duplicate private channel updates ([#5661])
9192
- devtools: `mkfunding` command no longer crashes (abort) ([#5677])
9293
- Plugins: `funder` now honors lease requests across RBFs ([#5650])
9394
- Plugins: `keysend` now removes unknown even (technically illegal!) fields, to try to accept more payments. ([#5645])
9495
- channeld: Channel reinitialization no longer fails when the number of outstanding outgoing HTLCs exceeds `max_accepted_htlcs`. ([#5640])
9596
- pay: Squeezed out the last `msat` from our local view of the network ([#5315])
96-
- Fixed a condition for newly created channels that could trigger a need for reconnect. ([#5601])
9797
- peer_control: getinfo shows the correct port on discovered IPs ([#5585])
9898
- bcli: don't expose bitcoin RPC password on commandline ([#5509])
9999
- Plugins: topology plugin could crash when it sees duplicate private channel announcements. ([#5593])
100100
- JSON-RPC: `commando-rune` now handles \\ escapes properly. ([#5539])
101-
- proper gossip_store operation may resolve some previous gossip propagation issues ([#5591])
102101
- peer_control: getinfo showing unannounced addresses. ([#5584])
103102

104103

@@ -108,8 +107,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
108107
- Protocol: Support for forwarding blinded payments (as per latest draft) ([#5646])
109108
- offers: complete rework of spec from other teams (yay!) breaks previous compatibility (boo!) ([#5646])
110109
- offers: old `payer_key` proofs won't work. ([#5646])
111-
- remove "vendor" (use "issuer") and "timestamp" (use "created_at") fields (deprecated v0.10.2). ([#5490])
112-
110+
- bolt12: remove "vendor" (use "issuer") and "timestamp" (use "created_at") fields (deprecated v0.10.2). ([#5490])
113111

114112

115113
[#5674]: https://github.com/ElementsProject/lightning/pull/5674
@@ -178,7 +176,6 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
178176
[#5619]: https://github.com/ElementsProject/lightning/pull/5619
179177
[#5681]: https://github.com/ElementsProject/lightning/pull/5681
180178
[#5594]: https://github.com/ElementsProject/lightning/pull/5594
181-
[#5287]: https://github.com/ElementsProject/lightning/pull/5287
182179
[#5646]: https://github.com/ElementsProject/lightning/pull/5646
183180
[#5490]: https://github.com/ElementsProject/lightning/pull/5490
184181
[#5490]: https://github.com/ElementsProject/lightning/pull/5490

0 commit comments

Comments
 (0)