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
I think we no longer have valid migrate implementations in cw-plus, which makes it hard to explain. We should at least provide a stub to serve as documentation and a guide.
My idea was to allow cw-plus to upgrade from, say, v0.8.0 or newer to the current version (but must be <= current version). This migrate should be a no-op, but will allow someone to swap out the code ids to use newer functionality.
Make use of the Semver type from #510 to check for version requirements.
This is mainly meant for example/documentation purposes, go heavy on the comments.
The text was updated successfully, but these errors were encountered:
Builds on #510
I think we no longer have valid migrate implementations in cw-plus, which makes it hard to explain. We should at least provide a stub to serve as documentation and a guide.
My idea was to allow cw-plus to upgrade from, say, v0.8.0 or newer to the current version (but must be <= current version). This migrate should be a no-op, but will allow someone to swap out the code ids to use newer functionality.
Make use of the
Semver
type from #510 to check for version requirements.This is mainly meant for example/documentation purposes, go heavy on the comments.
The text was updated successfully, but these errors were encountered: