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
As a result, any attempt to upgrade a local contract fails with a wrong "metadata has changed" error message. This wasn't caught by #20035 because the unit tests ignore the NeedUpgradeVerification questions and always return "ok".
We need to:
handle the upgrade verification of at least local contracts in the engine
change our unit tests to answer NeedUpgradeVerification questions correctly
The text was updated successfully, but these errors were encountered:
As a result, any attempt to upgrade a local contract fails with a wrong "metadata has changed" error message. This wasn't caught by #20035 because the unit tests ignore the
NeedUpgradeVerification
questions and always return "ok".We need to:
NeedUpgradeVerification
questions correctlyThe text was updated successfully, but these errors were encountered: