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

Fix vm runtime #4238

Merged
merged 15 commits into from
Oct 16, 2024
Merged

Fix vm runtime #4238

merged 15 commits into from
Oct 16, 2024

Conversation

simonjiao
Copy link
Collaborator

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Other information

* no-check for native_params for starcoin-vm
* add TraversalContext
* fix VMStatus::Error
* remove generic parameter from SessionAdapter
* fix vm-runtime verifier
* fix deserialize_args in vm-runtime
* fix some imported crates' errors
* update move crates
* add back is_genesis to trait StateView and fix related errors
* fix StarcoinMoveResolver trait bound complains
* Rename SessionAdapter to SessionExt
* fix compiling errors
* remove VMAdapter trait
@nkysg
Copy link
Collaborator

nkysg commented Oct 16, 2024

LGTM

@nkysg nkysg mentioned this pull request Oct 16, 2024
7 tasks
@simonjiao simonjiao merged commit 671994d into nkysg/compiler-v2-update Oct 16, 2024
2 of 4 checks passed
@simonjiao simonjiao deleted the fix-vm-runtime branch October 16, 2024 15:44
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