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

Rewrite assert_eq and similar so it's safe to use in starknet, introduce unsafe version #2489

Open
cptartur opened this issue Sep 19, 2024 · 0 comments

Comments

@cptartur
Copy link
Member

Which components does the task require to be changed? (think hard pls)

other (describe below)

Description

Rewrite assert_eq and similar so they are not expensive and can be used in Starknet network. At the same time, introduce macros like unsafe_assert_eq and similar that maintain the original behavior of assert_eq etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

1 participant