-
I've been chasing this issue for a while now, trying to figure out why circom_tester is failing when I'm using temp files for circuits. For some reason, circom is removing a portion of the base file n…
-
It can be temporally fixed by compling, keeping the arm64 code from the libwabt.a fat binary and compile again
```
# for commit a9a4a24e4e95debb0230a233c259fac7d3e1e186
cargo build --release
lip…
-
Every verifier contract that is generated is named `Verifier`, if trying to import multiple smart contract verifiers the names will conflict and be unable to compile. I believe this issue would persis…
-
In places like
https://github.com/iden3/circom/blob/7307ba3f1c26d84dd300e188a42d22b671b525d3/circom_algebra/src/constraint_storage/logic.rs#L2
https://github.com/iden3/circom/blob/f307fbc2f84ef0305…
-
Hello everyone~ 😀
These days, I have been studying about arithmetic in Circom, in order to implement UQ number with saturation arithmetic.
But some weird outcomes really bothered me.
(1) Why di…
-
## Description
I'm going through the guide in readme.md.
My error happens at [Step 9: Create the circuit](https://github.com/iden3/snarkjs#9-create-the-circuit).
I'm using the [newest version o…
-
Getting invalid number error when calling a method of a contract which take uint256 argument.
Example:
myContract.methods.transfer(accounts[1], 1e16).send({ from: accounts[0] })
1) When send…
-
Should Step 5 validate in JS be this?
```
node --max-old-space-size=4000 build/mastermind/src/test_js_verification.js \
-c mastermind/circuits/mastermind.json \
-vk mastermind/setup/mastermi…
-
```sh
❯ cd ../circuits
❯ npm run buildBatchUpdateStateTreeSnark
> maci-circuits@0.9.1 buildBatchUpdateStateTreeSnark /home/johnson/maci/circuits
> ./scripts/buildBatchUpdateStateTreeSnark.sh
…
-
When I compile my circuits, if there is an error, there is always a line in the error message which says "previous errors were found". Is it possible to eventually expand that error message to point t…