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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ older versions will no longer work -- `payment_secret` is now compulsory.
56
56
- JSON-RPC: `fundpsbt` will not include UTXOs that aren't economic (can't pay for their own fees), unless 'all' ([#4509])
57
57
- JSON-RPC: `close` now always returns notifications on delays. ([#4465])
58
58
- Protocol: All new invoices require a `payment_secret` (i.e. modern TLV format onion) ([#4646])
59
+
- Protocol: Allow out-of-bound fee updates from peers, as long as they're not getting *worse* ([#4681])
59
60
- Protocol: We can no longer connect to peers which don't support `payment_secret`. ([#4646])
60
61
- Protocol: We will now reestablish and negotiate mutual close on channels we've already closed (great if peer has lost their database). ([#4559])
61
62
- Protocol: We now assume nodes support TLV onions (non-legacy) unless we have a `node_announcement` which says they don't. ([#4646])
@@ -128,6 +129,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
128
129
- Plugins: add a `channel_max_msat` value to the `openchannel2` hook. Tells you the total max funding this channel is allowed to have. ([#4489])
129
130
- funder: `funderupdate` command to view and update params for contributing our wallet funds to v2 channel openings. Provides params for enabling `option_will_fund`. ([#4664])
0 commit comments