-
Notifications
You must be signed in to change notification settings - Fork 29
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
Conversation
Artifacts upload workflows: |
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.
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)
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.
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;
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.
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.
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.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @noaov1)
…d PCS