-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(protocol): get rid of new compiler warnings #15613
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Should be possible already using I assume the reason not to expose it directly onchain is to lower the cost of deploying the proxy contract because public functions require extra opcodes. Even though in this case the deployment cost isn't really that important, seems like the method to get the implementation contract is already easy. |
With this approach, the dapp/client side then has no way of reading the impl to customize some logics then. |
I have to make this change to get rid of the compiler warnings: f36f5ab Any idea? |
…mono into expose_impl_addr
undone the implementation() function