-
Couldn't load subscription status.
- Fork 421
Cut 0.1.7 #4166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cut 0.1.7 #4166
Conversation
These have been merged, causing our docs.rs builds to fail. Sadly, we saw our docs.rs build fail for the 0.1.6 upload because of this. Backport of 6aea586 Resolved conflicts in: * lightning-background-processor/src/lib.rs * lightning-liquidity/src/lib.rs * lightning/src/lib.rs
Sadly, our docs.rs build failed for 0.1.6 due to the unstable `doc_auto_cfg` feature being removed. Here, we try to emulate docs.rs builds as best we can in CI to head that off in the future. Backport of d3faa03
In our upgrade/downgrade tests we want to be able to use the functional test utils as-is externally as a part of CI in later LDK versions. This implies that code that is `cfg(test)` really needs to always be `cfg(any(test, feature = "_test_utils"))`. Sadly, trying to open multiple channels back-to-back on a node with `_test_utils` currently fails as we re-broadcast channel announcement messages, something the functional test utils does not expect. Here we update the `cfg`-flagging of that rebroadcast logic to fix back-to-back channel opens in `_test_utils`. This narrowly backports one hunk of the much larger upstream commit e41e756.
|
👋 Thanks for assigning @valentinewallace as a reviewer! |
Backport of 1ca41b5
3d1b704 to
72045a1
Compare
72045a1 to
6c5399b
Compare
Backports the documentation changes from 2ce8e64
6c5399b to
ac33016
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
./ci/ci-tests.sh passed on my machine
|
👋 The first review has been submitted! Do you think this PR is ready for a second reviewer? If so, click here to assign a second reviewer. |
Fixes the docs.rs build but also fixes _test_utils channel opens which I need for a splicing upgrade test I want to land for 0.2.