-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat(starknet_os): add stateful compression hints #4101
feat(starknet_os): add stateful compression hints #4101
Conversation
44da110
to
a12c921
Compare
5b80c58
to
39f52b7
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 2 of 3 files at r1, all commit messages.
Reviewable status: 2 of 3 files reviewed, 2 unresolved discussions
crates/starknet_os/src/hints/enum_definition.rs
line 506 at r1 (raw file):
indoc! {r#"from starkware.starknet.definitions.constants import ALIAS_CONTRACT_ADDRESS # This hint shouldn't be whitelisted.
what does this mean?
Code quote:
# This hint shouldn't be whitelisted.
crates/starknet_os/src/hints/enum_definition.rs
line 529 at r1 (raw file):
AssertKeyBigEnoughForAlias, assert_key_big_enough_for_alias, r#"assert ids.key >= ids.MIN_VALUE_FOR_ALIAS_ALLOC, f"Key {ids.key} is too small."#
you're missing "
at the end of the string
Code quote:
r#"assert ids.key >= ids.MIN_VALUE_FOR_ALIAS_ALLOC, f"Key {ids.key} is too small."#
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: 2 of 3 files reviewed, 2 unresolved discussions (waiting on @amosStarkware)
crates/starknet_os/src/hints/enum_definition.rs
line 506 at r1 (raw file):
Previously, amosStarkware wrote…
what does this mean?
Not sure; part of the hint string. will ask internally
crates/starknet_os/src/hints/enum_definition.rs
line 529 at r1 (raw file):
Previously, amosStarkware wrote…
you're missing
"
at the end of the string
nice catch!
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 1 of 3 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @dorimedini-starkware)
39f52b7
to
76c5b61
Compare
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.
Reviewed 1 of 112 files at r2, all commit messages.
Reviewable status: 3 of 158 files reviewed, 1 unresolved discussion
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 111 of 112 files at r2.
Reviewable status: 114 of 158 files reviewed, all discussions resolved
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 111 of 112 files at r2, all commit messages.
Reviewable status: 114 of 158 files reviewed, all discussions resolved
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 2 of 3 files at r1, 1 of 112 files at r2.
Reviewable status: 114 of 158 files reviewed, all discussions resolved
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 1 of 3 files at r1.
Reviewable status: 114 of 158 files reviewed, all discussions resolved
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 44 of 156 files at r2.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @dorimedini-starkware)
No description provided.