-
Notifications
You must be signed in to change notification settings - Fork 7
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_recursion_counter #333
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add this also for local_execution call?
In assembly script local_execution, we have a call to local_call that already increments the counter: massa-sc-runtime/src/as_execution/abi.rs Line 1416 in 8ad1dc9
In wasm_v1 abi_local_execution, we do increment it as it directly calls wasmer |
No description provided.