Replies: 1 comment 2 replies
-
|
@mrLSD @sept-en can you explain the design you made for Some issues for general purpose migration I see are:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
State migrations may be necessary for some contract upgrades. Presently it is assumed we will write them ad-hoc when needed and it will run as part of the normal upgrade flow (see
tests/test_state_migration.rsfor an example).The purpose of this discussion is to determine if we should have a DSL for describing general state migrations and use this instead of changing the contents of the
state_migrationfunction. If we do want such a DSL then what should it look like?cc @sept-en @mfornet @mrLSD
Beta Was this translation helpful? Give feedback.
All reactions