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

chore(blockifier, native_blockifier, starknet_batcher): remove visite… #2974

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

Yoni-Starkware
Copy link
Collaborator

…d PCS

@reviewable-StarkWare
Copy link

This change is Reviewable

Copy link

Artifacts upload workflows:

Copy link
Collaborator Author

@Yoni-Starkware Yoni-Starkware left a comment

Choose a reason for hiding this comment

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

Python: https://reviewable.io/reviews/starkware-industries/starkware/36551

Reviewable status: 0 of 16 files reviewed, all discussions resolved (waiting on @meship-starkware and @noaov1)

Copy link
Contributor

@meship-starkware meship-starkware left a comment

Choose a reason for hiding this comment

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

Reviewed 16 of 16 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @noaov1 and @Yoni-Starkware)


crates/blockifier/src/execution/entry_point_execution.rs line 105 at r1 (raw file):

    // Instantiate Cairo runner.
    let proof_mode = false;
    let trace_enabled = false;

Why do we change the trace enable to false?

Code quote:

 let trace_enabled = false;

Copy link
Collaborator Author

@Yoni-Starkware Yoni-Starkware left a comment

Choose a reason for hiding this comment

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

Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @liorgold2 and @noaov1)


crates/blockifier/src/execution/entry_point_execution.rs line 105 at r1 (raw file):

Previously, meship-starkware (Meshi Peled) wrote…

Why do we change the trace enable to false?

@liorgold2 changed it to true just for the visited pcs collection.
I'm reverting his change.

Copy link
Contributor

@meship-starkware meship-starkware left a comment

Choose a reason for hiding this comment

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

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @noaov1)

@Yoni-Starkware Yoni-Starkware merged commit 6f09863 into main-v0.13.4 Dec 26, 2024
11 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants