EYBlockchain / nightfall_3

a mono-repo containing an optimistic version of nightfall
Creative Commons Zero v1.0 Universal
260 stars 57 forks source link

feat: allow serial circuit setup #1400

Closed druiz0992 closed 1 year ago

druiz0992 commented 1 year ago

What does this implement/fix? Explain your changes.

Im having some issues with the parallelization of deployment of circuits and contracts. It fails about 50% of the time when it never failed earlier. So, im allowing for an option to go to the old way. Default deployment is parallel. If you want serial deployment, define env PARALLEL_SETUP=false

As a side note, parallel deployment did not include the address of the deployed erc20 Mock token in the generated metadata

Does this close any currently open issues?

No

What commands can I run to test the change?

Any other comments?