Rewrite assert_eq
and similar so it's safe to use in starknet, introduce unsafe version
#2489
Labels
assert_eq
and similar so it's safe to use in starknet, introduce unsafe version
#2489
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.
The text was updated successfully, but these errors were encountered: