-
Notifications
You must be signed in to change notification settings - Fork 61
blockifier: encode blake in trait #8695
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
base: graphite-base/8695
Are you sure you want to change the base?
blockifier: encode blake in trait #8695
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
1b8280e
to
e6c3e18
Compare
56419e6
to
592d498
Compare
e6c3e18
to
fbdc226
Compare
592d498
to
889cd06
Compare
889cd06
to
a519a77
Compare
73a49b2
to
c26eb39
Compare
90a20d7
to
7a2291c
Compare
c26eb39
to
6008f4b
Compare
7a2291c
to
53418be
Compare
6008f4b
to
35d81db
Compare
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.
@AvivYossef-starkware reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @noaov1)
crates/blockifier/src/execution/casm_hash_estimation.rs
line 200 at r1 (raw file):
felt_size_groups: &FeltSizeCount, ) -> EstimatedExecutionResources { encode_and_blake_hash_resources(felt_size_groups)
why not delete encode_and_blake_hash_resources
and keep only estimated_resources_of_hash_function
?
Code quote:
encode_and_blake_hash_resources
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 @AvivYossef-starkware and @noaov1)
crates/blockifier/src/execution/casm_hash_estimation.rs
line 200 at r1 (raw file):
Previously, AvivYossef-starkware wrote…
why not delete
encode_and_blake_hash_resources
and keep onlyestimated_resources_of_hash_function
?
Deleted in next PR: #8696
35d81db
to
9af27b6
Compare
53418be
to
6cbb062
Compare
9af27b6
to
6e19b77
Compare
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.
@AvivYossef-starkware reviewed 1 of 1 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @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.
Reviewable status:
complete! all files reviewed, all discussions resolved (waiting on @noaov1)
No description provided.