Skip to content

Commit

Permalink
fix #3827
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Dec 29, 2022
1 parent b6a05fb commit ae5980a
Show file tree
Hide file tree
Showing 23 changed files with 119 additions and 119 deletions.
78 changes: 39 additions & 39 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion abi/decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "1.12.5"
[dependencies]
anyhow = "1.0.41"
hex = "0.4.3"
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
starcoin-resource-viewer = { path = "../../vm/resource-viewer" }
starcoin-vm-types = { path = "../../vm/types" }
starcoin-abi-types = { path = "../types" }
Expand Down
2 changes: 1 addition & 1 deletion abi/resolver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ starcoin-vm-types = { path = "../../vm/types" }
starcoin-abi-types = { path = "../types" }
anyhow = "~1"
starcoin-resource-viewer = { path = "../../vm/resource-viewer" }
move-model = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-model = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
[dev-dependencies]
stdlib = { path = "../../vm/stdlib" }
serde_json = "1"
Expand Down
2 changes: 1 addition & 1 deletion abi/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ serde_bytes = "0.11"
serde_json = "~1"
hex = "0.4"
schemars = { git = "https://github.com/starcoinorg/schemars", rev = "6972da92f4360e1779168bb3fe0274c521d324e2" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
4 changes: 2 additions & 2 deletions cmd/db-exporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ logger = { path = "../../commons/logger", package = "starcoin-logger" }
clap = { version = "3", features = ["derive"] }
atomic-counter = "1.0.1"
tokio = { version = "^1", features = ["full"] }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-bytecode-verifier = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-bytecode-verifier = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
starcoin-resource-viewer = { path = "../../vm/resource-viewer" }
starcoin-state-tree = { path = "../../state/state-tree" }
[target."cfg(target_os=\"linux\")".dependencies]
Expand Down
4 changes: 2 additions & 2 deletions cmd/starcoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ starcoin-resource-viewer = { path = "../../vm/resource-viewer" }
starcoin-service-registry = { path = "../../commons/service-registry" }
starcoin-move-explain = { path = "../../vm/move-explain" }
vm-status-translator = { path = "../../vm/vm-status-translator" }
move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
network-api = { path = "../../network/api", package = "network-api" }
starcoin-network-rpc-api = { path = "../../network-rpc/api" }
starcoin-abi-decoder = { path = "../../abi/decoder" }
starcoin-abi-resolver = { path = "../../abi/resolver" }
starcoin-abi-types = { path = "../../abi/types" }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }

[dev-dependencies]
test-helper = { path = "../../test-helper" }
Expand Down
2 changes: 1 addition & 1 deletion commons/proptest-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ version = "1.12.5"

[dependencies]
crossbeam = "0.7.3"
diem-proptest-helpers = { package = "diem-proptest-helpers", git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
diem-proptest-helpers = { package = "diem-proptest-helpers", git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
proptest = "1.0.0"
proptest-derive = "0.3.0"
2 changes: 1 addition & 1 deletion state/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ merkle-tree = { package = "forkable-jellyfish-merkle", path = "../../commons/for
starcoin-state-tree = { path = "../state-tree" }
bcs-ext = { package = "bcs-ext", path = "../../commons/bcs_ext" }
starcoin-service-registry = { path = "../../commons/service-registry" }
move-table-extension = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-table-extension = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
once_cell = "1.12.0"
[dev-dependencies]
2 changes: 1 addition & 1 deletion state/statedb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ starcoin-state-tree = { path = "../state-tree" }
bcs-ext = { package = "bcs-ext", path = "../../commons/bcs_ext" }
serde = { version = "1.0.130" }
forkable-jellyfish-merkle = { path = "../../commons/forkable-jellyfish-merkle" }
move-table-extension = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-table-extension = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
once_cell = "1.12.0"
parking_lot = "0.12.1"
thiserror = "1.0"
6 changes: 3 additions & 3 deletions vm/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ regex = { version = "1.6.0", default-features = false, features = [
"std",
"perf",
] }
move-compiler = { package = "move-compiler", git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-compiler = { package = "move-compiler", git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
petgraph = "0.5.1"
starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev = "d871dfb4216f034ee334a575926c101574d9d6dc" }
starcoin-logger = { path = "../../commons/logger" }
Expand Down
12 changes: 6 additions & 6 deletions vm/gas-algebra-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ publish = false
version = "1.12.5"

[dependencies]
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-stdlib = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-table-extension = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-vm-test-utils = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-vm-types = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-stdlib = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-table-extension = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-vm-test-utils = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-vm-types = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
starcoin-natives = { path = "../natives" }
serde = { version = "1.0.130", default-features = false }
8 changes: 4 additions & 4 deletions vm/move-coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ codespan = {version = "0.8.0", features = ["serialization"]}
colored = "2.0.0"
petgraph = "0.5.1"
serde = {version = "1.0.130", default-features = false}
move-bytecode-source-map = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-coverage = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-bytecode-source-map = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-coverage = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
[features]
default = []
2 changes: 1 addition & 1 deletion vm/move-explain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = "1.12.5"
[dependencies]
clap = { version = "3", features = ["derive"] }
stdlib = { package = "stdlib", path = "../stdlib" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
bcs-ext = { package = "bcs-ext", path = "../../commons/bcs_ext" }

[features]
Expand Down
26 changes: 13 additions & 13 deletions vm/move-package-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ jsonrpc-client-transports = { version = "18", features = [
futures = "0.3"
tokio = { version = "^1", features = ["full"] }
tempfile = "~3"
move-cli = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-package = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-bytecode-verifier = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-disassembler = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-coverage = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-compiler = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-cli = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-package = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-bytecode-verifier = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-disassembler = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-coverage = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-compiler = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
resource-viewer = { path = "../resource-viewer", package = "starcoin-resource-viewer" }
move-unit-test = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf", features = ["table-extension"] }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-vm-test-utils = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-unit-test = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df", features = ["table-extension"] }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-vm-test-utils = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
datatest-stable = { git = "https://github.com/starcoinorg/diem-devtools", branch = "feature/pub-test-opts" }
starcoin-vm-types = { path = "../../vm/types" }
starcoin-logger = { path = "../../commons/logger" }
Expand Down
6 changes: 3 additions & 3 deletions vm/move-prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.12.5"

[dependencies]
## move dependencies
move-prover = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-prover = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }

# external dependencies
anyhow = "1.0.41"
Expand All @@ -18,8 +18,8 @@ tempfile = "3.2.0"

[dev-dependencies]
datatest-stable = "0.1.1"
move-prover-test-utils = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-prover-test-utils = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
shell-words = "1.0.0"
walkdir = "2.3"
once_cell = "1.13.0"
Expand Down
20 changes: 10 additions & 10 deletions vm/natives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ version = "1.12.5"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-docgen = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-prover = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-stdlib = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-vm-types = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-docgen = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-prover = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-stdlib = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-vm-types = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev = "d871dfb4216f034ee334a575926c101574d9d6dc" }
log = "0.4.14"
walkdir = "2.3.1"
Expand All @@ -25,7 +25,7 @@ libsecp256k1 = "0.7.1"
arrayref = "0.3"
num_enum = "0.5.7"
starcoin-uint = { path = "../../types/uint" }
move-table-extension = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-table-extension = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
ripemd160 = "0.9.1"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions vm/resource-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ version = "1.12.5"

[dependencies]
starcoin-vm-types = { path = "../types" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
serde_json = "1.0"
serde = { version = "1.0.130", features = ["derive", "rc"] }
anyhow = "1.0.41"
Expand Down
10 changes: 5 additions & 5 deletions vm/starcoin-gas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ version = "1.12.5"
[dependencies]
gas-algebra-ext = { path = "../gas-algebra-ext" }
clap = { version = "3", features = ["derive"] }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-stdlib = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-table-extension = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-vm-types = { git = "https://github.com/starcoinorg/move", rev = "8613078820ba81686071b224e64441b68d6dc6cf" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-stdlib = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-table-extension = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
move-vm-types = { git = "https://github.com/starcoinorg/move", rev = "051d999148b5e356cde1de8d3306452c40e8d8df" }
starcoin-natives = { path = "../natives" }
starcoin-logger = {path = "../../commons/logger"}
Loading

0 comments on commit ae5980a

Please sign in to comment.