-
Notifications
You must be signed in to change notification settings - Fork 65
blockifier: box ExecutionError in ctor error #7636
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: box ExecutionError in ctor error #7636
Conversation
|
Artifacts upload workflows: |
amosStarkware
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.
Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @dorimedini-starkware)
crates/blockifier/src/transaction/transactions_test.rs line 2214 at r1 (raw file):
*error, EntryPointExecutionError::StateError(StateError::UndeclaredClassHash(class_hash)) if class_hash == undeclared_hash
non blocking - using && instead of nested if is better IMO
Code quote:
if class_hash == undeclared_hashfaf5038 to
887d6b9
Compare
Merge activity
|
dorimedini-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 @dorimedini-starkware)
crates/blockifier/src/transaction/transactions_test.rs line 2214 at r1 (raw file):
Previously, amosStarkware wrote…
non blocking - using && instead of nested if is better IMO
not sure what you are suggesting..? there is only one condition being checked here (note that I need an outer if matches! to destructure)

No description provided.