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

Remove surf and replace it with reqwest #1446

Closed
KolbyML opened this issue Sep 13, 2024 · 1 comment · Fixed by #1448
Closed

Remove surf and replace it with reqwest #1446

KolbyML opened this issue Sep 13, 2024 · 1 comment · Fixed by #1448

Comments

@KolbyML
Copy link
Member

KolbyML commented Sep 13, 2024

#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

  • hyper
  • reqwest

Apparently reqwest is built on hyper, with some extra utils which is nice

@KolbyML KolbyML changed the title Remove surf with reqwest Remove surf and replace it with reqwest Sep 13, 2024
@morph-dev
Copy link
Collaborator

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.

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 a pull request may close this issue.

2 participants