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
There are some things we may change in halo2 to maintain backwards compatibility with proofs that were constructed in older versions of halo2. However, once we do actually make a breaking change we want to remove the reverse compatibility code to reduce technical debt.
Since we only permit fixed queries at Rotation::cur(), there is no longer any need to track fixed_queries rotations in the constraint system. For now, these are kept for backwards compatibility. #633
There are some things we may change in halo2 to maintain backwards compatibility with proofs that were constructed in older versions of
halo2
. However, once we do actually make a breaking change we want to remove the reverse compatibility code to reduce technical debt.Let's maintain a list of things like that:
{Fixed,Advice,Instance}Query
forExpression::{Fixed,Advice,Instance}
#616 maintains reverse compatibility forExpression
debug formatting in order to keep the verification key hash the same as before.The text was updated successfully, but these errors were encountered: