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

chore: get rid of openssl #2305

Merged
merged 1 commit into from
Apr 26, 2023
Merged

chore: get rid of openssl #2305

merged 1 commit into from
Apr 26, 2023

Conversation

jkitman
Copy link
Contributor

@jkitman jkitman commented Apr 23, 2023

Fixes #2200

@jkitman jkitman force-pushed the openssl branch 2 times, most recently from 73ab184 to 8c49c9d Compare April 23, 2023 16:00
@jkitman
Copy link
Contributor Author

jkitman commented Apr 24, 2023

Fails during ecash_can_be_recovered when client.request never returns (server works fine).

@codecov
Copy link

codecov bot commented Apr 26, 2023

Codecov Report

Patch coverage: 38.46% and project coverage change: -0.77 ⚠️

Comparison is base (d5b3493) 59.88% compared to head (41fcb5c) 59.12%.

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     
Impacted Files Coverage Δ
fedimint-core/src/api.rs 79.63% <25.00%> (-3.64%) ⬇️
fedimint-client-legacy/src/api/fake.rs 78.26% <44.44%> (-2.70%) ⬇️

... 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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jkitman jkitman marked this pull request as ready for review April 26, 2023 00:12
@jkitman jkitman requested review from a team as code owners April 26, 2023 00:12
@jkitman jkitman enabled auto-merge (squash) April 26, 2023 11:13
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" }
Copy link
Contributor

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"
Copy link
Contributor

Choose a reason for hiding this comment

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

can remove this comment

@jkitman jkitman merged commit 1e05c0e into fedimint:master Apr 26, 2023
@@ -54,6 54,12 @@ function check_forbidden_dependencies() {
return 1
fi
done
find ./ -name Cargo.lock | while read -r cargo_lock ; do
Copy link
Contributor

Choose a reason for hiding this comment

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

❤️

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.

Get rid of openssl
3 participants