gnosis / dex-zksnarks

Code to generate snark proofs for batch auction result validation of the Gnosis d.exchange
46 stars 7 forks source link

Improve compile time for ethsnarks dependencies #34

Open fleupold opened 5 years ago

fleupold commented 5 years ago

Since unit tests are built with ethsnarks code, it is now taking quite a while to compile and run the tests. This is even worse, because each snark app is tested in a separated binary.

We should either build ethsnarks once and link against it or see if we can remove the dependency where it is not strictly needed.