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
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Changing/upgrading things in the System contract without warning can lead to unpredictable function call behavior.
Make all upgrades require two steps with a mandatory time window between them. The first step merely broadcasts to users that a particular change is coming, and the second step commits that change after a suitable waiting period.
The text was updated successfully, but these errors were encountered:
Changing/upgrading things in the System contract without warning can lead to unpredictable function call behavior.
The text was updated successfully, but these errors were encountered: