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

Adapt execute_entrypoint to execute the new contract classes #290

Closed
marco-paulucci opened this issue Apr 12, 2023 · 1 comment
Closed
Assignees
Labels

Comments

@marco-paulucci
Copy link
Collaborator

marco-paulucci commented Apr 12, 2023

Depends on #313

We need to update our execute_entrypoint module to take into account the new contract. classes from cairo 1. In cairo-lang 0.11 this is implemented in the execute_entrypoint.py module using an IF statement and switching to the relevant implementation based on the type of the contractClass being executed. We should do something similar and implement the execute_version0 and the new execute methods.

@ElFantasma
Copy link
Contributor

I'm closing this issue as it was partitioned in two sub issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

2 participants