embark-area-51/lib/modules/deployment
Cryptomental bcc1711061
contract_deployer: Redeploy if track field is set to false.
Always deploy the contract regardless if already deployed
when 'track' field in the contract configuration is specified
and set to false.

In line with #938 requirements:

* If a contract has the track field set to false, that contract
  will always deploy.
* If the track field is set to true, then the existing deployment
  tracking mechanism will be active for that contract.
* If the field is not set, it should be assumed to true by default

Refs: https://github.com/embark-framework/embark/issues/938
2018-10-22 19:35:57 +02:00
..
contract_deployer.js contract_deployer: Redeploy if track field is set to false. 2018-10-22 19:35:57 +02:00
index.js contracts_manager, deployment: Emit outputError whenever build error or deployment error happens. 2018-10-22 19:25:17 +02:00