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

[6/n][vm-rewrite][sui-execution] Update object runtime to use type tags instead of runtime VM types #21070

Open
wants to merge 2 commits into
base: tzakian/vm-rewrite-adapter-5
Choose a base branch
from

Conversation

tzakian
Copy link
Contributor

@tzakian tzakian commented Feb 3, 2025

Since the VM instance no longer will live across commands/the entire lifetime of the object runtime, this replaces all VM runtime Types with TypeTags or MoveObjectTypes where appropriate. This also updates the natives and runtime to handle the new
NativeContextExtensions model.

NB: The code in the PR may not be working as future PRs will build on top of this.

@tzakian tzakian requested a review from cgswords February 3, 2025 21:05
Copy link

vercel bot commented Feb 3, 2025

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

Name Status Preview Comments Updated (UTC)
sui-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 8:36pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
multisig-toolkit ⬜️ Ignored (Inspect) Visit Preview Feb 4, 2025 8:36pm
sui-kiosk ⬜️ Ignored (Inspect) Visit Preview Feb 4, 2025 8:36pm

…gs instead of runtime VM types.

Since the VM instance no longer will live across commands/the entire
lifetime of the object runtime, this replaces all VM runtime `Type`s
with `TypeTag`s or `MoveObjectType`s where appropriate. This also
updates the natives and runtime to handle the new
`NativeContextExtensions` model.

NB: The code in the PR may not be working as future PRs will build on top of
this.
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.

1 participant