tornado-core/migrations
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
..
1_initial_migration.js skip migrations 2019-08-01 17:19:52 -07:00
2_deploy_hasher.js Generate Hasher artifact upon compile, not migrate 2020-04-29 02:07:54 -04:00
3_deploy_verifier.js tidy 2019-07-18 15:45:12 +03:00
4_deploy_eth_tornado.js Rename 2019-12-14 12:44:18 +03:00
5_deploy_erc20_tornado.js Rename 2019-12-14 12:44:18 +03:00