File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 83
83
84
84
## Serialization Compatibility
85
85
* Channels open with ` option_scid_alias ` negotiated (enabled via
86
- ` ChannelHandshakeConfig::negotiate_scid_privacy ` ) will not be compatible with
87
- prior releases (#1351 ). Similarly for inbound channels where the
88
- ` accept_channel ` message has ` ChannelTypeFeatures::supports_scid_privacy ` .
86
+ ` ChannelHandshakeConfig::negotiate_scid_privacy ` ) will be incompatible with
87
+ prior releases. Similarly, inbound channels accepted from an
88
+ ` OpenChannelRequest ` with a ` channel_type ` that has
89
+ ` ChannelTypeFeatures::supports_scid_privacy ` return true will also be
90
+ incompatible with prior versions (#1351 ).
89
91
90
92
In total, this release features 43 files changed, 3900 insertions, 1241
91
93
deletions in 69 commits from 11 authors, in alphabetical order:
You can’t perform that action at this time.
0 commit comments