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
Looking at the cairo_lang code, when the public inputs are generated (reference) the layout params are set to None by default even if the layout is dynamic. If we run a program using a dynamic layout and output the public inputs using cairo-lang we can see that the dynamic_params field is null. In cairo-vm we write the layout params when the layout is dynamic.
The text was updated successfully, but these errors were encountered:
Looking at the cairo_lang code, when the public inputs are generated (reference) the layout params are set to None by default even if the layout is dynamic. If we run a program using a dynamic layout and output the public inputs using cairo-lang we can see that the
dynamic_params
field isnull
. In cairo-vm we write the layout params when the layout is dynamic.The text was updated successfully, but these errors were encountered: