gnosis / dex-zksnarks

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

Replacing copy of ethsnarks gadgets with proper submodule #18

Closed fleupold closed 5 years ago

fleupold commented 5 years ago

Instead of duplicating code, we are now pulling it in directly from the ethsnarks repo. This also means we don't need unit tests for our gadgets anymore, because they are well tested in the ethsnarks repo.