-
Notifications
You must be signed in to change notification settings - Fork 224
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
chore: get rid of openssl #2305
Conversation
73ab184
to
8c49c9d
Compare
Fails during |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2305 /- ##
==========================================
- Coverage 59.88% 59.12% -0.77%
==========================================
Files 158 159 1
Lines 33415 33919 504
==========================================
Hits 20009 20053 44
- Misses 13406 13866 460
... and 45 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
jsonrpsee-types = "0.16.0" | ||
jsonrpsee-core = { version = "0.16.2", features = [ "client" ] } | ||
# TODO: use official release, but right now there's a bug that stalls our client | ||
jsonrpsee-types = { version = "0.18.0" } |
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.
I don't think this comment is relevant anymore?
jsonrpsee-types = "0.16.0" | ||
jsonrpsee-core = { version = "0.16.2", features = [ "client" ] } | ||
# TODO: use official release, but right now there's a bug that stalls our client | ||
jsonrpsee-types = "0.18.0" |
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.
can remove this comment
@@ -54,6 54,12 @@ function check_forbidden_dependencies() { | |||
return 1 | |||
fi | |||
done | |||
find ./ -name Cargo.lock | while read -r cargo_lock ; do |
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.
❤️
Fixes #2200