Commit Graph

31 Commits

Author SHA1 Message Date
poma c6b442713a
contracts fixed 2021-02-11 09:03:43 +03:00
Roman Storm 18e6a19800
fix cli.js issue 2020-10-21 22:13:06 -07:00
poma 17308c9670
fix tests for node12 2020-07-31 19:54:24 +03:00
g. nicholas d'andrea 7ceebf48d5 Generate Hasher artifact upon compile, not migrate
To fix intermittent `truffle test` failures, use Truffle's external
compiler system for generating a valid artifact for Hasher at
compile-time instead of in migrations/2_deploy_hasher.js.

- Define compileHelper.js script, which outputs temporary artifact
  data to `./build/Hasher.json`.

- Configure `external` compiler in truffle-config to run compileHelper
  and process result

- Remove usage of @truffle/artifactor in migration, since the artifact
  will now already exist
2020-04-29 02:07:54 -04:00
Alexey 54bb4c4b3c update links 2020-04-06 13:20:58 +03:00
Alexey 411098b589 pin snarkjs versions in dependencies 2020-04-06 13:11:42 +03:00
Alexey c8adb6b200 update circomlib 2020-04-06 11:58:17 +03:00
Alexey ff71072700 WIP 2020-02-26 16:57:53 +03:00
Roman Storm 9757978d27 new circomlib update 2019-12-13 13:18:16 -08:00
Roman Storm df395187bf
Merge pull request #22 from peppersec/cli-refactor
Cli refactor, relay support
2019-11-11 11:46:14 -08:00
poma d01018db9f support relay in CLI, refactor 2019-11-10 03:48:09 +03:00
Alexey e6cce0c7ce ether sending 2019-11-08 14:41:39 +03:00
poma a94281ccc5 update dependencies 2019-11-08 04:11:29 +03:00
poma 55b3644fd7 single argument proof 2019-10-04 18:20:47 +03:00
poma bb80cd9788 update circom and snarkjs 2019-09-27 17:20:50 +03:00
Alexey 5006006a20 eslint vuln fix 2019-08-28 11:15:49 +03:00
Alexey b8142d03bb erc20 mixer support WIP 2019-08-20 23:39:21 +03:00
poma 67ebbfbcb4
update snarkjs version 2019-08-02 12:24:50 +03:00
Alexey 4234e56904 update websnark 2019-08-01 12:35:44 +03:00
Roman Storm d91435dd00 add pauseDeposits 2019-08-01 01:41:22 -07:00
Roman Storm 791875ddc5 fix overflow 2019-08-01 00:33:12 -07:00
Alexey 2b2e174d06 eslinter WIP 2019-07-16 18:58:42 +03:00
Alexey 666aba582c more tests for snark verification WIP 2019-07-15 20:21:58 +03:00
poma 58f4061026 update web3, switch to websnark fork 2019-07-15 19:19:40 +03:00
poma f90e298b6c downgrade web3 to fix cli withdraw 2019-07-13 17:55:35 +03:00
poma 890e2fd78b cli 2019-07-13 17:45:08 +03:00
poma d48a17f5d9 cli (wip) 2019-07-13 14:58:19 +03:00
Alexey 9fe5d3fa1d bump Verifier solidity version 2019-07-12 19:58:02 +03:00
Alexey fb3f2425d2 mixer deploy WIP 2019-07-12 18:04:45 +03:00
poma b5b3474165 Move contracts to repository root 2019-07-12 12:53:44 +03:00
poma 12cc76f3b1 initial 2019-07-09 16:05:30 +03:00