gnosis / dex-zksnarks

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

Considering balances in price finder output conversion #38

Closed fleupold closed 5 years ago

fleupold commented 5 years ago

@tomtiger87 has included balances into the output json, so that we can now create complete private input for our main execution snark.

Also, the rounding is now working with a real world example, so I'm adding an e2e test that comes directly from one of the outputs.

josojo commented 5 years ago

closes #35