EYBlockchain / nightfall_3

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

remove PARALLEL_SETUP logic in nightfall_deployer #1419

Closed LijuJoseJJ closed 1 year ago

LijuJoseJJ commented 1 year ago

What does this implement/fix? Explain your changes.

this PR removes parallel execution of contract deploy and circuit setup

LijuJoseJJ commented 1 year ago

This code attempts the deployment twice, once in the deployContracts function in the index.mjs of nightfall-deployer and once in nightfall-deployer's entrypoint.sh. This is evidenced by the double compile. Please removed one or the other.

removed