track field in contracts configuration
See original GitHub issueOutline
The goal of this task is to add a field track
to the contracts configuration so that if this field is true, embark will always deploy the contract regardless if the contract tracker determines the contract has already been deployed.
e.g in config/contracts.js with the following config:
module.expotrs = {
// ...
contracts: {
SimpleStorage: {
track: false,
args: [100]
}
}
// ...
}
If track
is set to false, the contract will always deploy. if track
is set to true or not defined, then the contract tracker will work as usual, and not deploy if the contract has already been deployed.
Acceptance Criteria
- 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
Issue Analytics
- State:
- Created 5 years ago
- Comments:18 (10 by maintainers)
Top Results From Across the Web
The 2021 Guide to Keeping Track of Contracts in Excel
The Contract Hound guide to keeping track of contracts in Excel. Includes contract management templates, tips and formulae to help!
Read more >A Starter Manual to Contract Tracking | Dock 365 Blog
Today, we'll discuss all things contract tracking and monitoring. We'll give an overview of how contract repositories can support you in these activities, ......
Read more >Configure Quote Templates and Track Contracts in Salesforce
Learn how quote templates help sales reps efficiently prepare quotes for customers.Learn to set up quote templates.Learn to create contracts ...
Read more >Configure Quotes for Your Customers and Track Contracts
In Fields and Relationships for the Quote object, check the status field's picklist values for In Review. Add this new value if it...
Read more >Contract Fields - Salesforce Help
Your admin can configure Salesforce to calculate the contract end date based on the contract start date and contract term. If this field...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi! Documentation PR opened here https://github.com/embark-framework/embark-site/pull/85
Hi @gitcoinbot @statussceptre the PR was merged but I cannot press ‘submit’ via GitCoin. Could you please approve me on this bounty?