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
In order to prevent the scenario described in #69 to happen again, we should introduce a test to verify that the new method of lib.rs initialize the contract with the latest StateVersion.
Without such a test it is very likely that developers will break the migration test again because of forgetting to update the StateVersion also for new contract deployments.
The consequence of breaking the migration test is first of all that it's blocking PRs that follows.
The text was updated successfully, but these errors were encountered:
petersalomonsen
changed the title
Introduce a test to verify that latest StateVersion is applied to new contract deployemtns
Introduce a test to verify that latest StateVersion is applied to new contract deployemnts
Oct 24, 2023
petersalomonsen
changed the title
Introduce a test to verify that latest StateVersion is applied to new contract deployemnts
Introduce a test to verify that latest StateVersion is applied to new contract deployments
Oct 24, 2023
In order to prevent the scenario described in #69 to happen again, we should introduce a test to verify that the
new
method of lib.rs initialize the contract with the latestStateVersion
.Without such a test it is very likely that developers will break the migration test again because of forgetting to update the
StateVersion
also for new contract deployments.The consequence of breaking the migration test is first of all that it's blocking PRs that follows.
The text was updated successfully, but these errors were encountered: