-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add simple nv23 migration #258
Conversation
I ran this simple migration on a local devnet. And it worked fine: Pre-Migration:
Migration:
Network version:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The diff here looks a little funny -- can we edit this to just be commit bf2c73a9f2a189e9661cf34af2cdd790a890aa2f
applied on top of current master
?
git reset --hard master
git cherry-pick bf2c73a9f2a189e9661cf34af2cdd790a890aa2f
git push --force
should do it without any conflicts.
feat: Add simple nv23 migration
db1999c
to
ae30e04
Compare
Thank you so much for the pointers! It now looks a lot cleaner. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with one nit (just the error message).
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
Add simple nv23 migration