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
General design optimization (improving efficiency, cleanliness, or developer experience)
Describe the suggested feature and problem it solves.
In many places we use uint160/uint24 masks. In slot0.sol we define them as constants, but everywhere else we just inline them. I think we should just make it consistent wherever we are masking
Describe the desired implementation.
No response
Describe alternatives.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered:
Component
General design optimization (improving efficiency, cleanliness, or developer experience)
Describe the suggested feature and problem it solves.
In many places we use uint160/uint24 masks. In slot0.sol we define them as constants, but everywhere else we just inline them. I think we should just make it consistent wherever we are masking
Describe the desired implementation.
No response
Describe alternatives.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: