From 08bb8a9074be9c29d6945612b12f2b655f4584df Mon Sep 17 00:00:00 2001 From: Sam Blackshear Date: Sun, 15 May 2022 21:38:30 -0700 Subject: [PATCH] [chore] update Move version to fix bytecode function signature display bug Pull in https://github.com/move-language/move/pull/142, which will fix https://github.com/MystenLabs/sui/issues/1973. --- Cargo.lock | 77 ++++++++++--------- sui/Cargo.toml | 12 +-- sui_core/Cargo.toml | 12 +-- sui_programmability/adapter/Cargo.toml | 16 ++-- sui_programmability/framework/Cargo.toml | 20 ++--- .../transactional-test-runner/Cargo.toml | 24 +++--- sui_programmability/verifier/Cargo.toml | 10 +-- sui_types/Cargo.toml | 12 +-- test_utils/Cargo.toml | 4 +- 9 files changed, 94 insertions(+), 93 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f6f3914e1092..519964bb4afd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -629,7 +629,7 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytecode-interpreter-crypto" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "curve25519-dalek-fiat", @@ -2794,7 +2794,7 @@ dependencies = [ [[package]] name = "move-abigen" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "bcs", @@ -2810,7 +2810,7 @@ dependencies = [ [[package]] name = "move-binary-format" version = "0.0.3" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "move-core-types", @@ -2823,12 +2823,12 @@ dependencies = [ [[package]] name = "move-borrow-graph" version = "0.0.1" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" [[package]] name = "move-bytecode-source-map" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "bcs", @@ -2843,7 +2843,7 @@ dependencies = [ [[package]] name = "move-bytecode-utils" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "move-binary-format", @@ -2855,7 +2855,7 @@ dependencies = [ [[package]] name = "move-bytecode-verifier" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "move-binary-format", @@ -2867,7 +2867,7 @@ dependencies = [ [[package]] name = "move-bytecode-viewer" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "clap 3.1.18", @@ -2884,7 +2884,7 @@ dependencies = [ [[package]] name = "move-cli" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "bcs", @@ -2925,7 +2925,7 @@ dependencies = [ [[package]] name = "move-command-line-common" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "difference", @@ -2940,7 +2940,7 @@ dependencies = [ [[package]] name = "move-compiler" version = "0.0.1" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "bcs", @@ -2969,7 +2969,7 @@ dependencies = [ [[package]] name = "move-core-types" version = "0.0.4" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "bcs", @@ -2984,7 +2984,7 @@ dependencies = [ [[package]] name = "move-coverage" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "bcs", @@ -3004,7 +3004,7 @@ dependencies = [ [[package]] name = "move-disassembler" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "clap 3.1.18", @@ -3022,7 +3022,7 @@ dependencies = [ [[package]] name = "move-docgen" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "codespan", @@ -3040,7 +3040,7 @@ dependencies = [ [[package]] name = "move-errmapgen" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "bcs", @@ -3054,7 +3054,7 @@ dependencies = [ [[package]] name = "move-ir-compiler" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "bcs", @@ -3073,7 +3073,7 @@ dependencies = [ [[package]] name = "move-ir-to-bytecode" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "codespan-reporting", @@ -3092,7 +3092,7 @@ dependencies = [ [[package]] name = "move-ir-to-bytecode-syntax" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "hex", @@ -3105,7 +3105,7 @@ dependencies = [ [[package]] name = "move-ir-types" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "hex", @@ -3119,7 +3119,7 @@ dependencies = [ [[package]] name = "move-model" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "codespan", @@ -3145,12 +3145,13 @@ dependencies = [ [[package]] name = "move-package" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "bcs", "clap 3.1.18", "colored", + "dirs-next", "move-abigen", "move-binary-format", "move-bytecode-source-map", @@ -3177,7 +3178,7 @@ dependencies = [ [[package]] name = "move-prover" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "async-trait", @@ -3214,7 +3215,7 @@ dependencies = [ [[package]] name = "move-prover-boogie-backend" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "async-trait", @@ -3242,7 +3243,7 @@ dependencies = [ [[package]] name = "move-read-write-set-types" version = "0.0.3" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "move-binary-format", @@ -3253,7 +3254,7 @@ dependencies = [ [[package]] name = "move-resource-viewer" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "bcs", @@ -3268,7 +3269,7 @@ dependencies = [ [[package]] name = "move-stackless-bytecode" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "codespan", "codespan-reporting", @@ -3295,7 +3296,7 @@ dependencies = [ [[package]] name = "move-stackless-bytecode-interpreter" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "bytecode-interpreter-crypto", @@ -3313,7 +3314,7 @@ dependencies = [ [[package]] name = "move-stdlib" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "log", "move-binary-format", @@ -3334,7 +3335,7 @@ dependencies = [ [[package]] name = "move-symbol-pool" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "once_cell", "serde 1.0.137", @@ -3343,7 +3344,7 @@ dependencies = [ [[package]] name = "move-table-extension" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "bcs", @@ -3360,7 +3361,7 @@ dependencies = [ [[package]] name = "move-transactional-test-runner" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "clap 3.1.18", @@ -3391,7 +3392,7 @@ dependencies = [ [[package]] name = "move-unit-test" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "clap 3.1.18", @@ -3421,7 +3422,7 @@ dependencies = [ [[package]] name = "move-vm-runtime" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "better_any", "fail", @@ -3438,7 +3439,7 @@ dependencies = [ [[package]] name = "move-vm-test-utils" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "move-core-types", @@ -3447,7 +3448,7 @@ dependencies = [ [[package]] name = "move-vm-types" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "bcs", "move-binary-format", @@ -4561,7 +4562,7 @@ dependencies = [ [[package]] name = "read-write-set" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "move-binary-format", @@ -4576,7 +4577,7 @@ dependencies = [ [[package]] name = "read-write-set-dynamic" version = "0.1.0" -source = "git+https://github.com/move-language/move?rev=8958b40e97a4f94a588e5365fdb90ec18f00d888#8958b40e97a4f94a588e5365fdb90ec18f00d888" +source = "git+https://github.com/move-language/move?rev=1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b#1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" dependencies = [ "anyhow", "move-binary-format", diff --git a/sui/Cargo.toml b/sui/Cargo.toml index f152472a65bf7..f5622e3aa934c 100644 --- a/sui/Cargo.toml +++ b/sui/Cargo.toml @@ -53,12 +53,12 @@ rustyline-derive = "0.6.0" colored = "2.0.0" unescape = "0.1.0" -move-package = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-core-types = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888", features = ["address20"] } -move-bytecode-verifier = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-binary-format = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-bytecode-utils = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-unit-test = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } +move-package = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-core-types = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b", features = ["address20"] } +move-bytecode-verifier = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-binary-format = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-bytecode-utils = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-unit-test = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } narwhal-node = { git = "https://github.com/MystenLabs/narwhal", rev = "23745f48103656eae4a4205d0b3edd53ad8894de", package = "node" } narwhal-config = { git = "https://github.com/MystenLabs/narwhal", rev = "23745f48103656eae4a4205d0b3edd53ad8894de", package = "config" } diff --git a/sui_core/Cargo.toml b/sui_core/Cargo.toml index 155098dd79977..f12d27fd59811 100644 --- a/sui_core/Cargo.toml +++ b/sui_core/Cargo.toml @@ -41,12 +41,12 @@ sui-framework = { path = "../sui_programmability/framework" } sui-network = { path = "../crates/sui-network" } sui-types = { path = "../sui_types" } -move-binary-format = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-bytecode-utils = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-core-types = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888", features = ["address20"] } -move-package = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-vm-runtime = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-vm-types = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } +move-binary-format = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-bytecode-utils = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-core-types = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b", features = ["address20"] } +move-package = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-vm-runtime = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-vm-types = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } typed-store = { git = "https://github.com/MystenLabs/mysten-infra", rev = "7c247967e5a5abd59ecaa75bc62b05bcdf4503fe"} diff --git a/sui_programmability/adapter/Cargo.toml b/sui_programmability/adapter/Cargo.toml index 57721c8eed719..6dbf02ebb1570 100644 --- a/sui_programmability/adapter/Cargo.toml +++ b/sui_programmability/adapter/Cargo.toml @@ -13,17 +13,17 @@ bcs = "0.1.3" once_cell = "1.10.0" parking_lot = "0.12.0" -move-binary-format = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-bytecode-utils = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-bytecode-verifier = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-core-types = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888", features = ["address20"] } -move-cli = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-vm-runtime = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-vm-types = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } +move-binary-format = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-bytecode-utils = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-bytecode-verifier = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-core-types = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b", features = ["address20"] } +move-cli = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-vm-runtime = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-vm-types = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } sui-framework = { path = "../framework" } sui-verifier = { path = "../verifier" } sui-types = { path = "../../sui_types" } [dev-dependencies] -move-package = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } +move-package = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } diff --git a/sui_programmability/framework/Cargo.toml b/sui_programmability/framework/Cargo.toml index 2a175469d2933..6ec07f6518cc5 100644 --- a/sui_programmability/framework/Cargo.toml +++ b/sui_programmability/framework/Cargo.toml @@ -16,16 +16,16 @@ num_enum = "0.5.7" sui-types = { path = "../../sui_types" } sui-verifier = { path = "../verifier" } -move-binary-format = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-bytecode-verifier = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-cli = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-compiler = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-core-types = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888", features = ["address20"] } -move-package = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-stdlib = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-unit-test = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-vm-runtime = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-vm-types = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } +move-binary-format = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-bytecode-verifier = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-cli = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-compiler = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-core-types = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b", features = ["address20"] } +move-package = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-stdlib = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-unit-test = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-vm-runtime = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-vm-types = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } [package.metadata.cargo-udeps.ignore] diff --git a/sui_programmability/transactional-test-runner/Cargo.toml b/sui_programmability/transactional-test-runner/Cargo.toml index d00a350b0763d..e543c680dc510 100644 --- a/sui_programmability/transactional-test-runner/Cargo.toml +++ b/sui_programmability/transactional-test-runner/Cargo.toml @@ -20,18 +20,18 @@ rand = "0.7.3" rayon = "1.5.0" tempfile = "3.2.0" -move-binary-format = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-bytecode-utils = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-bytecode-verifier = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-cli = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-command-line-common = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-compiler = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-core-types = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888", features = ["address20"] } -move-stdlib = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-symbol-pool = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-transactional-test-runner = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-vm-runtime = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-vm-types = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } +move-binary-format = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-bytecode-utils = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-bytecode-verifier = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-cli = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-command-line-common = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-compiler = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-core-types = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b", features = ["address20"] } +move-stdlib = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-symbol-pool = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-transactional-test-runner = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-vm-runtime = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-vm-types = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } sui-framework = { path = "../framework" } diff --git a/sui_programmability/verifier/Cargo.toml b/sui_programmability/verifier/Cargo.toml index 5d677432e3972..7ad8403cb862b 100644 --- a/sui_programmability/verifier/Cargo.toml +++ b/sui_programmability/verifier/Cargo.toml @@ -8,10 +8,10 @@ license = "Apache-2.0" publish = false [dependencies] -move-binary-format = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-bytecode-verifier = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-core-types = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888", features = ["address20"] } -move-disassembler = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-ir-types = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } +move-binary-format = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-bytecode-verifier = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-core-types = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b", features = ["address20"] } +move-disassembler = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-ir-types = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } sui-types = { path = "../../sui_types" } diff --git a/sui_types/Cargo.toml b/sui_types/Cargo.toml index 3df19dcc04fd4..f8d055fbe6d4f 100644 --- a/sui_types/Cargo.toml +++ b/sui_types/Cargo.toml @@ -37,12 +37,12 @@ tonic = "0.7" name-variant = { git = "https://github.com/MystenLabs/mysten-infra", rev = "7c247967e5a5abd59ecaa75bc62b05bcdf4503fe" } typed-store = { git = "https://github.com/MystenLabs/mysten-infra", rev = "7c247967e5a5abd59ecaa75bc62b05bcdf4503fe" } -move-binary-format = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-bytecode-utils = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-core-types = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888", features = ["address20"] } -move-disassembler = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-ir-types = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-vm-types = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } +move-binary-format = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-bytecode-utils = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-core-types = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b", features = ["address20"] } +move-disassembler = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-ir-types = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-vm-types = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } narwhal-executor = { git = "https://github.com/MystenLabs/narwhal", rev = "23745f48103656eae4a4205d0b3edd53ad8894de", package = "executor" } narwhal-crypto = { git = "https://github.com/MystenLabs/narwhal", rev = "23745f48103656eae4a4205d0b3edd53ad8894de", package = "crypto" } diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 7c3926d848dde..c448a4a5e1cfa 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -21,8 +21,8 @@ bcs = "0.1.3" sui-adapter = { path = "../sui_programmability/adapter" } sui-framework = { path = "../sui_programmability/framework" } -move-package = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888" } -move-core-types = { git = "https://github.com/move-language/move", rev = "8958b40e97a4f94a588e5365fdb90ec18f00d888", features = ["address20"] } +move-package = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b" } +move-core-types = { git = "https://github.com/move-language/move", rev = "1b2d3b4274345f5b4b6a1a1bde5aee452003ab5b", features = ["address20"] } typed-store = { git = "https://github.com/MystenLabs/mysten-infra", rev ="7c247967e5a5abd59ecaa75bc62b05bcdf4503fe"} narwhal-config = { git = "https://github.com/MystenLabs/narwhal", rev = "23745f48103656eae4a4205d0b3edd53ad8894de", package = "config" }