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 halo2, whenever an update changes the VeriyingKey type in a non forward-compatible manner we're supposed to bump the version. When reading a serialized VerifyingKey, older versions are rejected.
I think supporting multiple versions could add a lot of complexity, but we can discuss this.
From here:
halo2/halo2_proofs/src/plonk.rs
Line 123 in 73408a1
In halo2, whenever an update changes the
VeriyingKey
type in a non forward-compatible manner we're supposed to bump the version. When reading a serializedVerifyingKey
, older versions are rejected.I think supporting multiple versions could add a lot of complexity, but we can discuss this.
Discussion from #254 (comment)
The text was updated successfully, but these errors were encountered: