-
I've installed "@openzeppelin/contracts": "^3.4.0" and trying to use ERC20 contracts with solc 0.8.0, however in the ERC20 contract, the version specified is: `pragma solidity >=0.6.0
-
-
Our tests began failing after we switch to hardhat. It seems `proofOfSMP.test.ts` conflicts with `genProof.test.ts`. ~I'm guessing it's related to circom or~ the different behavior between jest and mo…
-
When testing with the following circom code
```
include "../../src/rollup-main.circom"
component main = RollupMain(8, 24, 8, 8);
```
"rollup-main.circom" is
An err will occurr
```
…
lispc updated
3 years ago
-
### Summary
I have a WASM file that's 9.7M large, and `wasmer run` emits this error no matter which combination of compiler and engine I use:
```
│ 1: module instantiation failed (engine: jit…
-
I encountered a similar problem. Then I found circom did not optimize some unused variables away. So I wrote an adhoc script to deal with this. It worked.
```python
import json
j = json.load(open…
lispc updated
3 years ago
-
Right now the API returns the array of siblings set to 0 instead of not being present. This will be fixed eventually but until then hermezjs should filter the 0ed siblings.
-
plonkit generate-verifier
plonkit generate-verifier --verification_key vk.bin --sol verifier.sol
Both calls return same error:
thread 'main' panicked at 'must read the template: IOError(Os { …
-
https://github.com/Onther-Tech/zk-vm/blob/9850367c9d8819e1a91b64410042fadb098e78f9/src/circuits/simple-vm.circom#L311
_active_mem_size_ is increased to 2 without the circuit logic and never changed…
-
Hi,
When I'm trying to build the mixer I'm getting below error on circom part ("npm run build:circom"). Do you have an idea on how I can solve it? "run ptau" works fine but after "npm run build" it f…
ghost updated
3 years ago