You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will result in the following error for all Cairo1 programs ('Invalid final_pc'), which is incomprehensible for most developers. Since the strict option is tailored for Cairo0 programs (which most devs won't use), set the default value to cairo1 instead? Or add more guidance in the docs?
The text was updated successfully, but these errors were encountered:
The README example for calling
verify-on-starknet.sh
uses thestrict
option formemory_verification
This will result in the following error for all Cairo1 programs (
'Invalid final_pc'
), which is incomprehensible for most developers. Since thestrict
option is tailored for Cairo0 programs (which most devs won't use), set the default value tocairo1
instead? Or add more guidance in the docs?The text was updated successfully, but these errors were encountered: