-
Notifications
You must be signed in to change notification settings - Fork 57
feat(external-crates): update from the mainnet-v1.43.1 upstream version #6354
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(external-crates): update from the mainnet-v1.43.1 upstream version #6354
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 4 Skipped Deployments
|
6c5b5eb to
8ec5384
Compare
|
Can you rebase to remove the merge commits? |
They will be squashed anyway. Do they affect the review somehow? To be honest I don't really like to force push such PRs :) |
muXxer
left a comment
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.
Looks good for the files that are owned by core-protocol or node team. Rest I didn't check
Why are they squashed? Isn't this supposed to pull these commits as-is? |
I squash them usually |
fd81a06 to
19d49b6
Compare
5adaedf to
f8c0eb8
Compare
6b482aa to
6167a0d
Compare
miker83z
left a comment
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!
…on (#6354) The following list contains the changes that can be highlighted: 1. [trace-view] Added support for displaying disassembly view. 2. [move] moves tree sitter code from the [repository](https://github.com/tzakian/tree-sitter-move). 3. [trace-view] Start debugging in disassembly. 4. [test-infra] Replace Move's .exp tests with cargo-insta. 5. [iota-execution] Enabled tracing in the execution layer. fixes #6216 fixes #6228 fixes #6227 --------- Co-authored-by: Adam Welc <[email protected]>
#6929) # Description of change - Upstream range: [v1.35.4, v1.36.2) - Port the following Sui's commits which are contained in the single PR MystenLabs/sui#19029 - MystenLabs/sui@bf9ac99 - MystenLabs/sui@ea27dff - MystenLabs/sui@066a6b6 - Descriptions from commits - transaction-executor: add simulate_transaction trait method - rest: introduce transaction simulation endpoint - rest: introduce transaction resolve endpoint - Notes - The extra field `trace_builder_opt` of `execute_transaction_to_effects` was introduced in #6354 - Because the `iota-sdk-types` does not exit, use `iota-sdk2` instead - Remove stable/unstable description in openapi.json from #6922 ## Links to any relevant issues Part of #3990 ## Type of change - Enhancement (a non-breaking change which adds functionality) --------- Co-authored-by: jkrvivian <[email protected]>
#6929) # Description of change - Upstream range: [v1.35.4, v1.36.2) - Port the following Sui's commits which are contained in the single PR MystenLabs/sui#19029 - MystenLabs/sui@bf9ac99 - MystenLabs/sui@ea27dff - MystenLabs/sui@066a6b6 - Descriptions from commits - transaction-executor: add simulate_transaction trait method - rest: introduce transaction simulation endpoint - rest: introduce transaction resolve endpoint - Notes - The extra field `trace_builder_opt` of `execute_transaction_to_effects` was introduced in #6354 - Because the `iota-sdk-types` does not exit, use `iota-sdk2` instead - Remove stable/unstable description in openapi.json from #6922 ## Links to any relevant issues Part of #3990 ## Type of change - Enhancement (a non-breaking change which adds functionality) --------- Co-authored-by: jkrvivian <[email protected]>
#6929) # Description of change - Upstream range: [v1.35.4, v1.36.2) - Port the following Sui's commits which are contained in the single PR MystenLabs/sui#19029 - MystenLabs/sui@bf9ac99 - MystenLabs/sui@ea27dff - MystenLabs/sui@066a6b6 - Descriptions from commits - transaction-executor: add simulate_transaction trait method - rest: introduce transaction simulation endpoint - rest: introduce transaction resolve endpoint - Notes - The extra field `trace_builder_opt` of `execute_transaction_to_effects` was introduced in #6354 - Because the `iota-sdk-types` does not exit, use `iota-sdk2` instead - Remove stable/unstable description in openapi.json from #6922 ## Links to any relevant issues Part of #3990 ## Type of change - Enhancement (a non-breaking change which adds functionality) --------- Co-authored-by: jkrvivian <[email protected]>
Description of change
The following list contains the changes that can be highlighted:
Links to any relevant issues
fixes #6216
fixes #6228
fixes #6227