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
Currently protokit limits o1js types to be of FlexibleProvablePure, covering 99% of all use-cases.
But some advances users might want to use non-pure provable types as well (like all usages of Unconstrained<>) for example.
For this, we'd need to change most serializations to have not only a Field[], but additional auxiliary data as well.
The text was updated successfully, but these errors were encountered:
Currently protokit limits o1js types to be of
FlexibleProvablePure
, covering 99% of all use-cases.But some advances users might want to use non-pure provable types as well (like all usages of Unconstrained<>) for example.
For this, we'd need to change most serializations to have not only a
Field[]
, but additional auxiliary data as well.The text was updated successfully, but these errors were encountered: