From dc84da3e46627c2dc40ee089f04096a97d444a37 Mon Sep 17 00:00:00 2001 From: gcranju Date: Wed, 11 Dec 2024 12:31:30 +0545 Subject: [PATCH] feat: cluster upgrade --- contracts/sui/xcall/Move.lock | 24 ++++++++++++------------ contracts/sui/xcall/Move.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/contracts/sui/xcall/Move.lock b/contracts/sui/xcall/Move.lock index 985da834..abb89cec 100644 --- a/contracts/sui/xcall/Move.lock +++ b/contracts/sui/xcall/Move.lock @@ -1,37 +1,37 @@ # @generated by Move, please check-in and do not edit manually. [move] -version = 0 -manifest_digest = "0EF42493C6F05F033869D9F88E28651462211F7EC4845B488B3D44EA2BE42C52" +version = 3 +manifest_digest = "AF3BD5F43DFE5D1CAA7C8184CC387254C69B390F0AE41C448984470538D9F2F7" deps_digest = "3C4103934B1E040BB6B23F1D610B4EF9F2F1166A50A104EADCF77467C004C600" dependencies = [ - { name = "Sui" }, - { name = "sui_rlp" }, + { id = "Sui", name = "Sui" }, + { id = "sui_rlp", name = "sui_rlp" }, ] [[move.package]] -name = "MoveStdlib" +id = "MoveStdlib" source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/testnet", subdir = "crates/sui-framework/packages/move-stdlib" } [[move.package]] -name = "Sui" +id = "Sui" source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/testnet", subdir = "crates/sui-framework/packages/sui-framework" } dependencies = [ - { name = "MoveStdlib" }, + { id = "MoveStdlib", name = "MoveStdlib" }, ] [[move.package]] -name = "sui_rlp" +id = "sui_rlp" source = { local = "../libs/sui_rlp" } dependencies = [ - { name = "Sui" }, + { id = "Sui", name = "Sui" }, ] [move.toolchain-version] -compiler-version = "1.30.1" +compiler-version = "1.37.1" edition = "2024.alpha" flavor = "sui" @@ -40,5 +40,5 @@ flavor = "sui" [env.testnet] chain-id = "4c78adac" original-published-id = "0x693a60a5098b346acb773e37bff767fa90c85645ca9dba5d63741cf2bea848eb" -latest-published-id = "0x8c5242ae42c53bdb92c94123184e72429283969772ec6e12e6f086bd673960b7" -published-version = "3" +latest-published-id = "0xff60814fac7930b9890fc6582efa0e02e72956584d18adef77d23ed4643325bd" +published-version = "4" diff --git a/contracts/sui/xcall/Move.toml b/contracts/sui/xcall/Move.toml index 59a640b8..1a944ea9 100644 --- a/contracts/sui/xcall/Move.toml +++ b/contracts/sui/xcall/Move.toml @@ -17,4 +17,4 @@ [package] edition = '2024.alpha' name = 'xcall' - published-at = '0x8c5242ae42c53bdb92c94123184e72429283969772ec6e12e6f086bd673960b7' + published-at = '0xff60814fac7930b9890fc6582efa0e02e72956584d18adef77d23ed4643325bd'