You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: