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

parser standardized #144

Merged
merged 4 commits into from
Sep 9, 2024
Merged

parser standardized #144

merged 4 commits into from
Sep 9, 2024

Conversation

Okm165
Copy link
Collaborator

@Okm165 Okm165 commented Sep 3, 2024

No description provided.

@Okm165 Okm165 added the enhancement New feature or request label Sep 3, 2024
@Okm165 Okm165 self-assigned this Sep 3, 2024
@Okm165 Okm165 requested a review from fmkra September 3, 2024 12:37
@Okm165 Okm165 changed the title Parser standardized parser standardized Sep 6, 2024
@Okm165 Okm165 added the documentation Improvements or additions to documentation label Sep 6, 2024
@@ -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');
Copy link
Member

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

agreed

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

reverting

Copy link
Member

@fmkra fmkra left a comment

Choose a reason for hiding this comment

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

LGTM

@Okm165 Okm165 merged commit 05fb716 into main Sep 9, 2024
14 checks passed
@Okm165 Okm165 deleted the parser_standard branch September 9, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants