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
To give users a way to modify struct property names or do other upgrading on a struct, we should have some optional method you can implement to tell Storage what to do with certain keys (i.e. "name" is now "fullName", unarchive to the new property)
do we need to store a struct hash here to track struct version changes?
Not on my short list of things to do, but something to think about.
The text was updated successfully, but these errors were encountered:
To give users a way to modify struct property names or do other upgrading on a struct, we should have some optional method you can implement to tell Storage what to do with certain keys (i.e. "name" is now "fullName", unarchive to the new property)
Not on my short list of things to do, but something to think about.
The text was updated successfully, but these errors were encountered: