question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

track field in contracts configuration

See original GitHub issue

Outline

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:closed
  • Created 5 years ago
  • Comments:18 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
cryptomentalcommented, Oct 9, 2018
1reaction
cryptomentalcommented, Oct 6, 2018

Hi @gitcoinbot @statussceptre the PR was merged but I cannot press ‘submit’ via GitCoin. Could you please approve me on this bounty?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found