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

ci: example test cases fail sometimes due to addr reuse #210

Closed dkales closed 2 weeks ago

dkales commented 3 weeks ago

The shell scripts for the example runs in CI do not fully wait for all parties to be done, which seems to sometimes trip up the next invocation since the socket is still in use

dkales commented 2 weeks ago

fixed in #220