couger-inc / cream

zkCREAM is zk-SNARK based anonymized voting application using a token mixer
https://zkcre.am
GNU General Public License v3.0
41 stars 8 forks source link

[contract] Add batchSubmission method #66

Closed kazuakiishiguro closed 3 years ago

kazuakiishiguro commented 3 years ago

Added 53da5eab3c088e0981425ab9953ed16f7a9dae71 but test fail https://github.com/couger-inc/cream/actions/runs/484760523 from CreamFactory.test.ts

Looks like creating a new MACI contract (i.e. createCream() method of CreamFactory.sol) fail.

kazuakiishiguro commented 3 years ago

This was because of gas. So uplifted gasLimit at d5699346e166321f866ddac8a3928da733ecfc91 and test went though. However, need to work on reducing gas.