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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
motoko (moc)
Performance improvement: Values of variant type that are compile-time known
are relegated to the static heap now and don't get allocated each time (#3878).
bugfix: the global timer expiration callback was called unnecessarily in the
default mechanism (#3883).