This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
Check structs in storage layout validation #112
Labels
kind:enhancement
Enhancement to an existing feature
topic:storage-checks
Storage compatibility validations
When comparing storage layouts, we are only comparing by variable name and type identifier, without checking if the type changed at all. For instance, these two contracts should be incompatible:
We need to add recursive checks for layout of structs.
Follows from #92.
The text was updated successfully, but these errors were encountered: