We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#1444 Risc-V support is blocked by surf http-rs/surf#352 (comment) surf has been unmaintained for the last 2 years.
It seems like the 2 best options are
Apparently reqwest is built on hyper, with some extra utils which is nice
The text was updated successfully, but these errors were encountered:
I just want to highlight that we already depend on both hyper (in rpc and ethportal-peertest ) and reqwest (in light-client) in our repo.
I think #1448 (replace surf with request) can go as is, but I think we should create separate PR to migrate hyper to reqwest as well.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
#1444 Risc-V support is blocked by surf http-rs/surf#352 (comment) surf has been unmaintained for the last 2 years.
It seems like the 2 best options are
Apparently reqwest is built on hyper, with some extra utils which is nice
The text was updated successfully, but these errors were encountered: