-
Notifications
You must be signed in to change notification settings - Fork 23
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
parser
standardized
#144
parser
standardized
#144
Conversation
@@ -169,7 +169,6 @@ fn verify_cairo1_public_input(public_input: @PublicInput) -> (felt252, felt252) | |||
|
|||
assert(initial_ap < MAX_ADDRESS, 'Invalid initial_ap'); | |||
assert(final_ap < MAX_ADDRESS, 'Invalid final_ap'); | |||
assert(public_input.continuous_page_headers.len() == 0, 'Invalid continuous_page_headers'); |
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.
I wouldn't include this change before proper support for multiple pages.
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.
agreed
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.
reverting
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.
LGTM
No description provided.