-
Notifications
You must be signed in to change notification settings - Fork 19
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 circuit params] elliptic curve type is not specified #65
Comments
[UPDATE] Even after adding elliptic curve type in the transpiler commands:
i still had an issue where running
I changed the function to execute:
and i was able to generate and verify everything. |
Also even with this fix, the inputs are not valid for evm_placeholder_verifier and if i copy generated folder to evm_placeholder_verifier and try to validate on-chain i have this error:
|
Description
If we uncomment build_circuit_params job inside scripts/run.sh to generate inputs for the EVM Placeholder Verifier it will fail because we are missing elliptic curve type
Commit Hash
aa8bd37
How to reproduce:
bash scripts/run.sh
Solution:
Add necnecessary elliptic curve type in the transpiler command https://github.com/NilFoundation/zkllvm-template/blob/master/scripts/run.sh#L151
The text was updated successfully, but these errors were encountered: