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

Tracking issue: async runtime #184

Open
sorpaas opened this issue Oct 29, 2023 · 0 comments
Open

Tracking issue: async runtime #184

sorpaas opened this issue Oct 29, 2023 · 0 comments

Comments

@sorpaas
Copy link
Member

sorpaas commented Oct 29, 2023

With #183, the code of runtime will be more consolidated, and it'll be much easier then to build to variants of the runtime handler -- sync and async. In the async case, each opcode will trap and return a future.

The speed of sync runtime matters, but not so much for async -- we can afford more abstractions.

This will be useful for light clients and other cases where state is not immediately available.

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

No branches or pull requests

1 participant