Skip to content
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

[move-2024] Add Move 2024 migration to sui move cli #16696

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

cgswords
Copy link
Contributor

@cgswords cgswords commented Mar 16, 2024

Description

What it says on the tin.

Also a small bit of cleanup for fetch_deps_only on migration mode, which shouldn't even be an option there,

Test Plan

Local testing, plus 👀


If your changes are not user-facing and do not break anything, you can skip the following section. Otherwise, please briefly describe what has changed under the Release Notes section.

Type of Change (Check all that apply)

  • protocol change
  • user-visible impact
  • breaking change for a client SDKs
  • breaking change for FNs (FN binary must upgrade)
  • breaking change for validators or node operators (must upgrade binaries)
  • breaking change for on-chain data layout
  • necessitate either a data wipe or data migration

Release notes

Adds a migrate command to the Sui Move CLI set of commands. You can use sui move migrate to perform automated updates to your legacy Move code to take advantage of new features offered in Move 2024.

Copy link

vercel bot commented Mar 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 16, 2024 0:06am
multisig-toolkit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 16, 2024 0:06am
mysten-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 16, 2024 0:06am
sui-core ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 16, 2024 0:06am
sui-kiosk ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 16, 2024 0:06am
sui-typescript-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 16, 2024 0:06am

@cgswords cgswords changed the title Add migration to sui move cli [move-2024] Add Move 2024 migration to sui move cli Mar 16, 2024
@cgswords cgswords merged commit 774d523 into main Mar 19, 2024
41 checks passed
@cgswords cgswords deleted the cgswords/sui-move-migrate branch March 19, 2024 17:36
tx-tomcat pushed a commit to tx-tomcat/sui-network that referenced this pull request May 30, 2024
## Description 

What it says on the tin.

Also a small bit of cleanup for `fetch_deps_only` on migration mode,
which shouldn't even be an option there,

## Test Plan 

Local testing, plus 👀 

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### Type of Change (Check all that apply)

- [ ] protocol change
- [x] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes

Move migration will be available
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants