This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
Check enums in storage layout validation #113
Labels
kind:enhancement
Enhancement to an existing feature
topic:storage-checks
Storage compatibility validations
Enums are backed by fields of different sizes depending on their number of members. For instance, if a struct has more members as part of an upgrade, it could be stored in a larger
uint
field, potentially breaking the storage layout.We need to validate structs members as a proxy to validating their backing fields.
Follows from #92
The text was updated successfully, but these errors were encountered: