-
Notifications
You must be signed in to change notification settings - Fork 21
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
dev: use jumpdest logic from src in interpreter #660
Milestone
Comments
Eikix
added a commit
that referenced
this issue
Feb 7, 2025
Eikix
added a commit
that referenced
this issue
Feb 7, 2025
Hola. I'm Tobias and I'm new to the space. I've already contributed to some projects and would like to add this to my pool of experience plus I recently learned rust and cairo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
why
use a more optimized jump dest computation
how
in interpreter.cairo, replace
from ethereum.cancun.vm.runtime import get_valid_jump_destinations
with implementation in srcThe text was updated successfully, but these errors were encountered: