-
Notifications
You must be signed in to change notification settings - Fork 65
blockifier_reexecution: seperate reexecute block from verify correctness #10706
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
blockifier_reexecution: seperate reexecute block from verify correctness #10706
Conversation
96392a4 to
e56f8be
Compare
0709751 to
956123f
Compare
meship-starkware
left a comment
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.
@meship-starkware reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @AvivYossef-starkware)
crates/blockifier_reexecution/src/state_reader/utils.rs line 291 at r1 (raw file):
diffs do not match." ); }
Why are we only warning in this case?
Code quote:
if expected_comparable != actual_comparable {
println!(
"WARNING: State diff mismatch for block {block_number}. Expected and actual state \
diffs do not match."
);
}
AvivYossef-starkware
left a comment
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 @meship-starkware)
crates/blockifier_reexecution/src/state_reader/utils.rs line 291 at r1 (raw file):
Previously, meship-starkware (Meshi Peled) wrote…
Why are we only warning in this case?
This is used for writing execution data for later offline test,
not for comparing state diffs.
e56f8be to
e0764f2
Compare
956123f to
9ee95c4
Compare
meship-starkware
left a comment
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 @AvivYossef-starkware)
9ee95c4 to
a0856a1
Compare
Merge activity
|
a0856a1 to
0969059
Compare

No description provided.