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
Only propagate live contract count to metric (#4934)
The shared module cache compiler was accidentally counting dead
contracts as well as live ones in the metric that tracks the number of
contracts in the cache. This fixes that issue.
0 commit comments