diff --git a/.github/actions/setup-sui/action.yml b/.github/actions/setup-sui/action.yml index 8b07d9f4f..d51e89593 100644 --- a/.github/actions/setup-sui/action.yml +++ b/.github/actions/setup-sui/action.yml @@ -2,9 +2,9 @@ name: Setup Sui CLI description: Install and cache Sui CLI using suiup inputs: version: - description: Sui CLI version to install (e.g., mainnet-v1.72.5) + description: Sui CLI version to install (e.g., mainnet-v1.73.2) required: false - default: mainnet-v1.72.5 + default: mainnet-v1.73.2 runs: using: composite diff --git a/.github/workflows/sui-ccip-test.yml b/.github/workflows/sui-ccip-test.yml index ac147d4fd..15f1414bc 100644 --- a/.github/workflows/sui-ccip-test.yml +++ b/.github/workflows/sui-ccip-test.yml @@ -20,57 +20,57 @@ jobs: matrix: include: - test_name: Test_CCIP_Upgrade_Sui2EVM - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIP_Upgrade_EVM2Sui - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIP_Upgrade_CommonPkg_EVM2Sui - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIP_Upgrade_NoBlock_EVM2Sui - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIPTokenTransfer_Sui2EVM_LockReleaseTokenPool_Plain - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIPTokenTransfer_Sui2EVM_LockReleaseTokenPool_Revert - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_Plain - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_WithRateLimit - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_WithAllowlist_DenylistedSender - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_WithAllowlist_AfterSignerAdded - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_ThenGloballyCursedUncursed - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool_ThenCurseUncurse - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool_WithRateLimit - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIPTokenTransfer_EVM2Sui_BurnMintTokenPool - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIPTokenTransfer_EVM2Sui_ManagedTokenPool_NoRateLimit - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIPTokenTransfer_EVM2Sui_ManagedTokenPool_WithRateLimit - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIPPureTokenTransfer_EVM2Sui_BurnMintTokenPool - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIPProgrammableTokenTransfer_EVM2Sui_BurnMintTokenPool - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIPZeroGasLimitTokenTransfer_EVM2Sui_BurnMintTokenPool - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIP_Messaging_Sui2EVM_Success - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIP_Messaging_Sui2EVM_Revert_Part1 - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIP_Messaging_Sui2EVM_Revert_Part2 - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIP_Messaging_EVM2Sui_Success - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIP_Messaging_EVM2Sui_Revert_Part1 - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIP_Messaging_EVM2Sui_Revert_Part2 - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 - test_name: Test_CCIP_EVM2Sui_ZeroReceiver - sui_version: mainnet-v1.72.5 + sui_version: mainnet-v1.73.2 env: DEFAULT_CORE_REF: develop diff --git a/deployment/go.mod b/deployment/go.mod index b9b67af89..db6943014 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -14,10 +14,10 @@ require ( github.com/ethereum/go-ethereum v1.17.3 github.com/google/go-cmp v0.7.0 github.com/smartcontractkit/chain-selectors v1.0.102 - github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260612233420-cdac9c74970a + github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260625091148-e5618f5682ee github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89 github.com/smartcontractkit/chainlink-deployments-framework v0.109.1-0.20260604174622-e26b8cddfa0a - github.com/smartcontractkit/chainlink-sui v0.0.0 + github.com/smartcontractkit/chainlink-sui v0.0.0-20260527160341-aa3adc0abf67 github.com/smartcontractkit/mcms v0.45.2-0.20260604181544-da0bd7da623d github.com/stretchr/testify v1.11.1 golang.org/x/crypto v0.52.0 @@ -131,7 +131,7 @@ require ( github.com/shopspring/decimal v1.4.0 // indirect github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 // indirect github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc // indirect - github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260612233420-cdac9c74970a // indirect + github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260625091148-e5618f5682ee // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139 // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect diff --git a/deployment/go.sum b/deployment/go.sum index afd66ea0b..e9f0856bc 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -599,14 +599,14 @@ github.com/smartcontractkit/chain-selectors v1.0.102 h1:qYP4+72HfvogCHR5ymwRFee3 github.com/smartcontractkit/chain-selectors v1.0.102/go.mod h1:qy7whtgG5g+7z0jt0nRyii9bLND9m15NZTzuQPkMZ5w= github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc h1:Um9FBcf0JNSFuGbxgccDG1vM3cNrMGy0SdJ7r6VbX0o= github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc/go.mod h1:zfE2R7887kiwXkGTHKPe5NBgwhFwIC3pnA2uAxrbvig= -github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260612233420-cdac9c74970a h1:bGNA59hevTF2rt1tkT71tEUPCDlA7HWpzc4tdoY9mDI= -github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260612233420-cdac9c74970a/go.mod h1:2xVZJ3o9udYFeJhwyHXAMlNhptJ99uoiGjzfOicYNX8= +github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260625091148-e5618f5682ee h1:YAE9gMuCsjp3toJXBQge7pvSZhsFCv9GakTEjjoiE50= +github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260625091148-e5618f5682ee/go.mod h1:2xVZJ3o9udYFeJhwyHXAMlNhptJ99uoiGjzfOicYNX8= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139 h1:jkChf04hhdiMBApbb+lLDxHMY62Md6UeM7v++GSw3K8= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139/go.mod h1:wuhagkM/lU0GbV2YcrROOH0GlsfXJYwm6qmpa4CK70w= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139 h1:tw3K4UkH5XfW5SoyYkvAlbzrccoGSLdz/XkxD6nyGC8= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139/go.mod h1:1WcontO9PeuKdUf5HXfs3nuICtzUvFNnyCmrHkTCF9Y= -github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260612233420-cdac9c74970a h1:PfJMTY1jBeSMZw5bd0kPaIEJel4JQnq2k3CLstkLTj8= -github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260612233420-cdac9c74970a/go.mod h1:xDXlDsou69NYOolOAj+KITRn9luER6Bg52NXelrLl+A= +github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260625091148-e5618f5682ee h1:ScVlPpWyoswUlu3izqOH7N0oW5UCrp7lPifkOZ2Mgew= +github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260625091148-e5618f5682ee/go.mod h1:xDXlDsou69NYOolOAj+KITRn9luER6Bg52NXelrLl+A= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89 h1:5z3LQ27MJmhiaeqp9S2TzbF5Wm4GGvUKAYOtE9AauR8= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89/go.mod h1:G2AII0QmWzXx8Ag9IKnGN3h/gwwNnhHUOCviJievdvo= github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9oqASnkS03RE1HQwYQQxrO4l46O5JSzxqLgg= diff --git a/docker-compose.yml b/docker-compose.yml index ac1010613..6c52f160a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: sui: - image: mysten/sui-tools:mainnet-v1.72.5 + image: mysten/sui-tools:mainnet-v1.73.2 ports: - "9000:9000" command: ["sui", "start"] diff --git a/go.mod b/go.mod index 03a316211..79e32207e 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82 github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc - github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260612233420-cdac9c74970a + github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260625091148-e5618f5682ee github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89 github.com/stretchr/testify v1.11.1 github.com/test-go/testify v1.1.4 diff --git a/go.sum b/go.sum index b46c29e1d..2f71ffbf4 100644 --- a/go.sum +++ b/go.sum @@ -296,8 +296,8 @@ github.com/smartcontractkit/chain-selectors v1.0.102 h1:qYP4+72HfvogCHR5ymwRFee3 github.com/smartcontractkit/chain-selectors v1.0.102/go.mod h1:qy7whtgG5g+7z0jt0nRyii9bLND9m15NZTzuQPkMZ5w= github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc h1:Um9FBcf0JNSFuGbxgccDG1vM3cNrMGy0SdJ7r6VbX0o= github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc/go.mod h1:zfE2R7887kiwXkGTHKPe5NBgwhFwIC3pnA2uAxrbvig= -github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260612233420-cdac9c74970a h1:bGNA59hevTF2rt1tkT71tEUPCDlA7HWpzc4tdoY9mDI= -github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260612233420-cdac9c74970a/go.mod h1:2xVZJ3o9udYFeJhwyHXAMlNhptJ99uoiGjzfOicYNX8= +github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260625091148-e5618f5682ee h1:YAE9gMuCsjp3toJXBQge7pvSZhsFCv9GakTEjjoiE50= +github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260625091148-e5618f5682ee/go.mod h1:2xVZJ3o9udYFeJhwyHXAMlNhptJ99uoiGjzfOicYNX8= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89 h1:5z3LQ27MJmhiaeqp9S2TzbF5Wm4GGvUKAYOtE9AauR8= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89/go.mod h1:G2AII0QmWzXx8Ag9IKnGN3h/gwwNnhHUOCviJievdvo= github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9oqASnkS03RE1HQwYQQxrO4l46O5JSzxqLgg= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index ee5bc9975..4aa81b86f 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -10,11 +10,11 @@ require ( github.com/block-vision/sui-go-sdk v1.2.1 github.com/ethereum/go-ethereum v1.17.3 github.com/smartcontractkit/chain-selectors v1.0.102 - github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260612233420-cdac9c74970a + github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260625091148-e5618f5682ee github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89 github.com/smartcontractkit/chainlink-deployments-framework v0.111.1-0.20260612191326-e31c0ae4cd54 - github.com/smartcontractkit/chainlink-sui v0.0.0 - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20250903045200-c3d973201e55 + github.com/smartcontractkit/chainlink-sui v0.0.0-20260610194843-349ea43d69ce + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-00010101000000-000000000000 github.com/smartcontractkit/mcms v0.48.0 github.com/stretchr/testify v1.11.1 ) @@ -133,7 +133,7 @@ require ( github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 // indirect github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc // indirect github.com/smartcontractkit/chainlink-canton v0.0.0-20260609155219-dcbe77d4a320 // indirect - github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260612233420-cdac9c74970a // indirect + github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260625091148-e5618f5682ee // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139 // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect diff --git a/integration-tests/go.sum b/integration-tests/go.sum index c6c33d51b..9321bb7ed 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -601,14 +601,14 @@ github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc h github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc/go.mod h1:zfE2R7887kiwXkGTHKPe5NBgwhFwIC3pnA2uAxrbvig= github.com/smartcontractkit/chainlink-canton v0.0.0-20260609155219-dcbe77d4a320 h1:ix4tCtSTB7S2XGll+uqnhrqAQ+2iW/Zk/vnPjBMYRB0= github.com/smartcontractkit/chainlink-canton v0.0.0-20260609155219-dcbe77d4a320/go.mod h1:WKmNUX4oy8IvB66ukudrE99uaXjlZ7WghCDwHOTyB1c= -github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260612233420-cdac9c74970a h1:bGNA59hevTF2rt1tkT71tEUPCDlA7HWpzc4tdoY9mDI= -github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260612233420-cdac9c74970a/go.mod h1:2xVZJ3o9udYFeJhwyHXAMlNhptJ99uoiGjzfOicYNX8= +github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260625091148-e5618f5682ee h1:YAE9gMuCsjp3toJXBQge7pvSZhsFCv9GakTEjjoiE50= +github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260625091148-e5618f5682ee/go.mod h1:2xVZJ3o9udYFeJhwyHXAMlNhptJ99uoiGjzfOicYNX8= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139 h1:jkChf04hhdiMBApbb+lLDxHMY62Md6UeM7v++GSw3K8= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139/go.mod h1:wuhagkM/lU0GbV2YcrROOH0GlsfXJYwm6qmpa4CK70w= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139 h1:tw3K4UkH5XfW5SoyYkvAlbzrccoGSLdz/XkxD6nyGC8= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139/go.mod h1:1WcontO9PeuKdUf5HXfs3nuICtzUvFNnyCmrHkTCF9Y= -github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260612233420-cdac9c74970a h1:PfJMTY1jBeSMZw5bd0kPaIEJel4JQnq2k3CLstkLTj8= -github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260612233420-cdac9c74970a/go.mod h1:xDXlDsou69NYOolOAj+KITRn9luER6Bg52NXelrLl+A= +github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260625091148-e5618f5682ee h1:ScVlPpWyoswUlu3izqOH7N0oW5UCrp7lPifkOZ2Mgew= +github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260625091148-e5618f5682ee/go.mod h1:xDXlDsou69NYOolOAj+KITRn9luER6Bg52NXelrLl+A= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89 h1:5z3LQ27MJmhiaeqp9S2TzbF5Wm4GGvUKAYOtE9AauR8= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89/go.mod h1:G2AII0QmWzXx8Ag9IKnGN3h/gwwNnhHUOCviJievdvo= github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9oqASnkS03RE1HQwYQQxrO4l46O5JSzxqLgg= diff --git a/scripts/go.mod b/scripts/go.mod index 9d73f9813..ac85f9e12 100644 --- a/scripts/go.mod +++ b/scripts/go.mod @@ -127,7 +127,7 @@ require ( github.com/smartcontractkit/chainlink-canton v0.0.0-20260609155219-dcbe77d4a320 // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139 // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139 // indirect - github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260612233420-cdac9c74970a // indirect + github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260625091148-e5618f5682ee // indirect github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect github.com/smartcontractkit/chainlink-deployments-framework v0.111.1-0.20260612191326-e31c0ae4cd54 // indirect @@ -135,7 +135,7 @@ require ( github.com/smartcontractkit/chainlink-protos/job-distributor v0.19.0 // indirect github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b // indirect github.com/smartcontractkit/chainlink-protos/node-platform v0.0.0-20260211172625-dff40e83b3c9 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0 // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260610194843-349ea43d69ce // indirect github.com/smartcontractkit/chainlink-ton v1.0.5-0.20260514223130-48bc90aca745 // indirect github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20251014143056-a0c6328c91e9 // indirect github.com/smartcontractkit/freeport v0.1.3-0.20250828155247-add56fa28aad // indirect diff --git a/scripts/go.sum b/scripts/go.sum index b97e15511..3dbf739b9 100644 --- a/scripts/go.sum +++ b/scripts/go.sum @@ -601,14 +601,14 @@ github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc h github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc/go.mod h1:zfE2R7887kiwXkGTHKPe5NBgwhFwIC3pnA2uAxrbvig= github.com/smartcontractkit/chainlink-canton v0.0.0-20260609155219-dcbe77d4a320 h1:ix4tCtSTB7S2XGll+uqnhrqAQ+2iW/Zk/vnPjBMYRB0= github.com/smartcontractkit/chainlink-canton v0.0.0-20260609155219-dcbe77d4a320/go.mod h1:WKmNUX4oy8IvB66ukudrE99uaXjlZ7WghCDwHOTyB1c= -github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260612233420-cdac9c74970a h1:bGNA59hevTF2rt1tkT71tEUPCDlA7HWpzc4tdoY9mDI= -github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260612233420-cdac9c74970a/go.mod h1:2xVZJ3o9udYFeJhwyHXAMlNhptJ99uoiGjzfOicYNX8= +github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260625091148-e5618f5682ee h1:YAE9gMuCsjp3toJXBQge7pvSZhsFCv9GakTEjjoiE50= +github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260625091148-e5618f5682ee/go.mod h1:2xVZJ3o9udYFeJhwyHXAMlNhptJ99uoiGjzfOicYNX8= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139 h1:jkChf04hhdiMBApbb+lLDxHMY62Md6UeM7v++GSw3K8= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139/go.mod h1:wuhagkM/lU0GbV2YcrROOH0GlsfXJYwm6qmpa4CK70w= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139 h1:tw3K4UkH5XfW5SoyYkvAlbzrccoGSLdz/XkxD6nyGC8= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139/go.mod h1:1WcontO9PeuKdUf5HXfs3nuICtzUvFNnyCmrHkTCF9Y= -github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260612233420-cdac9c74970a h1:PfJMTY1jBeSMZw5bd0kPaIEJel4JQnq2k3CLstkLTj8= -github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260612233420-cdac9c74970a/go.mod h1:xDXlDsou69NYOolOAj+KITRn9luER6Bg52NXelrLl+A= +github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260625091148-e5618f5682ee h1:ScVlPpWyoswUlu3izqOH7N0oW5UCrp7lPifkOZ2Mgew= +github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260625091148-e5618f5682ee/go.mod h1:xDXlDsou69NYOolOAj+KITRn9luER6Bg52NXelrLl+A= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89 h1:5z3LQ27MJmhiaeqp9S2TzbF5Wm4GGvUKAYOtE9AauR8= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89/go.mod h1:G2AII0QmWzXx8Ag9IKnGN3h/gwwNnhHUOCviJievdvo= github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9oqASnkS03RE1HQwYQQxrO4l46O5JSzxqLgg= diff --git a/sui.nix b/sui.nix index 8ee0225bb..5a348d1be 100644 --- a/sui.nix +++ b/sui.nix @@ -4,7 +4,7 @@ }: stdenv.mkDerivation rec { name = "sui-cli-${version}"; - version = "1.72.5"; # Update as needed. Should be a mainnet release version from https://github.com/MystenLabs/sui/releases + version = "1.73.2"; # Update as needed. Should be a mainnet release version from https://github.com/MystenLabs/sui/releases src = if stdenv.hostPlatform.isDarwin then pkgs.fetchzip { @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { else if stdenv.isLinux then pkgs.fetchzip { url = "https://github.com/MystenLabs/sui/releases/download/mainnet-v${version}/sui-mainnet-v${version}-ubuntu-x86_64.tgz"; - sha256 = "sha256-zsedBVNaQSISvY5WdDhh/m61BuzuUPpZ1nnbWKtHRu0="; # Should be replaced when bumping versions + sha256 = "sha256-vIwTMsYx6fzfqLlD7wsCIg8xsLtSChcgDjrTayRatH4="; # Should be replaced when bumping versions stripRoot = false; } else