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
feat(codegen): optimize Context().sender to use sender()
This optimization replaces Context().sender field access with a direct call to sender() function for better gas efficiency, as recommended in the documentation.
Closes#1557
0 commit comments