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
sol2uml storage will incorrectly size aliases types to 20 bytes as it'll think it is referencing a contract. This is incorrect if types like uint64 are aliased.
The text was updated successfully, but these errors were encountered:
naddison36
changed the title
Storage diagrams to handle User Defined Value Types introduced in Solidity v0.8.8
Storage diagrams to handle User Defined Value Types when introduced in Solidity
Feb 8, 2023
sol2uml storage will incorrectly size aliases types to 20 bytes as it'll think it is referencing a contract. This is incorrect if types like uint64 are aliased.
https://docs.soliditylang.org/en/v0.8.18/types.html#user-defined-value-types
https://blog.soliditylang.org/2021/09/27/user-defined-value-types/
ethereum/solidity#11969
The text was updated successfully, but these errors were encountered: