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
removed the previously mentioned error but we have another error:
thread 'main' panicked at src/exporters/wizardiop.rs:118:21:
Exponent `4222230874714185212124412469390773265687949667577031913967616727958704619521` is too large
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
make: *** [Makefile:130: define.go] Error 101
fixed it.
Seems like we have a bug here, when we use ${CORSET}?
I checked that I have the latest corset and constraints.
Also checked that command corsetpoints to zkevm-monorepo/corset/target/release/corset correctly.
Getting this error when
make define.go
under zkevm-monorepo/constraintsPossibly compatibility issue between
constraints
andcorset
Could be related to https://github.com/Consensys/zkevm-monorepo/issues/3326 @ivokub
Related issue: #143
environment:
constraints:
v0.1.0-prover-integration
corset: v9.7.10,
master branch (c729dbce)
The text was updated successfully, but these errors were encountered: