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

Add support for hints #18

Open
willemolding opened this issue Dec 5, 2023 · 0 comments
Open

Add support for hints #18

willemolding opened this issue Dec 5, 2023 · 0 comments

Comments

@willemolding
Copy link
Collaborator

The Cannon-vm supports hints as an optional way for the guest program to communicate with the host. It has no effect in the on-chain VM.

This is used in Optimism for example to allow the guest to advise the host to pre-fetch certain pieces of chain data early in execution rather than when it is needed via the pre-image oracle.

Cannon-rs currently does not support the hint syscalls and these should be added for full support.

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