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

Infinite Loops Break Playground #245

Open
Drblessing opened this issue Jun 6, 2023 · 1 comment
Open

Infinite Loops Break Playground #245

Drblessing opened this issue Jun 6, 2023 · 1 comment

Comments

@Drblessing
Copy link

In the EVM Playground, running:

JUMPDEST
PUSH1 0 
JUMP

Then clicking "Continue execution" will break the playground and make the webpage unresponsive. I'm not sure if this is intended or if there should be a max gas limit like in the EVM.

@peroket
Copy link
Member

peroket commented Jun 7, 2023

Thank you :-)
We do use gas, but we set the limit very high. Any code is run locally within the browser, so this does not affect our servers. We may want to add the possibility to set the gas though to limit those issues, we will discuss it internally.

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

2 participants