splice: Take splice out of experimental mode!#9021
splice: Take splice out of experimental mode!#9021ddustin wants to merge 4 commits intoElementsProject:masterfrom
Conversation
a38d635 to
c170ea0
Compare
53a144f to
119e87a
Compare
Fix leaking of the `abort_pkg` if our peer does not support splicing.
9f31c41 to
878f6f3
Compare
|
It's good, but a bit overzealous. We need to silently accept it and run a full deprecation period. This avoids breaking people's configs when they upgrade (and by the time we do remove it, in 12 months, they don't have to worry about downgrading). See this example: Then update doc/developers-guide/deprecations.md, and Changelog-Deprecated it. |
Turn splicing on by default for channel feature sets! Changelog-Deprecated Splicing is now enabled by default!
d9980c2 to
dadedd3
Compare
Okay I think I got all the deprecation steps in. Cool system! Added the command back in with the deprecation warning, adjusted |
bb440fd to
5e62761
Compare
5e62761 to
92bc86e
Compare
e5c2de7 to
c406406
Compare
c406406 to
6e0022f
Compare
When the doc generator fails, make the CI output the diff of how it failed.
6e0022f to
4712f33
Compare
Turn on splicing by default and remove the experimental splicing feature!