Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make truffle compile stop altering artifact files whose contracts have not changed #67

Open
dkent600 opened this issue Apr 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@dkent600
Copy link

Apparently every time we compile the contracts, truffle compile alters the artifact files even for contracts that have not changed.

This adds risk for us because we are pushing altered artifact files even though the changes have no relation to the contract changes that we have made, and without understanding the nature of these surprise changes.

So I propose that we undertake to understand the nature of these surprise changes, and try to configure truffle compile not to make them.

@arseneeth arseneeth added the enhancement New feature or request label May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants