-
Notifications
You must be signed in to change notification settings - Fork 371
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
Bump esplora-client
to 0.11
#3348
Bump esplora-client
to 0.11
#3348
Conversation
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.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3348 +/- ##
==========================================
- Coverage 89.59% 89.55% -0.04%
==========================================
Files 127 127
Lines 103438 103438
Branches 103438 103438
==========================================
- Hits 92672 92631 -41
- Misses 8049 8082 +33
- Partials 2717 2725 +8 ☔ View full report in Codecov by Sentry. |
Might want to hold off until they fixed bitcoindevkit/rust-esplora-client#102 |
4d9bcf1
to
fc98f50
Compare
Should be good for review, now that they shipped |
fc98f50
to
426824e
Compare
.. the most-recent release, which also dropped the `async-std` dependency in favor of a default sleeper implementation using `tokio`.
426824e
to
850952c
Compare
Bump
esplora-client
to 0.11.. the most-recent release, which also dropped the
async-std
dependency in favor of a default sleeper implementation usingtokio
.This is needed for compatibility with upcoming BDK versions.