-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build scripts are failing #11
Comments
You may have to create a |
Didn't work unfortunately, I get the same error that I get when I'm running circom compilation directly using
|
@guy-ingo your new error is due to a circom compiler bug, see iden3/circom#57. For now, I'd recommend rolling back to an old version of circom by running |
@nalinbhardwaj
|
@Dimo99 Yeah it is intended for the static analysis code iden3 introduced to fail the circuit - I asked about fixing this behaviour in the iden3 Telegram but have yet to hear back about a response/fix (note the iden3/circom#57 patch only fixes the compiler panic, not the actual behaviour). To fix the compilation you should use a version of circom before the static analysis patch applied (by using |
Hi,
I'm trying to build the optimalate and verify (using
yarn build:optimalate
in the main folder) and I'm get a problem (the example above is for optimalate):I saw that there's no witness file, so I tried compiling the circuit separately. But then another problem appears when trying to run circom directly (using
circom optimalate.circom --O1 --r1cs --sym --c
at circom-pairing/scripts/optimalate):Do you know what causes this issue? (I'm using circom 2.0.4. Downgrading it to 2.0.3 did nothing)
The text was updated successfully, but these errors were encountered: