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
In the current MockProver, query_instance always results in a VerifyFailure::CellNotAssigned when used in a gate with a selector. This is because we only look for assigned cells in the region where the gate was activated, and instance cells are not in any region.
therealyingtong
changed the title
[MockProver] bug: query_instance does not work in MockProver.
[MockProver] bug: query_instance always triggers VerifyFailure::CellNotAssigned.
Jul 5, 2022
@str4d , is there a reason why #622 is still pending your review?
I'm finding this bug to slow down development, since I have to wait a long time to start up the real Prover every time I need to debug the circuit.
In the current
MockProver
,query_instance
always results in aVerifyFailure::CellNotAssigned
when used in a gate with a selector. This is because we only look for assigned cells in the region where the gate was activated, and instance cells are not in any region.halo2/halo2_proofs/src/dev.rs
Lines 577 to 593 in 96d9bde
The text was updated successfully, but these errors were encountered: