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
Now that basic Solidity verifier tests have been reintroduced with #2997, it would be great to expand the tests to cover more barretenberg features exposed through Noir to better guarantee they work end-to-end from a Noir app dev perspective.
Separately, we currently do have a recursive test(?) but that doesn't seem to capture the failing workflow below.
Problem
Similar to #3048, I would suggest prioritizing also the testing of recursive proof given issues reported with the particular function:
Context
Now that basic Solidity verifier tests have been reintroduced with #2997, it would be great to expand the tests to cover more barretenberg features exposed through Noir to better guarantee they work end-to-end from a Noir app dev perspective.
Separately, we currently do have a recursive test(?) but that doesn't seem to capture the failing workflow below.
Problem
Similar to #3048, I would suggest prioritizing also the testing of recursive proof given issues reported with the particular function:
The failing workflow goes by:
Extending our current tests to cover the failing workflow asap should help provide further insights on how to debug the existing issues.
Objectives
(Open to discussion as I am in lack of barretenberg's technical context to judge if these make sense.)
Extend tests to cover:
Using:
The text was updated successfully, but these errors were encountered: