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
The Token & Governor implementations rely on openzepplin-upgradeable , which has functionality oriented towards upgradablity. This is not optimal and we should use something close to standard, but we still do need to have a initialize() function instead of constructor() because we deploy from factories (proxies).
The text was updated successfully, but these errors were encountered:
mattstam
changed the title
Gas Perf: Remove OpenZepplin Upgradeability on Token/Governor implementation
⛽ Gas Perf: Remove OpenZepplin Upgradeability on Token/Governor implementation
Sep 23, 2022
The Token & Governor implementations rely on
openzepplin-upgradeable
, which has functionality oriented towards upgradablity. This is not optimal and we should use something close to standard, but we still do need to have ainitialize()
function instead ofconstructor()
because we deploy from factories (proxies).The text was updated successfully, but these errors were encountered: