-
Notifications
You must be signed in to change notification settings - Fork 34
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): add range_check96_gas_cost #3641
chore(blockifier): add range_check96_gas_cost #3641
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.
Please apply this change in python as well
Reviewed 8 of 8 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @meship-starkware and @Yonatan-Starkware)
crates/blockifier/resources/versioned_constants_0_13_0.json
line 79 at r1 (raw file):
"builtin_gas_costs": { "range_check": 70, "range_check96": 56,
In all versions except 13.4
Suggestion:
"range_check96": 0,
e988cfd
to
c952b8a
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.
Reviewed 8 of 8 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Yonatan-Starkware)
abd302a
to
ccf4981
Compare
ccf4981
to
46167df
Compare
af33d56
to
a470c66
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.
Please rebase this PR
Reviewable status: 0 of 14 files reviewed, 1 unresolved discussion (waiting on @avivg-starkware, @noaov1, and @Yonatan-Starkware)
35a241b
to
2c2537a
Compare
c6641d1
to
6eeb331
Compare
6eeb331
to
84f4f57
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.
Reviewed 7 of 8 files at r3, 7 of 7 files at r4, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @avivg-starkware and @Yonatan-Starkware)
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 @avivg-starkware and @noaov1)
crates/blockifier/resources/versioned_constants_0_13_0.json
line 79 at r1 (raw file):
Previously, noaov1 (Noa Oved) wrote…
In all versions except 13.4
Done.
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 7 of 8 files at r3, 7 of 7 files at r4, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @avivg-starkware)
No description provided.