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
-
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.rs
for 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_migration
function. 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