Skip to content

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.

@TheBlueMatt TheBlueMatt force-pushed the 2024-09-tokio-util-msrv branch from 6be240e to 215295f Compare September 8, 2024 21:42
This should marginally reduce the chance of MSRV or other issues in
the future, and is just good practice.
@TheBlueMatt TheBlueMatt force-pushed the 2024-09-tokio-util-msrv branch from 215295f to 35bc575 Compare September 8, 2024 21:42
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