-
Notifications
You must be signed in to change notification settings - Fork 11.4k
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
[exp-to-insta][11/n] Migrate move-stackless-bytecode and move-model #21111
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
7 tasks
tzakian
approved these changes
Feb 7, 2025
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.
Happy to see the prover-test-utils crate go too!
@@ -38,7 +38,6 @@ exclude = [ | |||
"external-crates/move/crates/move-model", | |||
"external-crates/move/crates/move-package", | |||
"external-crates/move/crates/move-proc-macros", | |||
"external-crates/move/crates/move-prover-test-utils", |
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.
tnowacki
added a commit
that referenced
this pull request
Feb 11, 2025
## Description - Stacked on #21109 #21111 #21112 - Remove update baseline functions - Kept in the sandbox command for Move CLI tests - Cleaned up transactional test runner ## Test plan - 👀 --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] gRPC: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
zeevmoney
added a commit
to dwallet-labs/sui
that referenced
this pull request
Feb 12, 2025
* 'main' of https://github.com/MystenLabs/sui: (84 commits) [Consensus] enable the new linearize logic for devnet. (MystenLabs#21172) Minor change to indicate that GraphQL is at alpha, not at beta (MystenLabs#21169) feat: add zklogin verify endpoint to jsonrpc (MystenLabs#21166) [sui-adapter] Remove error traces from native functions (MystenLabs#21185) [consensus] Enable zstd compression for consensus tonic network in mainnet (MystenLabs#21177) Reduce thread stall log level from ERROR to WARN (MystenLabs#21175) proto: sort fds files for stable codegen rpc: impl Name for google.rpc types rpc: properly return error code rpc: remove reqwest dependency grpc: add protos for more well known types proto: rework directory structure to conform with standards Update publish.mdx (MystenLabs#21170) Update ptb.mdx (MystenLabs#21171) [exp-to-insta][14/14] Cleanup of insta_assert macro (MystenLabs#21114) fix(sui): fix Option<address> serialization in client_ptb (MystenLabs#21126) [exp-to-insta][13/n] Cleanup insta migration (MystenLabs#21113) [exp-to-insta][12/n] Migrate move-analyzer (MystenLabs#21112) [exp-to-insta][11/n] Migrate move-stackless-bytecode and move-model (MystenLabs#21111) [exp-to-insta][10/n] Migrate move-unit-test (MystenLabs#21109) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Test plan
Release notes
Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.
For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.