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

Evaluate viability of using wasmi's out-of-box fuel metering #683

Closed
jayz22 opened this issue Feb 13, 2023 · 1 comment · Fixed by #815
Closed

Evaluate viability of using wasmi's out-of-box fuel metering #683

jayz22 opened this issue Feb 13, 2023 · 1 comment · Fixed by #815
Assignees

Comments

@jayz22
Copy link
Contributor

jayz22 commented Feb 13, 2023

Wasmi recently added out-of-the-box support for gas metering. Issue and PR.

This issue tracks the work needed to evaluate its viability in our use case.

@jayz22
Copy link
Contributor Author

jayz22 commented May 4, 2023

Want to make a note that the new metering charging model of giving the VM a preallocated budget (cpu and mem) and let it perform accounting and limit-checking aligns well with the requirements of account abstract and operation bundling, see this discord thread for details. Just a bit of extra motivation.

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