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
We don't sufficiently test that the serialization in Noir matches that of TS.
I propose the following to address this:
For each struct which has both Noir and TS representation check that serialization of non-empty instance results in the same value.
Move the serialization functionality which is used when creating the witness to the classes to minimize probability of forgetting to do a change when changing something (e.g. functions like toACVMFunctionData or toACVMCallContext should be in the classes).
The content you are editing has changed. Please copy your edits and refresh the page.
We don't sufficiently test that the serialization in Noir matches that of TS.
I propose the following to address this:
toACVMFunctionData
ortoACVMCallContext
should be in the classes).Tasks
The text was updated successfully, but these errors were encountered: