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

Continue cairo0 execution #96

Conversation

notlesh
Copy link
Collaborator

@notlesh notlesh commented Mar 25, 2024

Continues cairo0 txn execution. Based on #94 because it has an important bugfix related to builtin processing.

@notlesh notlesh mentioned this pull request Mar 25, 2024
ap_tracking: &ApTracking,
_constants: &HashMap<String, Felt252>,
) -> Result<(), HintError> {
let key = get_integer_from_var_name("request_address", vm, ids_data, ap_tracking)?;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is wrong as the hint wants to use ids.syscall_ptr.request.address (cc @maciejka )

@maciejka maciejka merged commit d1c7100 into keep-starknet-strange:mk/cairo1-reexecution-continuation Apr 4, 2024
3 of 5 checks passed
maciejka added a commit that referenced this pull request Apr 4, 2024
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 this pull request may close these issues.

2 participants