Skip to content

Reduce scope of pulling OpenSSL as a dependency #18

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

Merged
1 commit merged into from
Oct 31, 2022

Conversation

mikonieminen
Copy link
Contributor

When dropping ethereum and erc20 features, we can drop also OpenSSL as a dependency. Currently web3 crate cause openssl to be pulled as a dependency no matter which features are enabled or disabled.

But at least if these features are not needed, we can now drop OpenSSL when configuring reqwest dependency correctly.

When dropping `ethereum` and `erc20` features, we can drop also OpenSSL
as a dependency. Currently `web3` crate cause `openssl` to be pulled
as a dependency no matter which features are enabled or disabled.

But at least if these features are not needed, we can now drop OpenSSL
when configuring `reqwest` dependency correctly.
@mikonieminen mikonieminen requested a review from a user October 30, 2022 09:56
@ghost
Copy link

ghost commented Oct 31, 2022

For now, web3 can't be removed. Needs further implementation of ERC20 and Ethereum signing/verification without it.

@ghost ghost merged commit 8dd4eac into master Oct 31, 2022
This pull request was closed.
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.

1 participant