Skip to content

Commit f6029b6

Browse files
ci: bump Sui testnet version to testnet-v1.70.2 (#3298)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e567e49 commit f6029b6

25 files changed

Lines changed: 214 additions & 214 deletions

File tree

Cargo.lock

Lines changed: 133 additions & 133 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ libc = "0.2"
8080
md5 = "0.8.0"
8181
mime = "0.3.17"
8282
mockall = "0.14.0"
83-
move-core-types = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
84-
move-package = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
85-
move-package-alt = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
86-
move-package-alt-compilation = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
87-
mysten-metrics = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
83+
move-core-types = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
84+
move-package = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
85+
move-package-alt = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
86+
move-package-alt-compilation = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
87+
mysten-metrics = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
8888
num-bigint = { version = "0.4.5", default-features = false }
8989
object_store = { version = "0.11.2", features = ["gcp"] }
9090
once_cell = { version = "1.21.4" }
@@ -120,31 +120,31 @@ serde_with = { version = "3.18", features = ["base64"] }
120120
serde_yaml = "0.9"
121121
sha2 = "0.10.9"
122122
snap = "1.1.0"
123-
sui-config = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
124-
sui-json-rpc-api = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
125-
sui-json-rpc-types = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
126-
sui-keys = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
127-
sui-macros = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
128-
sui-move-build = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
129-
sui-package-alt = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
130-
sui-package-management = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
131-
sui-package-resolver = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
132-
sui-protocol-config = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
123+
sui-config = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
124+
sui-json-rpc-api = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
125+
sui-json-rpc-types = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
126+
sui-keys = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
127+
sui-macros = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
128+
sui-move-build = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
129+
sui-package-alt = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
130+
sui-package-management = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
131+
sui-package-resolver = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
132+
sui-protocol-config = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
133133
sui-rpc = { git = "https://github.com/MystenLabs/sui-rust-sdk.git", rev = "e5c53de2e9570229b63bd0508b43f27c11cb5f76" }
134-
sui-rpc-api = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
135-
sui-sdk = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
134+
sui-rpc-api = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
135+
sui-sdk = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
136136
sui-sdk-types = { git = "https://github.com/MystenLabs/sui-rust-sdk.git", rev = "e5c53de2e9570229b63bd0508b43f27c11cb5f76", features = [
137137
"hash",
138138
"serde",
139139
] }
140-
sui-simulator = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
141-
sui-storage = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
142-
sui-types = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
140+
sui-simulator = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
141+
sui-storage = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
142+
sui-types = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
143143
syn = "2.0"
144144
tap = "1.0.1"
145-
telemetry-subscribers = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
145+
telemetry-subscribers = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
146146
tempfile = "3.27.0"
147-
test-cluster = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.1" }
147+
test-cluster = { git = "https://github.com/MystenLabs/sui", tag = "testnet-v1.70.2" }
148148
thiserror = "2.0.18"
149149
tokio = { version = "=1.49.0", features = ["macros", "rt-multi-thread", "signal"] }
150150
tokio-metrics = { version = "0.4.9", default-features = false }

contracts/blob_bucket/Move.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@ version = 4
77
[pinned.testnet.BlobBucket]
88
source = { root = true }
99
use_environment = "testnet"
10-
manifest_digest = "B0041794338454AA2421F28B2BB4662DA28B28C238DC7D8544325E27134C7658"
10+
manifest_digest = "055ACD791271B2482E7B5FC3853F039F74BC0BF95C77448F2646361A095BE1A5"
1111
deps = { Sui = "Sui", WAL = "WAL", Walrus = "Walrus" }
1212

1313
[pinned.testnet.MoveStdlib]
14-
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/move-stdlib", rev = "a7e7b45a4ceeee819b07820e31ce6094cd0757d1" }
14+
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/move-stdlib", rev = "6d4ec0b0621dd9555753c9ecd5be021b25a0d267" }
1515
use_environment = "testnet"
1616
manifest_digest = "C4FE4C91DE74CBF223B2E380AE40F592177D21870DC2D7EB6227D2D694E05363"
1717
deps = {}
1818

1919
[pinned.testnet.Sui]
20-
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "a7e7b45a4ceeee819b07820e31ce6094cd0757d1" }
20+
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "6d4ec0b0621dd9555753c9ecd5be021b25a0d267" }
2121
use_environment = "testnet"
2222
manifest_digest = "7AFB66695545775FBFBB2D3078ADFD084244D5002392E837FDE21D9EA1C6D01C"
2323
deps = { MoveStdlib = "MoveStdlib" }
2424

2525
[pinned.testnet.WAL]
2626
source = { local = "../wal" }
2727
use_environment = "testnet"
28-
manifest_digest = "4605F1444F508A4E5B50796F05C2C0D2E8FA1547143F9E63D3C4510D4B958CF7"
28+
manifest_digest = "DA1AB042D0BD746421D09FD8D0D8AC229BCB383E2FF0BF585D0A3B6048C9BB80"
2929
deps = { Sui = "Sui" }
3030

3131
[pinned.testnet.Walrus]
3232
source = { local = "../walrus" }
3333
use_environment = "testnet"
34-
manifest_digest = "D3144725B81A61C79F61A7BBEBFFAAD53420D18DD009810A27A1F9FCB8393B5F"
34+
manifest_digest = "04C842ADD141ADB26EDF1DD0A19783CBB40DD6A388AFC3D77DCD860DF02BA059"
3535
deps = { Sui = "Sui", WAL = "WAL" }

contracts/blob_bucket/Move.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Mysten Labs <build@mystenlabs.com>"]
55
edition = "2024.beta"
66

77
[dependencies]
8-
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet-v1.70.1" }
8+
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet-v1.70.2" }
99
WAL = { local = "../wal" }
1010
Walrus = { local = "../walrus" }
1111

contracts/subsidies/Move.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@
55
version = 4
66

77
[pinned.testnet.MoveStdlib]
8-
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/move-stdlib", rev = "a7e7b45a4ceeee819b07820e31ce6094cd0757d1" }
8+
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/move-stdlib", rev = "6d4ec0b0621dd9555753c9ecd5be021b25a0d267" }
99
use_environment = "testnet"
1010
manifest_digest = "C4FE4C91DE74CBF223B2E380AE40F592177D21870DC2D7EB6227D2D694E05363"
1111
deps = {}
1212

1313
[pinned.testnet.Subsidies]
1414
source = { root = true }
1515
use_environment = "testnet"
16-
manifest_digest = "B0041794338454AA2421F28B2BB4662DA28B28C238DC7D8544325E27134C7658"
16+
manifest_digest = "055ACD791271B2482E7B5FC3853F039F74BC0BF95C77448F2646361A095BE1A5"
1717
deps = { Sui = "Sui", WAL = "WAL", Walrus = "Walrus" }
1818

1919
[pinned.testnet.Sui]
20-
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "a7e7b45a4ceeee819b07820e31ce6094cd0757d1" }
20+
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "6d4ec0b0621dd9555753c9ecd5be021b25a0d267" }
2121
use_environment = "testnet"
2222
manifest_digest = "7AFB66695545775FBFBB2D3078ADFD084244D5002392E837FDE21D9EA1C6D01C"
2323
deps = { MoveStdlib = "MoveStdlib" }
2424

2525
[pinned.testnet.WAL]
2626
source = { local = "../wal" }
2727
use_environment = "testnet"
28-
manifest_digest = "4605F1444F508A4E5B50796F05C2C0D2E8FA1547143F9E63D3C4510D4B958CF7"
28+
manifest_digest = "DA1AB042D0BD746421D09FD8D0D8AC229BCB383E2FF0BF585D0A3B6048C9BB80"
2929
deps = { Sui = "Sui" }
3030

3131
[pinned.testnet.Walrus]
3232
source = { local = "../walrus" }
3333
use_environment = "testnet"
34-
manifest_digest = "D3144725B81A61C79F61A7BBEBFFAAD53420D18DD009810A27A1F9FCB8393B5F"
34+
manifest_digest = "04C842ADD141ADB26EDF1DD0A19783CBB40DD6A388AFC3D77DCD860DF02BA059"
3535
deps = { Sui = "Sui", WAL = "WAL" }

contracts/subsidies/Move.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Mysten Labs <build@mystenlabs.com>"]
55
edition = "2024.beta"
66

77
[dependencies]
8-
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet-v1.70.1" }
8+
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet-v1.70.2" }
99
WAL = { local = "../wal" }
1010
Walrus = { local = "../walrus" }
1111

contracts/wal/Move.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
version = 4
66

77
[pinned.testnet.MoveStdlib]
8-
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/move-stdlib", rev = "a7e7b45a4ceeee819b07820e31ce6094cd0757d1" }
8+
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/move-stdlib", rev = "6d4ec0b0621dd9555753c9ecd5be021b25a0d267" }
99
use_environment = "testnet"
1010
manifest_digest = "C4FE4C91DE74CBF223B2E380AE40F592177D21870DC2D7EB6227D2D694E05363"
1111
deps = {}
1212

1313
[pinned.testnet.Sui]
14-
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "a7e7b45a4ceeee819b07820e31ce6094cd0757d1" }
14+
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "6d4ec0b0621dd9555753c9ecd5be021b25a0d267" }
1515
use_environment = "testnet"
1616
manifest_digest = "7AFB66695545775FBFBB2D3078ADFD084244D5002392E837FDE21D9EA1C6D01C"
1717
deps = { MoveStdlib = "MoveStdlib" }
1818

1919
[pinned.testnet.WAL]
2020
source = { root = true }
2121
use_environment = "testnet"
22-
manifest_digest = "4605F1444F508A4E5B50796F05C2C0D2E8FA1547143F9E63D3C4510D4B958CF7"
22+
manifest_digest = "DA1AB042D0BD746421D09FD8D0D8AC229BCB383E2FF0BF585D0A3B6048C9BB80"
2323
deps = { Sui = "Sui" }

contracts/wal/Move.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Mysten Labs <build@mystenlabs.com>"]
55
edition = "2024.beta"
66

77
[dependencies]
8-
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet-v1.70.1" }
8+
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet-v1.70.2" }
99

1010
[addresses]
1111
wal = "0x0"

contracts/wal_exchange/Move.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
version = 4
66

77
[pinned.testnet.MoveStdlib]
8-
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/move-stdlib", rev = "a7e7b45a4ceeee819b07820e31ce6094cd0757d1" }
8+
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/move-stdlib", rev = "6d4ec0b0621dd9555753c9ecd5be021b25a0d267" }
99
use_environment = "testnet"
1010
manifest_digest = "C4FE4C91DE74CBF223B2E380AE40F592177D21870DC2D7EB6227D2D694E05363"
1111
deps = {}
1212

1313
[pinned.testnet.Sui]
14-
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "a7e7b45a4ceeee819b07820e31ce6094cd0757d1" }
14+
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "6d4ec0b0621dd9555753c9ecd5be021b25a0d267" }
1515
use_environment = "testnet"
1616
manifest_digest = "7AFB66695545775FBFBB2D3078ADFD084244D5002392E837FDE21D9EA1C6D01C"
1717
deps = { MoveStdlib = "MoveStdlib" }
1818

1919
[pinned.testnet.WAL]
2020
source = { local = "../wal" }
2121
use_environment = "testnet"
22-
manifest_digest = "4605F1444F508A4E5B50796F05C2C0D2E8FA1547143F9E63D3C4510D4B958CF7"
22+
manifest_digest = "DA1AB042D0BD746421D09FD8D0D8AC229BCB383E2FF0BF585D0A3B6048C9BB80"
2323
deps = { Sui = "Sui" }
2424

2525
[pinned.testnet.WAL_exchange]
2626
source = { root = true }
2727
use_environment = "testnet"
28-
manifest_digest = "D3144725B81A61C79F61A7BBEBFFAAD53420D18DD009810A27A1F9FCB8393B5F"
28+
manifest_digest = "04C842ADD141ADB26EDF1DD0A19783CBB40DD6A388AFC3D77DCD860DF02BA059"
2929
deps = { Sui = "Sui", WAL = "WAL" }

contracts/wal_exchange/Move.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Mysten Labs <build@mystenlabs.com>"]
55
edition = "2024.beta"
66

77
[dependencies]
8-
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet-v1.70.1" }
8+
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet-v1.70.2" }
99
WAL = { local = "../wal" }
1010

1111
[addresses]

0 commit comments

Comments
 (0)