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
Codebase using the delegatecall proxy pattern ends up having state variables that must never be used again (deprecated variables). slither-check-upgradeability should detect them.
It might be a good time to slightly refactor the cli of slither-check-upgradeability to ease the integration of future features
The text was updated successfully, but these errors were encountered:
Codebase using the delegatecall proxy pattern ends up having state variables that must never be used again (deprecated variables).
slither-check-upgradeability
should detect them.It might be a good time to slightly refactor the cli of
slither-check-upgradeability
to ease the integration of future featuresThe text was updated successfully, but these errors were encountered: