Skip to content
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

Fix MSRV builds of lightning-transaction-sync in CI #3304

Merged

Conversation

TheBlueMatt
Copy link
Collaborator

No description provided.

`lightning-transaction-sync`'s `esplora-async` dependency
indirectly depends on `tokio-util`, which, like tokio, recently
bumped its MSRV.

Here we update `ci/ci-tests.sh` to pin `tokio-util` to make MSRV
builds pass.
Now that `lightning-transaction-sync` is in the workspace and
covered by our MSRV we should be testing it in our
`msrv-no-dev-deps-check` test crate.
Copy link

codecov bot commented Sep 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.62%. Comparing base (d35239c) to head (35bc575).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3304      +/-   ##
==========================================
- Coverage   89.85%   89.62%   -0.24%     
==========================================
  Files         126      126              
  Lines      104145   102166    -1979     
  Branches   104145   102166    -1979     
==========================================
- Hits        93577    91563    -2014     
+ Misses       7894     7872      -22     
- Partials     2674     2731      +57     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This should marginally reduce the chance of MSRV or other issues in
the future, and is just good practice.
Copy link
Contributor

@tnull tnull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would merge, but the failing linting step doesn't allow it.

@TheBlueMatt
Copy link
Collaborator Author

Ugh, disabled the linting check being blocking...

@TheBlueMatt TheBlueMatt merged commit eba329c into lightningdevkit:main Sep 9, 2024
15 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants