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 proxy code has a comment that tells that immutable cannot be used in inline assembly. While this is true, I wonder why you did not "copy" the immutable value to a local variable first which is then accessed through inline assembly.
The text was updated successfully, but these errors were encountered:
My original intention was to write the proxy entirely in Yul, following this example. I never got around to that, so it makes sense to simplify the current implementation by just doing as you suggest!
The proxy code has a comment that tells that
immutable
cannot be used in inline assembly. While this is true, I wonder why you did not "copy" the immutable value to a local variable first which is then accessed through inline assembly.The text was updated successfully, but these errors were encountered: