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
See #110 -- a circuit without computation constraints doesn't make much sense (ie to verify a proof stating x == y, one would need to provide y anyway).
However, this should not panic but throw a proper error message.
The text was updated successfully, but these errors were encountered:
Update: compiling with no constraints is not an issue. It seems the issue arise only on the backend side with a PlonK prover.
See branch bug-plonk-offset with failing test @ThomasPiellard
See #110 -- a circuit without computation constraints doesn't make much sense (ie to verify a proof stating
x == y
, one would need to providey
anyway).However, this should not panic but throw a proper error message.
The text was updated successfully, but these errors were encountered: