Commit Graph

343 Commits

Author SHA1 Message Date
Alexey Pertsev 1ef6a263ac
Merge pull request #97 from tornadocash/sol-coverage
add sol-coverage
2022-03-24 20:28:35 +01:00
Drygin f9f19b70e4 add coverage to CI 2022-03-24 21:48:38 +03:00
Drygin 10aeb05417 add sol-coverage 2022-03-05 20:33:06 +03:00
Roman Semenov 896fc224ff
Merge pull request #93 from HowJMay/typo
fix typos
2021-10-31 15:57:19 +00:00
HowJMay 0b8bbf6317 fix typos 2021-10-31 22:07:39 +08:00
poma 7d924e2447
fix lint 2021-10-29 19:22:40 +01:00
poma 2ec693d0de
fix cli 2021-10-29 18:58:55 +01:00
poma 0cf811b854
fix cli 2021-10-29 18:49:12 +01:00
poma f468de9a0a
fix test and readme 2021-10-29 18:37:09 +01:00
Roman Semenov 94dfad9cd2
Merge pull request #92 from mirru2532/instances
Allow mutability for state variables
2021-10-29 18:35:42 +01:00
poma 23543683f3
change dir structure 2021-10-29 18:23:56 +01:00
poma 0c6e638852
use merkle tree from npm 2021-10-29 18:20:26 +01:00
poma 801f29a4b7
update build badge 2021-10-29 18:09:46 +01:00
mirru2532 5cb9d60178 mycomm 2021-10-28 13:45:16 +02:00
Alexey 3603b1c9e1 update zeros func 2021-03-12 15:53:13 +04:00
Alexey c12643e2c2 make zeros immutable 2021-03-12 15:15:52 +04:00
poma 54a7bdcb04
update solidity to 0.7.6 2021-03-11 23:05:59 +03:00
poma f189a657c9
rename cPool 2021-03-11 22:56:02 +03:00
poma 3ad634594e
optimize sloads 2021-03-11 22:51:09 +03:00
Alexey 127a61e21f fix lint 2021-03-10 22:33:30 +04:00
Alexey c559a79396 update truffle; fix tests 2021-03-10 20:37:17 +04:00
Alexey 78bd4175fa update cPool 2021-03-10 20:28:44 +04:00
Alexey 4069b61421 cPool init 2021-03-10 13:27:15 +04:00
poma f5d8f6d971
revert verifier code to deployed one 2021-02-14 09:32:05 +03:00
poma 8580c5e427
deploy script 2021-02-11 10:29:50 +03:00
poma a359e86f85
fix tests, ci 2021-02-11 10:00:53 +03:00
poma 346ffcee3c
lint 2021-02-11 09:23:18 +03:00
poma c6b442713a
contracts fixed 2021-02-11 09:03:43 +03:00
Roman Storm 3c4def1e64
wip 2021-02-10 21:37:18 -08:00
Roman Semenov 77af0c5bdd
Merge pull request #68 from Lucienest/patch-1
Update README.md
2020-12-31 13:12:46 +03:00
Lucien Nocelli 4f0a23426f
Update README.md
Fixed few syntactical errors.
2020-12-31 06:47:45 +00:00
poma b438f8db7b
update audit links 2020-12-15 14:15:40 +03:00
Alexey Pertsev d02ff4faa2
fix links 2020-12-12 12:26:12 +03:00
Roman Storm 1ad2158af1
revert websnark cli 2020-10-22 09:50:15 -07: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
Roman Storm 5c3648cedc
Merge pull request #53 from gnidan/fix-weird-test-error
Fix strange failure to run tests the first time
2020-06-09 12:42:45 -07:00
Roman Storm a0ef1a526d
Merge pull request #55 from tornadocash/phase2
CLI and Phase2 updates
2020-06-09 12:39:27 -07:00
Roman Semenov fddd79d9bd
Merge pull request #56 from tsunamidev/patch-1
Update minimal demo instructions
2020-05-26 17:54:44 +03:00
Alexey 09baf9761d Update docs 2020-05-22 13:50:12 +03:00
Alexey ea1435b115 cli updates 2020-05-22 12:24:53 +03:00
Alexey 6d383235bb Merge branch 'master' into phase2 2020-05-22 11:40:15 +03:00
Alexey f48861a4f2 revert websnark version 2020-05-22 11:39:34 +03:00
Tsunami 4408f39b5a
Update minimal demo instructions
Slight issues in commands.
2020-05-16 15:09:46 +01:00
Alexey c7d912c2e7 cli compiance done 2020-05-15 13:59:38 +03:00
Alexey 4e120f26cb cli compliance WIP 2020-05-14 16:40:31 +03:00
Alexey f90a898001 fix PRIVATE_KEY dependency 2020-05-14 12:52:47 +03:00
Alexey 03175a2277 docs update 2020-05-14 12:49:56 +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 a533ad9ffb Add explicit constrains for recepient, relayer and fee 2020-04-28 10:36:48 +03:00