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

Use tokio instead of async-std #495

Merged
merged 4 commits into from Apr 1, 2022
Merged

Use tokio instead of async-std #495

merged 4 commits into from Apr 1, 2022

Conversation

lexnv
Copy link
Contributor

@lexnv lexnv commented Apr 1, 2022

Remove the async-std dependency and utilize tokio instead.
This is motivated by the fact that jsonrpsee utilizes under the hood tokio.

Closes #485.

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Copy link
Member

@niklasad1 niklasad1 left a comment

Choose a reason for hiding this comment

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

nice with a smaller dependency tree, LGTM

Copy link
Member

@ascjones ascjones left a comment

Choose a reason for hiding this comment

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

Nice 👍

Copy link
Collaborator

@jsdw jsdw left a comment

Choose a reason for hiding this comment

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

Lovely stuff!

@lexnv lexnv merged commit 6ce9983 into master Apr 1, 2022
@lexnv lexnv deleted the 485_use_tokio_async branch April 1, 2022 14:57
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.

Use tokio instead of async-std.
4 participants