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
upgrades: sensitive functions inherited in implementations
GraphUpgradeable is meant to be inherited from contracts that will be implementations of the upgradeable pattern. As GraphUpgradeable was in turn inheriting GraphProxyStorage it was exposing some functions meant only to be used by the GraphProxy.
Remove the GraphProxyStorage link to GraphUpgradeable and only expose the read-only required function to query the implementation address.
0 commit comments