TaceoLabs / co-snarks

Tooling for creating collaborative SNARKs for Circom circuits.
https://docs.taceo.io
Apache License 2.0
91 stars 8 forks source link

chore: added wait statements to example shell scripts #223

Closed fabian1409 closed 2 weeks ago

fabian1409 commented 2 weeks ago

sometimes example scripts fail because one party finishes faster than the others and the next commands are executed, leading to address already used errors.

by adding wait statements we make sure that all parties are done before we advance.

0xThemis commented 2 weeks ago

Used in #220 - no need to merge