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

[deps]: update hyper to v1.0 #1257

Closed
Tracked by #1292
niklasad1 opened this issue Dec 6, 2023 · 0 comments · Fixed by #1368
Closed
Tracked by #1292

[deps]: update hyper to v1.0 #1257

niklasad1 opened this issue Dec 6, 2023 · 0 comments · Fixed by #1368

Comments

@niklasad1
Copy link
Member

niklasad1 commented Dec 6, 2023

Hyper has released a new version v1.0 which has plenty of changes that impacts jsonrpsee.

We want to update when the rest of the ecosystem has updated.

Me and Tadeo have chatted about this and the roadmap is the following:

  1. Update the server to hyper v1.0 and the service_fn has be replaced by loop { let stream = socket.accept(), ... }
    • http has be bumped to v1.0
    • our shared helpers for reading bytes may need to be changed
    • some other stuff
    • maybe tower has been bumped as well not sure
  2. Bump the client and best would be the use the hyper util for the high level client API
  3. Bump hyper-rustls, tower etc to hyper v1.0
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.

1 participant