@@ -61,62 +61,62 @@ tonic = "0.14"
6161url = " 2.5.7"
6262
6363# Sui dependencies
64- move-binary-format = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
65- move-trace-format = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
66- move-package = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
67- move-compiler = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
68- move-disassembler = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
69- move-ir-types = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
70- move-core-types = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
71- move-vm-types = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
72- move-vm-stack = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
73- move-vm-runtime = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" , features = [" tracing" , " testing" ]}
74- move-model = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
75- move-stackless-bytecode = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
76- sui-move-build = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
77- sui-json-rpc-types = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
78- sui-types = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
79- sui-package-management = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
80- sui-sdk = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
81- sui-config = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
82- sui-storage = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
83- sui-snapshot = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
84- sui-core = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
85- sui-execution = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" , features = [" testing" ]}
86- shared-crypto = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
87- sui-move-natives-latest = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
88- sui-adapter-latest = {git = " https://github.com/wtdcode/sui" , branch = " v1.60.1-fuzz" }
64+ # move-binary-format = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
65+ # move-trace-format = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
66+ # move-package = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
67+ # move-compiler = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
68+ # move-disassembler = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
69+ # move-ir-types = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
70+ # move-core-types = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
71+ # move-vm-types = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
72+ # move-vm-stack = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
73+ # move-vm-runtime = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz", features = ["tracing", "testing"]}
74+ # move-model = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
75+ # move-stackless-bytecode = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
76+ # sui-move-build = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
77+ # sui-json-rpc-types = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
78+ # sui-types = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
79+ # sui-package-management = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
80+ # sui-sdk = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
81+ # sui-config = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
82+ # sui-storage = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
83+ # sui-snapshot = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
84+ # sui-core = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
85+ # sui-execution = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz", features = ["testing"]}
86+ # shared-crypto = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
87+ # sui-move-natives-latest = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
88+ # sui-adapter-latest = {git = "https://github.com/wtdcode/sui", branch = "v1.60.1-fuzz"}
8989
9090
9191sui-rpc = { git = " https://github.com/MystenLabs/sui-rust-sdk.git" , rev = " fb62af78b30f5dc64eeaec0094ab95b5ce5b7ce2" }
9292sui-sdk-types = { git = " https://github.com/MystenLabs/sui-rust-sdk.git" , rev = " fb62af78b30f5dc64eeaec0094ab95b5ce5b7ce2" }
9393fastcrypto = { git = " https://github.com/MystenLabs/fastcrypto" , rev = " 09f86974195ec85d8aae386b1909d341d3ccfe52" } # sui use git dependency =/
9494
95- # move-stackless-bytecode = {path = "../sui/external-crates/move/crates/move-stackless-bytecode"}
96- # move-model = {path = "../sui/external-crates/move/crates/move-model"}
97- # move-binary-format = {path = "../sui/external-crates/move/crates/move-binary-format"}
98- # move-trace-format = {path = "../sui/external-crates/move/crates/move-trace-format"}
99- # move-package = {path = "../sui/external-crates/move/crates/move-package"}
100- # move-compiler = {path = "../sui/external-crates/move/crates/move-compiler"}
101- # move-disassembler = {path = "../sui/external-crates/move/crates/move-disassembler"}
102- # move-ir-types = {path = "../sui/external-crates/move/crates/move-ir-types"}
103- # move-core-types = {path = "../sui/external-crates/move/crates/move-core-types"}
104- # move-vm-types = {path = "../sui/external-crates/move/crates/move-vm-types"}
105- # move-vm-stack = {path = "../sui/external-crates/move/crates/move-vm-stack"}
106- # move-vm-runtime = {path = "../sui/external-crates/move/crates/move-vm-runtime", features = ["tracing", "testing"]}
107- # sui-move-build = {path = "../sui/crates/sui-move-build"}
108- # sui-json-rpc-types = {path = "../sui/crates/sui-json-rpc-types"}
109- # sui-types = {path = "../sui/crates/sui-types"}
110- # sui-package-management = {path = "../sui/crates/sui-package-management"}
111- # sui-sdk = {path = "../sui/crates/sui-sdk"}
112- # sui-config = {path = "../sui/crates/sui-config"}
113- # sui-storage = {path = "../sui/crates/sui-storage"}
114- # sui-snapshot = {path = "../sui/crates/sui-snapshot"}
115- # sui-core = {path = "../sui/crates/sui-core"}
116- # sui-execution = {path = "../sui/sui-execution", features = ["testing"]}
117- # shared-crypto = {path = "../sui/crates/shared-crypto"}
118- # sui-move-natives-latest = {path = "../sui/sui-execution/latest/sui-move-natives/"}
119- # sui-adapter-latest = {path = "../sui/sui-execution/latest/sui-adapter/"}
95+ move-stackless-bytecode = {path = " ../sui/external-crates/move/crates/move-stackless-bytecode" }
96+ move-model = {path = " ../sui/external-crates/move/crates/move-model" }
97+ move-binary-format = {path = " ../sui/external-crates/move/crates/move-binary-format" }
98+ move-trace-format = {path = " ../sui/external-crates/move/crates/move-trace-format" }
99+ move-package = {path = " ../sui/external-crates/move/crates/move-package" }
100+ move-compiler = {path = " ../sui/external-crates/move/crates/move-compiler" }
101+ move-disassembler = {path = " ../sui/external-crates/move/crates/move-disassembler" }
102+ move-ir-types = {path = " ../sui/external-crates/move/crates/move-ir-types" }
103+ move-core-types = {path = " ../sui/external-crates/move/crates/move-core-types" }
104+ move-vm-types = {path = " ../sui/external-crates/move/crates/move-vm-types" }
105+ move-vm-stack = {path = " ../sui/external-crates/move/crates/move-vm-stack" }
106+ move-vm-runtime = {path = " ../sui/external-crates/move/crates/move-vm-runtime" , features = [" tracing" , " testing" ]}
107+ sui-move-build = {path = " ../sui/crates/sui-move-build" }
108+ sui-json-rpc-types = {path = " ../sui/crates/sui-json-rpc-types" }
109+ sui-types = {path = " ../sui/crates/sui-types" }
110+ sui-package-management = {path = " ../sui/crates/sui-package-management" }
111+ sui-sdk = {path = " ../sui/crates/sui-sdk" }
112+ sui-config = {path = " ../sui/crates/sui-config" }
113+ sui-storage = {path = " ../sui/crates/sui-storage" }
114+ sui-snapshot = {path = " ../sui/crates/sui-snapshot" }
115+ sui-core = {path = " ../sui/crates/sui-core" }
116+ sui-execution = {path = " ../sui/sui-execution" , features = [" testing" ]}
117+ shared-crypto = {path = " ../sui/crates/shared-crypto" }
118+ sui-move-natives-latest = {path = " ../sui/sui-execution/latest/sui-move-natives/" }
119+ sui-adapter-latest = {path = " ../sui/sui-execution/latest/sui-adapter/" }
120120
121121# Aptos dependencies
122122
0 commit comments