Skip to content
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

Move ids.is_250 hint implementation to cairo-rs #1059

Closed
pefontana opened this issue Apr 26, 2023 · 0 comments · Fixed by #1073
Closed

Move ids.is_250 hint implementation to cairo-rs #1059

pefontana opened this issue Apr 26, 2023 · 0 comments · Fixed by #1073
Assignees
Labels
whitelisted-hint Implementation of hint on whitelist directory

Comments

@pefontana
Copy link
Collaborator

pefontana commented Apr 26, 2023

Move this hint implementation from starknet_in_rust to cairo-rs:

%{ ids.is_250 = 1 if ids.addr < 2**250 else 0 %}

It is already implemented in starknet_in_rust here. Once the hint is implemented in cairo-rs notify the starknet_in_rust team so they can delete their implementation.

@pefontana pefontana added the whitelisted-hint Implementation of hint on whitelist directory label Apr 26, 2023
@pefontana pefontana moved this to Todo in Starknet Apr 26, 2023
@pefontana pefontana changed the title Implement ids.is_250 Hint Move ids.is_250 hint implementation to cairo-rs Apr 26, 2023
@MegaRedHand MegaRedHand self-assigned this Apr 26, 2023
@MegaRedHand MegaRedHand moved this from Todo to In Progress in Starknet Apr 26, 2023
@MegaRedHand MegaRedHand moved this from In Progress to In Review in Starknet Apr 26, 2023
@github-project-automation github-project-automation bot moved this from In Review to Done in Starknet Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
whitelisted-hint Implementation of hint on whitelist directory
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants