-
Notifications
You must be signed in to change notification settings - Fork 858
Proof generation for tx circuit fails with: Error:InvalidInstances #1052
Comments
@ChihChengLiang will check the logs and extract useful information on how to proceed. |
This one has nothing traceable other than invalid instances. It would be helpful to know what inputs are fed into what circuits. cc @pinkiebell |
I think that is due the tx circuit doesn't have a proper |
Could you fill an issue in the repo to include them?? @pinkiebell |
This is correct! I fixed it here #1104 @pinkiebell Once that PR is merged, the zkevm-chain should be able to run all circuits like this: zkevm-circuits/integration-tests/src/integration_test_circuits.rs Lines 265 to 285 in 8d40c64
That function can be called for each circuit like in here: https://github.com/privacy-scaling-explorations/zkevm-circuits/blob/feature%2Funify-integration-tests-1/integration-tests/tests/circuits.rs |
Is this solved then? @ed255 |
In theory I think it should be resolved, but I'd prefer to wait until this is deployed in the testnet so that we can really confirm this error is not appearing anymore :) |
@AronisAt79 This can be tested with this branch https://github.com/privacy-scaling-explorations/zkevm-chain/tree/2023-01-16 |
Thanks @pinkiebell! will start the tests now. |
Testedon zkevm-chain commit 6cdd88644cfe87a7f640cc279c54a44b93bbf0fa. |
* fix typos README.md * fix minor typos Bytecode_Circuit.md * fix typos EVM_Circuit.md * fix typos Keccak_Circuit.md * fix typos MPT_Circuit.md * fix typos Modexp_Circuit.md * fix typos Public_Input_Circuit.md * fix typos Sig_Circuit.md * fix typos State_Circuit.md * fix typos Tx_Circuit.md
zkevm-chain commit: dfe9cc5717b7f248b644715b00726cc340adcce6
circuits commit: "https://github.com/pinkiebell/zkevm-circuits.git", branch = "zkevm-chain"
logs & traces: https://zkevm-chain-testing.s3.eu-central-1.amazonaws.com/proveSingeCrossChainTx_tx_False_57-maronis.tar.gz
The text was updated successfully, but these errors were encountered: