Matt Corallo
Matt Corallo
We're gonna walk back our v2 enablement for 0.1, so this needs to happen for 0.2.
We're gonna walk back our v2 enablement for 0.1, so this needs to happen for 0.2.
Went ahead and squashed to see if CI will run again.
Also made clippy happy: ```diff $ git diff-tree -U2 a07c020d4 4a841aac3diff --git a/lightning-types/src/features.rs b/lightning-types/src/features.rs index 804083d65..d97347b47 100644 --- a/lightning-types/src/features.rs +++ b/lightning-types/src/features.rs @@ -816,5 +816,5 @@ impl DerefMut for FeatureFlags {...
Squashed without further changes.
All trivial changes and there's two reviews so not worth waiting.
Then I'll leave the milestone on it, though its somewhat optimistic it'll make it.
We now support ignoring experimental offer TLVs, but we still need to support actually setting/reading them.
Yes, I control the upstream so can ensure large files are marked no-cache which solves it for me, but whether this is architectural or not it really quite needs fixing...
After rebasing my own rustfmt stuff I realized that the main rebase logic won't actually work in some cases around indentation changes. Because git sometimes mis-identifies hunks as non-conflict it'll...