From 569a42edfb7e6b48028165555e66be022480288c Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Fri, 14 Nov 2025 15:22:22 -0500 Subject: [PATCH 01/21] add more managed token pool tests & runs on self hosted --- .changeset/every-paws-own.md | 5 + .github/integration-in-memory-tests.yml | 50 ++-- .../changeset/testhelpers/test_sui_helpers.go | 2 +- .../ccip/ccip_sui_token_transfer_test.go | 264 ++++++++++++++++-- 4 files changed, 277 insertions(+), 44 deletions(-) create mode 100644 .changeset/every-paws-own.md diff --git a/.changeset/every-paws-own.md b/.changeset/every-paws-own.md new file mode 100644 index 00000000000..08423744125 --- /dev/null +++ b/.changeset/every-paws-own.md @@ -0,0 +1,5 @@ +--- +"chainlink": patch +--- + +#add more managed token pool e2e tests diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index 8d16a2a158f..1feb7b3a072 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -739,7 +739,7 @@ runner-test-matrix: - Nightly Integration CCIP Tests test_cmd: go test ./smoke/ccip -run "Test_CCIP_Messaging_Sui2EVM" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - sui_cli_version: mainnet-1.57.2 + sui_cli_version: mainnet-1.60.1 install_plugins_public: true - id: smoke/ccip/ccip_sui_messaging_test.go:Test_CCIP_Messaging_EVM2Sui @@ -751,7 +751,7 @@ runner-test-matrix: - Nightly Integration CCIP Tests test_cmd: go test ./smoke/ccip -run "Test_CCIP_Messaging_EVM2Sui" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - sui_cli_version: mainnet-1.57.2 + sui_cli_version: mainnet-1.60.1 install_plugins_public: true # - id: smoke/ccip/ccip_sui_messaging_test.go:Test_CCIP_EVM2Sui_ZeroReceiver @@ -775,7 +775,7 @@ runner-test-matrix: - Nightly Integration CCIP Tests test_cmd: go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - sui_cli_version: mainnet-1.57.2 + sui_cli_version: mainnet-1.60.1 install_plugins_public: true - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool @@ -814,28 +814,28 @@ runner-test-matrix: # sui_cli_version: mainnet-1.57.2 # install_plugins_public: true - # - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool - # path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go - # test_env_type: in-memory - # runs_on: ubuntu24.04-8cores-32GB - # triggers: - # - PR Integration CCIP Tests - # - Nightly Integration CCIP Tests - # test_cmd: go test ./smoke/ccip -run "Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json - # test_go_project_path: integration-tests - # sui_cli_version: mainnet-1.57.2 - # install_plugins_public: true + - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool + path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go + test_env_type: in-memory + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + triggers: + - PR Integration CCIP Tests + - Nightly Integration CCIP Tests + test_cmd: go test ./smoke/ccip -run "Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + test_go_project_path: integration-tests + sui_cli_version: mainnet-1.60.1 + install_plugins_public: true - # - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool - # path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go - # test_env_type: in-memory - # runs_on: ubuntu24.04-8cores-32GB - # triggers: - # - PR Integration CCIP Tests - # - Nightly Integration CCIP Tests - # test_cmd: go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json - # test_go_project_path: integration-tests - # sui_cli_version: mainnet-1.57.2 - # install_plugins_public: true + - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool + path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go + test_env_type: in-memory + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + triggers: + - PR Integration CCIP Tests + - Nightly Integration CCIP Tests + test_cmd: go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + test_go_project_path: integration-tests + sui_cli_version: mainnet-1.60.1 + install_plugins_public: true # END: CCIP tests diff --git a/deployment/ccip/changeset/testhelpers/test_sui_helpers.go b/deployment/ccip/changeset/testhelpers/test_sui_helpers.go index ac3ddcd15b5..4c42f91531a 100644 --- a/deployment/ccip/changeset/testhelpers/test_sui_helpers.go +++ b/deployment/ccip/changeset/testhelpers/test_sui_helpers.go @@ -244,7 +244,7 @@ func SendSuiCCIPRequest(e cldf.Environment, cfg *ccipclient.CCIPSendReqConfig) ( client, ) if err != nil { - return nil, errors.New("failed to create " + tokenPoolPkgName + " bound contract when appending PTB command: " + err.Error()) + return nil, fmt.Errorf("failed to create %s bound contract when appending PTB command: %w", tokenPoolPkgName, err) } onRampContract, err := suiBind.NewBoundContract( diff --git a/integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go b/integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go index e0524674e91..556d14d38fe 100644 --- a/integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go +++ b/integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go @@ -53,9 +53,6 @@ func Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool(t *testing.T) { evmChainSelectors := e.Env.BlockChains.ListChainSelectors(chain.WithFamily(chain_selectors.FamilyEVM)) suiChainSelectors := e.Env.BlockChains.ListChainSelectors(chain.WithFamily(chain_selectors.FamilySui)) - fmt.Println("EVM: ", evmChainSelectors[0]) - fmt.Println("Sui: ", suiChainSelectors[0]) - sourceChain := suiChainSelectors[0] destChain := evmChainSelectors[0] @@ -205,9 +202,6 @@ func Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool(t *testing.T) { evmChainSelectors := e.Env.BlockChains.ListChainSelectors(chain.WithFamily(chain_selectors.FamilyEVM)) suiChainSelectors := e.Env.BlockChains.ListChainSelectors(chain.WithFamily(chain_selectors.FamilySui)) - fmt.Println("EVM: ", evmChainSelectors[0]) - fmt.Println("Sui: ", suiChainSelectors[0]) - sourceChain := suiChainSelectors[0] destChain := evmChainSelectors[0] @@ -425,7 +419,7 @@ func Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool(t *testing.T) { } -func Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool(t *testing.T) { +func Test_CCIPTokenTransfer_EVM2SUI_ManagedTokenPool(t *testing.T) { ctx := testhelpers.Context(t) e, _, _ := testsetups.NewIntegrationEnvironment( t, @@ -436,8 +430,251 @@ func Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool(t *testing.T) { evmChainSelectors := e.Env.BlockChains.ListChainSelectors(chain.WithFamily(chain_selectors.FamilyEVM)) suiChainSelectors := e.Env.BlockChains.ListChainSelectors(chain.WithFamily(chain_selectors.FamilySui)) - fmt.Println("EVM: ", evmChainSelectors[0]) - fmt.Println("Sui: ", suiChainSelectors[0]) + sourceChain := evmChainSelectors[0] + destChain := suiChainSelectors[0] + + t.Log("Source chain (Sui): ", sourceChain, "Dest chain (EVM): ", destChain) + + state, err := stateview.LoadOnchainState(e.Env) + require.NoError(t, err) + + deployerSourceChain := e.Env.BlockChains.EVMChains()[sourceChain].DeployerKey + var suiTokenAddr [32]byte + suiTokenHex := state.SuiChains[destChain].LinkTokenAddress + suiTokenHex = strings.TrimPrefix(suiTokenHex, "0x") + + suiTokenBytes, err := hex.DecodeString(suiTokenHex) + require.NoError(t, err) + + require.NoError(t, err) + + require.Len(t, suiTokenBytes, 32, "expected 32-byte sui address") + copy(suiTokenAddr[:], suiTokenBytes) + + err = testhelpers.AddLaneWithDefaultPricesAndFeeQuoterConfig(t, &e, state, sourceChain, destChain, false) + require.NoError(t, err) + + // get sui address in [32]bytes for extraArgs.TokenReceiver + var suiAddr [32]byte + suiAddrStr, err := e.Env.BlockChains.SuiChains()[destChain].Signer.GetAddress() + require.NoError(t, err) + + suiAddrStr = strings.TrimPrefix(suiAddrStr, "0x") + + addrBytes, err := hex.DecodeString(suiAddrStr) + require.NoError(t, err) + + require.Len(t, addrBytes, 32, "expected 32-byte sui address") + copy(suiAddr[:], addrBytes) + + // Token Pool setup on both SUI and EVM + updatedEnv, evmToken, _, err := testhelpers.HandleTokenAndManagedTokenPoolDeploymentForSUI(e.Env, destChain, sourceChain) // sourceChain=EVM, destChain=SUI + require.NoError(t, err) + + state, err = stateview.LoadOnchainState(e.Env) + require.NoError(t, err) + + // update env to include deployed contracts + e.Env = updatedEnv + + testhelpers.MintAndAllow( + t, + e.Env, + state, + map[uint64][]testhelpers.MintTokenInfo{ + sourceChain: { + testhelpers.NewMintTokenInfo(deployerSourceChain, evmToken), + }, + }, + ) + + // Deploy SUI Receiver + _, output, err := commoncs.ApplyChangesets(t, e.Env, []commoncs.ConfiguredChangeSet{ + commoncs.Configure(sui_cs.DeployDummyReceiver{}, sui_cs.DeployDummyReceiverConfig{ + SuiChainSelector: destChain, + McmsOwner: "0x1", + }), + }) + require.NoError(t, err) + + rawOutput := output[0].Reports[0] + + outputMap, ok := rawOutput.Output.(sui_ops.OpTxResult[ccipops.DeployDummyReceiverObjects]) + require.True(t, ok) + + id := strings.TrimPrefix(outputMap.PackageId, "0x") + receiverByteDecoded, err := hex.DecodeString(id) + require.NoError(t, err) + + // register the receiver + _, _, err = commoncs.ApplyChangesets(t, e.Env, []commoncs.ConfiguredChangeSet{ + commoncs.Configure(sui_cs.RegisterDummyReceiver{}, sui_cs.RegisterDummyReceiverConfig{ + SuiChainSelector: destChain, + OwnerCapObjectId: outputMap.Objects.OwnerCapObjectId, + CCIPObjectRefObjectId: state.SuiChains[destChain].CCIPObjectRef, + DummyReceiverPackageId: outputMap.PackageId, + }), + }) + require.NoError(t, err) + + receiverByte := receiverByteDecoded + + var clockObj [32]byte + copy(clockObj[:], hexutil.MustDecode( + "0x0000000000000000000000000000000000000000000000000000000000000006", + )) + + var stateObj [32]byte + copy(stateObj[:], hexutil.MustDecode( + outputMap.Objects.CCIPReceiverStateObjectId, + )) + + receiverObjectIDs := [][32]byte{clockObj, stateObj} + + tcs := []testhelpers.TestTransferRequest{ + { + Name: "Send token to EOA", + SourceChain: sourceChain, + DestChain: destChain, + Receiver: receiverByte, // receiver contract pkgId + TokenReceiverATA: suiAddr[:], // tokenReceiver extracted from extraArgs (the address that actually gets the token) + ExpectedStatus: testhelpers.EXECUTION_STATE_SUCCESS, + Tokens: []router.ClientEVMTokenAmount{ + { + Token: evmToken.Address(), + Amount: big.NewInt(1e18), + }, + }, + ExtraArgs: testhelpers.MakeSuiExtraArgs(1000000, true, receiverObjectIDs, suiAddr), + ExpectedTokenBalances: []testhelpers.ExpectedBalance{ + { + Token: suiTokenBytes, + Amount: big.NewInt(1e9), + }, + }, + }, + } + + startBlocks, expectedSeqNums, expectedExecutionStates, expectedTokenBalances := testhelpers.TransferMultiple(ctx, t, e.Env, state, tcs) + + err = testhelpers.ConfirmMultipleCommits( + t, + e.Env, + state, + startBlocks, + false, + expectedSeqNums, + ) + require.NoError(t, err) + + execStates := testhelpers.ConfirmExecWithSeqNrsForAll( + t, + e.Env, + state, + testhelpers.SeqNumberRangeToSlice(expectedSeqNums), + startBlocks, + ) + require.Equal(t, expectedExecutionStates, execStates) + + testhelpers.WaitForTokenBalances(ctx, t, e.Env, expectedTokenBalances) + + callOpts := &bind.CallOpts{Context: ctx} + srcFeeQuoterDestChainConfig, err := state.Chains[sourceChain].FeeQuoter.GetDestChainConfig(callOpts, destChain) + require.NoError(t, err, "Failed to get destination chain fee quoter config") + + t.Run("Send token to CCIP Receiver setting gas above max gas allowed - should fail", func(t *testing.T) { + msg := router.ClientEVM2AnyMessage{ + Receiver: receiverByte, + Data: []byte("Hello, World!"), + FeeToken: evmToken.Address(), + ExtraArgs: testhelpers.MakeSuiExtraArgs(uint64(srcFeeQuoterDestChainConfig.MaxPerMsgGasLimit+1), true, receiverObjectIDs, stateObj), + TokenAmounts: []router.ClientEVMTokenAmount{ + { + Token: evmToken.Address(), + Amount: big.NewInt(1e8), + }, + }} + + baseOpts := []ccipclient.SendReqOpts{ + ccipclient.WithSourceChain(sourceChain), + ccipclient.WithDestChain(destChain), + ccipclient.WithTestRouter(false), + ccipclient.WithMessage(msg), + } + + _, err := testhelpers.SendRequest(e.Env, state, baseOpts...) + require.Error(t, err) + require.Contains(t, err.Error(), "execution reverted") + t.Log("Expected error: ", err) + }) + + t.Run("Send multiple token - should fail", func(t *testing.T) { + msg := router.ClientEVM2AnyMessage{ + Receiver: receiverByte, + Data: []byte("Hello, World!"), + FeeToken: evmToken.Address(), + ExtraArgs: testhelpers.MakeSuiExtraArgs(1000000, true, receiverObjectIDs, stateObj), + TokenAmounts: []router.ClientEVMTokenAmount{ + { + Token: evmToken.Address(), + Amount: big.NewInt(1), + }, + { + Token: evmToken.Address(), + Amount: big.NewInt(1), + }, + }} + + baseOpts := []ccipclient.SendReqOpts{ + ccipclient.WithSourceChain(sourceChain), + ccipclient.WithDestChain(destChain), + ccipclient.WithTestRouter(false), + ccipclient.WithMessage(msg), + } + + _, err := testhelpers.SendRequest(e.Env, state, baseOpts...) + require.Error(t, err) + require.Contains(t, err.Error(), "execution reverted") + t.Log("Expected error: ", err) + }) + + t.Run("Send invalid token to CCIP Receiver - should fail", func(t *testing.T) { + msg := router.ClientEVM2AnyMessage{ + Receiver: receiverByte, + Data: []byte("Hello, World!"), + FeeToken: evmToken.Address(), + ExtraArgs: testhelpers.MakeSuiExtraArgs(1000000, true, receiverObjectIDs, stateObj), + TokenAmounts: []router.ClientEVMTokenAmount{ + { + Token: common.HexToAddress("0x0000000000000000000000000000000000000000"), // Invalid token + Amount: big.NewInt(1e8), + }, + }} + + baseOpts := []ccipclient.SendReqOpts{ + ccipclient.WithSourceChain(sourceChain), + ccipclient.WithDestChain(destChain), + ccipclient.WithTestRouter(false), + ccipclient.WithMessage(msg), + } + + _, err := testhelpers.SendRequest(e.Env, state, baseOpts...) + require.Error(t, err) + require.Contains(t, err.Error(), "execution reverted") + t.Log("Expected error: ", err) + }) +} + +func Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool(t *testing.T) { + ctx := testhelpers.Context(t) + e, _, _ := testsetups.NewIntegrationEnvironment( + t, + testhelpers.WithNumOfChains(2), + testhelpers.WithSuiChains(1), + ) + + evmChainSelectors := e.Env.BlockChains.ListChainSelectors(chain.WithFamily(chain_selectors.FamilyEVM)) + suiChainSelectors := e.Env.BlockChains.ListChainSelectors(chain.WithFamily(chain_selectors.FamilySui)) sourceChain := evmChainSelectors[0] destChain := suiChainSelectors[0] @@ -685,9 +922,6 @@ func Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool(t *testing.T) { evmChainSelectors := e.Env.BlockChains.ListChainSelectors(chain.WithFamily(chain_selectors.FamilyEVM)) suiChainSelectors := e.Env.BlockChains.ListChainSelectors(chain.WithFamily(chain_selectors.FamilySui)) - fmt.Println("EVM: ", evmChainSelectors[0]) - fmt.Println("Sui: ", suiChainSelectors[0]) - sourceChain := evmChainSelectors[0] destChain := suiChainSelectors[0] @@ -815,9 +1049,6 @@ func Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool(t *testing.T) evmChainSelectors := e.Env.BlockChains.ListChainSelectors(chain.WithFamily(chain_selectors.FamilyEVM)) suiChainSelectors := e.Env.BlockChains.ListChainSelectors(chain.WithFamily(chain_selectors.FamilySui)) - fmt.Println("EVM: ", evmChainSelectors[0]) - fmt.Println("Sui: ", suiChainSelectors[0]) - sourceChain := evmChainSelectors[0] destChain := suiChainSelectors[0] @@ -980,9 +1211,6 @@ func Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool(t *testing.T) evmChainSelectors := e.Env.BlockChains.ListChainSelectors(chain.WithFamily(chain_selectors.FamilyEVM)) suiChainSelectors := e.Env.BlockChains.ListChainSelectors(chain.WithFamily(chain_selectors.FamilySui)) - fmt.Println("EVM: ", evmChainSelectors[0]) - fmt.Println("Sui: ", suiChainSelectors[0]) - sourceChain := evmChainSelectors[0] destChain := suiChainSelectors[0] From cc8198d09ee1e1aaa5ff6a927f46b215f7a55571 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Fri, 14 Nov 2025 15:26:13 -0500 Subject: [PATCH 02/21] update changeset --- .changeset/every-paws-own.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/every-paws-own.md b/.changeset/every-paws-own.md index 08423744125..c000bf30672 100644 --- a/.changeset/every-paws-own.md +++ b/.changeset/every-paws-own.md @@ -2,4 +2,4 @@ "chainlink": patch --- -#add more managed token pool e2e tests +#added more managed token pool e2e tests From e3652ac4b50e09b3c99ccadea31ceef5c82682de Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Sat, 15 Nov 2025 14:25:18 -0500 Subject: [PATCH 03/21] add managed token pool --- .github/integration-in-memory-tests.yml | 38 ++++++++++++++++--------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index 1feb7b3a072..7dc8b7702e2 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -814,26 +814,38 @@ runner-test-matrix: # sui_cli_version: mainnet-1.57.2 # install_plugins_public: true - - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool - path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go - test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs - triggers: - - PR Integration CCIP Tests - - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json - test_go_project_path: integration-tests - sui_cli_version: mainnet-1.60.1 - install_plugins_public: true + # - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool + # path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go + # test_env_type: in-memory + # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + # triggers: + # - PR Integration CCIP Tests + # - Nightly Integration CCIP Tests + # test_cmd: go test ./smoke/ccip -run "Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + # test_go_project_path: integration-tests + # sui_cli_version: mainnet-1.60.1 + # install_plugins_public: true + + # - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool + # path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go + # test_env_type: in-memory + # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + # triggers: + # - PR Integration CCIP Tests + # - Nightly Integration CCIP Tests + # test_cmd: go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + # test_go_project_path: integration-tests + # sui_cli_version: mainnet-1.60.1 + # install_plugins_public: true - - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool + - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2SUI_ManagedTokenPool path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go test_env_type: in-memory runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + test_cmd: go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_ManagedTokenPool" -timeout 7m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true From 934126e751f50fc187ce31631b9449df1812c24d Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Sat, 15 Nov 2025 15:04:03 -0500 Subject: [PATCH 04/21] update --- .github/integration-in-memory-tests.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index 7dc8b7702e2..17aa0eb4830 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -790,17 +790,17 @@ runner-test-matrix: sui_cli_version: mainnet-1.60.1 install_plugins_public: true - # - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool - # path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go - # test_env_type: in-memory - # runs_on: ubuntu24.04-8cores-32GB - # triggers: - # - PR Integration CCIP Tests - # - Nightly Integration CCIP Tests - # test_cmd: go test ./smoke/ccip -run "Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json - # test_go_project_path: integration-tests - # sui_cli_version: mainnet-1.57.2 - # install_plugins_public: true + - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool + path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go + test_env_type: in-memory + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + triggers: + - PR Integration CCIP Tests + - Nightly Integration CCIP Tests + test_cmd: go test ./smoke/ccip -run "Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + test_go_project_path: integration-tests + sui_cli_version: mainnet-1.60.1 + install_plugins_public: true # - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool # path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go From 0ae2db0ed0be4a0a73af3ecfb91852065fa12d7d Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Sat, 15 Nov 2025 17:25:19 -0500 Subject: [PATCH 05/21] clean up space for Sui messaging --- .github/integration-in-memory-tests.yml | 30 +++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index 17aa0eb4830..828c617a1b2 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -733,11 +733,22 @@ runner-test-matrix: - id: smoke/ccip/ccip_sui_messaging_test.go:Test_CCIP_Messaging_Sui2EVM path: integration-tests/smoke/ccip/ccip_sui_messaging_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest + # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIP_Messaging_Sui2EVM" -timeout 10m -test.parallel=1 -count=1 -json + test_cmd: | + echo "๐Ÿงน Freeing up disk space before CCIP Sui test..." + df -h + sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/.ghcup /usr/share/swift /usr/local/lib/node_modules || true + sudo apt-get autoremove -y && sudo apt-get autoclean -y && sudo apt-get clean || true + sudo apt-get remove -y '^aspnetcore-.*' '^dotnet-.*' azure-cli google-cloud-sdk hhvm google-chrome-stable firefox powershell mono-devel || true + docker system prune -af --volumes || true + echo "โœ… Cleanup completed. Available space:" + df -h + echo "๐Ÿš€ Starting CCIP Sui2EVM test..." + go test ./smoke/ccip -run "Test_CCIP_Messaging_Sui2EVM" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true @@ -745,11 +756,22 @@ runner-test-matrix: - id: smoke/ccip/ccip_sui_messaging_test.go:Test_CCIP_Messaging_EVM2Sui path: integration-tests/smoke/ccip/ccip_sui_messaging_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest + # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIP_Messaging_EVM2Sui" -timeout 10m -test.parallel=1 -count=1 -json + test_cmd: | + echo "๐Ÿงน Freeing up disk space before CCIP Sui test..." + df -h + sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/.ghcup /usr/share/swift /usr/local/lib/node_modules || true + sudo apt-get autoremove -y && sudo apt-get autoclean -y && sudo apt-get clean || true + sudo apt-get remove -y '^aspnetcore-.*' '^dotnet-.*' azure-cli google-cloud-sdk hhvm google-chrome-stable firefox powershell mono-devel || true + docker system prune -af --volumes || true + echo "โœ… Cleanup completed. Available space:" + df -h + echo "๐Ÿš€ Starting CCIP EVM2Sui test..." + go test ./smoke/ccip -run "Test_CCIP_Messaging_EVM2Sui" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true From d8696cab8e0ab76dcc7ec6b1f0212bb0ce4fcdd3 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Sat, 15 Nov 2025 17:55:03 -0500 Subject: [PATCH 06/21] update --- .github/integration-in-memory-tests.yml | 30 +++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index 828c617a1b2..48a38800d1c 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -791,11 +791,22 @@ runner-test-matrix: - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest + # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool" -timeout 10m -test.parallel=1 -count=1 -json + test_cmd: | + echo "๐Ÿงน Freeing up disk space before CCIP Sui token transfer test..." + df -h + sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/.ghcup /usr/share/swift /usr/local/lib/node_modules || true + sudo apt-get autoremove -y && sudo apt-get autoclean -y && sudo apt-get clean || true + sudo apt-get remove -y '^aspnetcore-.*' '^dotnet-.*' azure-cli google-cloud-sdk hhvm google-chrome-stable firefox powershell mono-devel || true + docker system prune -af --volumes || true + echo "โœ… Cleanup completed. Available space:" + df -h + echo "๐Ÿš€ Starting CCIP Sui2EVM BurnMint token transfer test..." + go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true @@ -803,11 +814,22 @@ runner-test-matrix: - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest + # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool" -timeout 10m -test.parallel=1 -count=1 -json + test_cmd: | + echo "๐Ÿงน Freeing up disk space before CCIP Sui managed token pool test..." + df -h + sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/.ghcup /usr/share/swift /usr/local/lib/node_modules || true + sudo apt-get autoremove -y && sudo apt-get autoclean -y && sudo apt-get clean || true + sudo apt-get remove -y '^aspnetcore-.*' '^dotnet-.*' azure-cli google-cloud-sdk hhvm google-chrome-stable firefox powershell mono-devel || true + docker system prune -af --volumes || true + echo "โœ… Cleanup completed. Available space:" + df -h + echo "๐Ÿš€ Starting CCIP Sui2EVM ManagedTokenPool test..." + go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true From 73948f503e7ef8b663a1042079fab5162e0c5c14 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Sat, 15 Nov 2025 18:41:01 -0500 Subject: [PATCH 07/21] update --- .github/integration-in-memory-tests.yml | 113 ++++++++----------- integration-tests/scripts/free-disk-space.sh | 29 +++++ 2 files changed, 76 insertions(+), 66 deletions(-) create mode 100755 integration-tests/scripts/free-disk-space.sh diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index 48a38800d1c..e3e50730ee7 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -673,7 +673,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -685,7 +685,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -697,7 +697,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -710,7 +710,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_ton_messaging_test.go:Test_CCIPMessaging_TON2EVM path: integration-tests/smoke/ccip/ccip_ton_messaging_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -721,7 +721,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_ton_messaging_test.go:Test_CCIPMessaging_EVM2TON path: integration-tests/smoke/ccip/ccip_ton_messaging_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -734,19 +734,11 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_sui_messaging_test.go test_env_type: in-memory runs_on: ubuntu-latest - # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests test_cmd: | - echo "๐Ÿงน Freeing up disk space before CCIP Sui test..." - df -h - sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/.ghcup /usr/share/swift /usr/local/lib/node_modules || true - sudo apt-get autoremove -y && sudo apt-get autoclean -y && sudo apt-get clean || true - sudo apt-get remove -y '^aspnetcore-.*' '^dotnet-.*' azure-cli google-cloud-sdk hhvm google-chrome-stable firefox powershell mono-devel || true - docker system prune -af --volumes || true - echo "โœ… Cleanup completed. Available space:" - df -h + ./scripts/free-disk-space.sh echo "๐Ÿš€ Starting CCIP Sui2EVM test..." go test ./smoke/ccip -run "Test_CCIP_Messaging_Sui2EVM" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests @@ -757,36 +749,31 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_sui_messaging_test.go test_env_type: in-memory runs_on: ubuntu-latest - # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests test_cmd: | - echo "๐Ÿงน Freeing up disk space before CCIP Sui test..." - df -h - sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/.ghcup /usr/share/swift /usr/local/lib/node_modules || true - sudo apt-get autoremove -y && sudo apt-get autoclean -y && sudo apt-get clean || true - sudo apt-get remove -y '^aspnetcore-.*' '^dotnet-.*' azure-cli google-cloud-sdk hhvm google-chrome-stable firefox powershell mono-devel || true - docker system prune -af --volumes || true - echo "โœ… Cleanup completed. Available space:" - df -h + ./scripts/free-disk-space.sh echo "๐Ÿš€ Starting CCIP EVM2Sui test..." go test ./smoke/ccip -run "Test_CCIP_Messaging_EVM2Sui" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true - # - id: smoke/ccip/ccip_sui_messaging_test.go:Test_CCIP_EVM2Sui_ZeroReceiver - # path: integration-tests/smoke/ccip/ccip_sui_messaging_test.go - # test_env_type: in-memory - # runs_on: ubuntu-latest - # triggers: - # - PR Integration CCIP Tests - # - Nightly Integration CCIP Tests - # test_cmd: go test ./smoke/ccip -run "Test_CCIP_EVM2Sui_ZeroReceiver" -timeout 10m -test.parallel=1 -count=1 -json - # test_go_project_path: integration-tests - # sui_cli_version: mainnet-1.57.2 - # install_plugins_public: true + - id: smoke/ccip/ccip_sui_messaging_test.go:Test_CCIP_EVM2Sui_ZeroReceiver + path: integration-tests/smoke/ccip/ccip_sui_messaging_test.go + test_env_type: in-memory + runs_on: ubuntu-latest + triggers: + - PR Integration CCIP Tests + - Nightly Integration CCIP Tests + test_cmd: | + ./scripts/free-disk-space.sh + echo "๐Ÿš€ Starting CCIP EVM2Sui ZeroReceiver test..." + go test ./smoke/ccip -run "Test_CCIP_EVM2Sui_ZeroReceiver" -timeout 10m -test.parallel=1 -count=1 -json + test_go_project_path: integration-tests + sui_cli_version: mainnet-1.57.2 + install_plugins_public: true - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go @@ -797,14 +784,7 @@ runner-test-matrix: - PR Integration CCIP Tests - Nightly Integration CCIP Tests test_cmd: | - echo "๐Ÿงน Freeing up disk space before CCIP Sui token transfer test..." - df -h - sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/.ghcup /usr/share/swift /usr/local/lib/node_modules || true - sudo apt-get autoremove -y && sudo apt-get autoclean -y && sudo apt-get clean || true - sudo apt-get remove -y '^aspnetcore-.*' '^dotnet-.*' azure-cli google-cloud-sdk hhvm google-chrome-stable firefox powershell mono-devel || true - docker system prune -af --volumes || true - echo "โœ… Cleanup completed. Available space:" - df -h + ./scripts/free-disk-space.sh echo "๐Ÿš€ Starting CCIP Sui2EVM BurnMint token transfer test..." go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests @@ -815,19 +795,11 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go test_env_type: in-memory runs_on: ubuntu-latest - # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests test_cmd: | - echo "๐Ÿงน Freeing up disk space before CCIP Sui managed token pool test..." - df -h - sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/.ghcup /usr/share/swift /usr/local/lib/node_modules || true - sudo apt-get autoremove -y && sudo apt-get autoclean -y && sudo apt-get clean || true - sudo apt-get remove -y '^aspnetcore-.*' '^dotnet-.*' azure-cli google-cloud-sdk hhvm google-chrome-stable firefox powershell mono-devel || true - docker system prune -af --volumes || true - echo "โœ… Cleanup completed. Available space:" - df -h + ./scripts/free-disk-space.sh echo "๐Ÿš€ Starting CCIP Sui2EVM ManagedTokenPool test..." go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests @@ -837,11 +809,14 @@ runner-test-matrix: - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + test_cmd: | + ./scripts/free-disk-space.sh + echo "๐Ÿš€ Starting CCIP EVM2Sui Pure Token Transfer test..." + go test ./smoke/ccip -run "Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true @@ -870,26 +845,32 @@ runner-test-matrix: # sui_cli_version: mainnet-1.60.1 # install_plugins_public: true - # - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool - # path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go - # test_env_type: in-memory - # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs - # triggers: - # - PR Integration CCIP Tests - # - Nightly Integration CCIP Tests - # test_cmd: go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json - # test_go_project_path: integration-tests - # sui_cli_version: mainnet-1.60.1 - # install_plugins_public: true + - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool + path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go + test_env_type: in-memory + runs_on: ubuntu-latest + triggers: + - PR Integration CCIP Tests + - Nightly Integration CCIP Tests + test_cmd: | + ./scripts/free-disk-space.sh + echo "๐Ÿš€ Starting CCIP EVM2Sui BurnMint Token Transfer test..." + go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + test_go_project_path: integration-tests + sui_cli_version: mainnet-1.60.1 + install_plugins_public: true - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2SUI_ManagedTokenPool path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_ManagedTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + test_cmd: | + ./scripts/free-disk-space.sh + echo "๐Ÿš€ Starting CCIP EVM2Sui ManagedTokenPool test..." + go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_ManagedTokenPool" -timeout 7m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true diff --git a/integration-tests/scripts/free-disk-space.sh b/integration-tests/scripts/free-disk-space.sh new file mode 100755 index 00000000000..10472a4a182 --- /dev/null +++ b/integration-tests/scripts/free-disk-space.sh @@ -0,0 +1,29 @@ +#!/usr/bin/env bash + +# Free up disk space on GitHub ubuntu-latest runners before running CCIP tests +# This script removes unnecessary pre-installed software to prevent "no space left on device" errors + +set -e + +echo "๐Ÿงน Freeing up disk space for CCIP tests..." +df -h + +# Remove large pre-installed software (~7GB) +echo "Removing large pre-installed software..." +sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/.ghcup /usr/share/swift /usr/local/lib/node_modules || true + +# Clean package cache (~1GB) +echo "Cleaning package cache..." +sudo apt-get autoremove -y && sudo apt-get autoclean -y && sudo apt-get clean || true + +# Remove unnecessary packages (~2GB) +echo "Removing unnecessary packages..." +sudo apt-get remove -y '^aspnetcore-.*' '^dotnet-.*' azure-cli google-cloud-sdk hhvm google-chrome-stable firefox powershell mono-devel || true + +# Docker cleanup (~1GB) +echo "Cleaning Docker..." +docker system prune -af --volumes || true + +echo "โœ… Cleanup completed. Available space:" +df -h +echo "" From 030d704eb48998a89f9c3f6511a3624878199b3d Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Sat, 15 Nov 2025 19:07:36 -0500 Subject: [PATCH 08/21] update --- .github/integration-in-memory-tests.yml | 28 ++++++++++++++----------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index e3e50730ee7..db3fc67327f 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -344,7 +344,6 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go test_env_type: in-memory runs_on: ubuntu-latest - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -355,7 +354,6 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go test_env_type: in-memory runs_on: ubuntu-latest - runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -366,7 +364,6 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go test_env_type: in-memory runs_on: ubuntu-latest - runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -377,7 +374,6 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go test_env_type: in-memory runs_on: ubuntu-latest - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -438,7 +434,6 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go test_env_type: in-memory runs_on: ubuntu-latest - runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -577,11 +572,14 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIP_TokenTransfer_LnR_without_TransferRef_EVM2Aptos" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: | + ./scripts/free-disk-space.sh + echo "๐Ÿš€ Starting CCIP Aptos LnR without TransferRef EVM2Aptos test..." + go test ./smoke/ccip -run "Test_CCIP_TokenTransfer_LnR_without_TransferRef_EVM2Aptos" -timeout 20m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests aptos_cli_version: 7.10.0 install_plugins_public: true @@ -673,7 +671,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -685,7 +683,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -697,7 +695,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -714,7 +712,10 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIPMessaging_TON2EVM" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: | + ./scripts/free-disk-space.sh + echo "๐Ÿš€ Starting CCIP TON2EVM test..." + go test ./smoke/ccip -run "Test_CCIPMessaging_TON2EVM" -timeout 20m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests install_plugins_public: true @@ -725,7 +726,10 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIPMessaging_EVM2TON" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: | + ./scripts/free-disk-space.sh + echo "๐Ÿš€ Starting CCIP EVM2TON test..." + go test ./smoke/ccip -run "Test_CCIPMessaging_EVM2TON" -timeout 20m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests install_plugins_public: true From 0f36e1ea5778b51ae9ec9fc2d162d52f3daf28f5 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Sat, 15 Nov 2025 19:38:23 -0500 Subject: [PATCH 09/21] uncomment --- .github/integration-in-memory-tests.yml | 48 ++++++++++++------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index db3fc67327f..08572aec055 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -776,7 +776,7 @@ runner-test-matrix: echo "๐Ÿš€ Starting CCIP EVM2Sui ZeroReceiver test..." go test ./smoke/ccip -run "Test_CCIP_EVM2Sui_ZeroReceiver" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - sui_cli_version: mainnet-1.57.2 + sui_cli_version: mainnet-1.60.1 install_plugins_public: true - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool @@ -825,29 +825,29 @@ runner-test-matrix: sui_cli_version: mainnet-1.60.1 install_plugins_public: true - # - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool - # path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go - # test_env_type: in-memory - # runs_on: ubuntu24.04-8cores-32GB - # triggers: - # - PR Integration CCIP Tests - # - Nightly Integration CCIP Tests - # test_cmd: go test ./smoke/ccip -run "Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json - # test_go_project_path: integration-tests - # sui_cli_version: mainnet-1.57.2 - # install_plugins_public: true - - # - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool - # path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go - # test_env_type: in-memory - # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs - # triggers: - # - PR Integration CCIP Tests - # - Nightly Integration CCIP Tests - # test_cmd: go test ./smoke/ccip -run "Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json - # test_go_project_path: integration-tests - # sui_cli_version: mainnet-1.60.1 - # install_plugins_public: true + - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool + path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go + test_env_type: in-memory + runs_on: ubuntu-latest + triggers: + - PR Integration CCIP Tests + - Nightly Integration CCIP Tests + test_cmd: go test ./smoke/ccip -run "Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + test_go_project_path: integration-tests + sui_cli_version: mainnet-1.60.1 + install_plugins_public: true + + - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool + path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go + test_env_type: in-memory + runs_on: ubuntu-latest + triggers: + - PR Integration CCIP Tests + - Nightly Integration CCIP Tests + test_cmd: go test ./smoke/ccip -run "Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + test_go_project_path: integration-tests + sui_cli_version: mainnet-1.60.1 + install_plugins_public: true - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go From b2af1c006a680afa4e448b170913582c4e1bc9de Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Sat, 15 Nov 2025 20:00:07 -0500 Subject: [PATCH 10/21] update --- .github/integration-in-memory-tests.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index 08572aec055..beaac66fa75 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -832,7 +832,10 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + test_cmd: | + ./scripts/free-disk-space.sh + echo "๐Ÿš€ Starting CCIP EVM2Sui Programmable Token Transfer test..." + go test ./smoke/ccip -run "Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true @@ -844,7 +847,10 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + test_cmd: | + ./scripts/free-disk-space.sh + echo "๐Ÿš€ Starting CCIP EVM2Sui Zero Gas Limit Token Transfer test..." + go test ./smoke/ccip -run "Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true From 47d757c10bd54d87882d63b289955f315c52d77f Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Sat, 15 Nov 2025 22:04:51 -0500 Subject: [PATCH 11/21] update --- .github/integration-in-memory-tests.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index beaac66fa75..48f914a00c4 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -783,7 +783,6 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go test_env_type: in-memory runs_on: ubuntu-latest - # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -820,7 +819,7 @@ runner-test-matrix: test_cmd: | ./scripts/free-disk-space.sh echo "๐Ÿš€ Starting CCIP EVM2Sui Pure Token Transfer test..." - go test ./smoke/ccip -run "Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + go test ./smoke/ccip -run "Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true @@ -835,7 +834,7 @@ runner-test-matrix: test_cmd: | ./scripts/free-disk-space.sh echo "๐Ÿš€ Starting CCIP EVM2Sui Programmable Token Transfer test..." - go test ./smoke/ccip -run "Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + go test ./smoke/ccip -run "Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true @@ -850,7 +849,7 @@ runner-test-matrix: test_cmd: | ./scripts/free-disk-space.sh echo "๐Ÿš€ Starting CCIP EVM2Sui Zero Gas Limit Token Transfer test..." - go test ./smoke/ccip -run "Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + go test ./smoke/ccip -run "Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true @@ -865,7 +864,7 @@ runner-test-matrix: test_cmd: | ./scripts/free-disk-space.sh echo "๐Ÿš€ Starting CCIP EVM2Sui BurnMint Token Transfer test..." - go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true @@ -880,7 +879,7 @@ runner-test-matrix: test_cmd: | ./scripts/free-disk-space.sh echo "๐Ÿš€ Starting CCIP EVM2Sui ManagedTokenPool test..." - go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_ManagedTokenPool" -timeout 7m -test.parallel=1 -count=1 -json + go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_ManagedTokenPool" -timeout 10m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true From b19666fe44e5ba51043e1c046c10c6348cbed857 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Sun, 16 Nov 2025 09:06:13 -0500 Subject: [PATCH 12/21] timeout --- .github/integration-in-memory-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index 48f914a00c4..393418b9a77 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -819,7 +819,7 @@ runner-test-matrix: test_cmd: | ./scripts/free-disk-space.sh echo "๐Ÿš€ Starting CCIP EVM2Sui Pure Token Transfer test..." - go test ./smoke/ccip -run "Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 10m -test.parallel=1 -count=1 -json + go test ./smoke/ccip -run "Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 15m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true @@ -834,7 +834,7 @@ runner-test-matrix: test_cmd: | ./scripts/free-disk-space.sh echo "๐Ÿš€ Starting CCIP EVM2Sui Programmable Token Transfer test..." - go test ./smoke/ccip -run "Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 10m -test.parallel=1 -count=1 -json + go test ./smoke/ccip -run "Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 20m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true @@ -864,7 +864,7 @@ runner-test-matrix: test_cmd: | ./scripts/free-disk-space.sh echo "๐Ÿš€ Starting CCIP EVM2Sui BurnMint Token Transfer test..." - go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 10m -test.parallel=1 -count=1 -json + go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 15m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true From 4f1cae28265c038fd60f58bc5dc7294e83864c14 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Mon, 17 Nov 2025 00:34:34 -0500 Subject: [PATCH 13/21] update --- .github/integration-in-memory-tests.yml | 36 ++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index 55689eea759..96643282aba 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -476,7 +476,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_messaging_test.go:Test_CCIP_Messaging_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_messaging_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -488,7 +488,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_messaging_test.go:Test_CCIP_Messaging_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_messaging_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -500,7 +500,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -512,7 +512,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -524,7 +524,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_BnM_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -536,7 +536,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_BnM_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -548,7 +548,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -560,7 +560,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -587,7 +587,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -599,7 +599,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_msghasher_test.go:* path: integration-tests/smoke/ccip/ccip_aptos_msghasher_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -611,7 +611,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_regulated_token_transfer_test.go:Test_CCIP_RegulatedTokenTransfer_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_regulated_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -623,7 +623,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_regulated_token_transfer_test.go:Test_CCIP_RegulatedTokenTransfer_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_regulated_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -635,7 +635,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_BnM_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -647,7 +647,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_BnM_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -659,7 +659,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -671,7 +671,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -683,7 +683,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -695,7 +695,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests From bf0baa53e97efce12c5e930a8ba901e686070c9a Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Mon, 17 Nov 2025 01:00:00 -0500 Subject: [PATCH 14/21] update --- .github/integration-in-memory-tests.yml | 42 ++++++++++++------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index 96643282aba..28c1b427e7e 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -476,7 +476,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_messaging_test.go:Test_CCIP_Messaging_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_messaging_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -488,7 +488,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_messaging_test.go:Test_CCIP_Messaging_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_messaging_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -500,7 +500,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -512,7 +512,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -524,7 +524,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_BnM_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -536,7 +536,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_BnM_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -548,7 +548,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -560,7 +560,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -572,7 +572,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -587,7 +587,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -599,7 +599,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_msghasher_test.go:* path: integration-tests/smoke/ccip/ccip_aptos_msghasher_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -611,7 +611,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_regulated_token_transfer_test.go:Test_CCIP_RegulatedTokenTransfer_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_regulated_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -623,7 +623,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_regulated_token_transfer_test.go:Test_CCIP_RegulatedTokenTransfer_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_regulated_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -635,7 +635,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_BnM_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -647,7 +647,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_BnM_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -659,7 +659,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -671,7 +671,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -683,7 +683,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_EVM2Aptos path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -695,7 +695,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_Aptos2EVM path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -908,7 +908,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_CommonPkg_EVM2Sui path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -920,7 +920,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_NoBlock_EVM2Sui path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests From 4f6322cd404438ae2994a6f49b5fdefca534e773 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Mon, 17 Nov 2025 01:03:32 -0500 Subject: [PATCH 15/21] update --- core/scripts/go.mod | 4 ++-- core/scripts/go.sum | 8 ++++---- deployment/go.mod | 4 ++-- deployment/go.sum | 8 ++++---- go.mod | 2 +- go.sum | 4 ++-- integration-tests/go.mod | 4 ++-- integration-tests/go.sum | 8 ++++---- integration-tests/load/go.mod | 4 ++-- integration-tests/load/go.sum | 8 ++++---- plugins/plugins.public.yaml | 2 +- system-tests/lib/go.mod | 4 ++-- system-tests/lib/go.sum | 8 ++++---- system-tests/tests/go.mod | 4 ++-- system-tests/tests/go.sum | 8 ++++---- 15 files changed, 40 insertions(+), 40 deletions(-) diff --git a/core/scripts/go.mod b/core/scripts/go.mod index a0145e2cadc..a56fa9fd2db 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -499,8 +499,8 @@ require ( github.com/smartcontractkit/chainlink-protos/svr v1.1.0 // indirect github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4 // indirect github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586 // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 // indirect github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.10.0 // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect github.com/smartcontractkit/chainlink-ton v0.0.0-20251113211653-082bd18d77bb // indirect diff --git a/core/scripts/go.sum b/core/scripts/go.sum index 20823e489b0..9d5b9012428 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1661,10 +1661,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4/go.mod h1:HIpGvF6nKCdtZ30xhdkKWGM9+4Z4CVqJH8ZBL1FTEiY= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 h1:XYuSAv2hVwAegkJQsrnsQgl3eMHEFSYkA6+lyd7UdWU= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4/go.mod h1:BqK7sKZUfX4sVkDSEMnj1Vnagiqh+bt1nARpEFruP40= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 h1:XiPdxF1OGGTakmDv5V9PZNv10HmnF+uYjYeY5H+Rb2o= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586 h1:IpZLp2YZDFn0DwpPBZvpssViW03tGACZfSlqg9o1Sm4= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 h1:S0eqiFoX/wITHpXqXOKMZkHabGw4913ZeDJl6uPYBXc= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 h1:kXwV74JiNGZK4nqdNhOL4ArKh938BYx1Go9+DzH67Bo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.8 h1:0d7CVHUsG3Lt4LNIMt7/GQLjzrWMpA+KtUC/9gZFeAQ= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.8/go.mod h1:BTUmWJGbOQtMdDW8cy4fu0wLoj8tKFQiLR7SE+OyTXU= github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.17 h1:rOYrH9lx2nXyqtvpuTq50RlW5VtplJFWtXD6cf7uEWc= diff --git a/deployment/go.mod b/deployment/go.mod index a05d9a2ad94..7554e064f2c 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -51,8 +51,8 @@ require ( github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 github.com/smartcontractkit/chainlink-protos/orchestrator v0.10.0 github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 - github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586 + github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.7 github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5 github.com/smartcontractkit/chainlink-ton v0.0.0-20251113211653-082bd18d77bb diff --git a/deployment/go.sum b/deployment/go.sum index dd599719468..4467758d655 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1385,10 +1385,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4/go.mod h1:HIpGvF6nKCdtZ30xhdkKWGM9+4Z4CVqJH8ZBL1FTEiY= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 h1:XYuSAv2hVwAegkJQsrnsQgl3eMHEFSYkA6+lyd7UdWU= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4/go.mod h1:BqK7sKZUfX4sVkDSEMnj1Vnagiqh+bt1nARpEFruP40= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 h1:XiPdxF1OGGTakmDv5V9PZNv10HmnF+uYjYeY5H+Rb2o= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586 h1:IpZLp2YZDFn0DwpPBZvpssViW03tGACZfSlqg9o1Sm4= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 h1:S0eqiFoX/wITHpXqXOKMZkHabGw4913ZeDJl6uPYBXc= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 h1:kXwV74JiNGZK4nqdNhOL4ArKh938BYx1Go9+DzH67Bo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.7 h1:jVlRG9GTpDGYtP0iabxHZW4s3pXdpN4/lTgZEdE64P4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.7/go.mod h1:BTUmWJGbOQtMdDW8cy4fu0wLoj8tKFQiLR7SE+OyTXU= github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5 h1:jARz/SWbmWoGJJGVcAnWwGMb8JuHRTQQsM3m6ZwrAGk= diff --git a/go.mod b/go.mod index 363d7f274d2..00942bd1f15 100644 --- a/go.mod +++ b/go.mod @@ -100,7 +100,7 @@ require ( github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4 github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 - github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 + github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 github.com/smartcontractkit/chainlink-ton v0.0.0-20251113211653-082bd18d77bb github.com/smartcontractkit/cre-sdk-go v0.7.1-0.20250919133015-2df149f34a81 github.com/smartcontractkit/cre-sdk-go/capabilities/networking/http v0.7.0 diff --git a/go.sum b/go.sum index ba69b96dcd3..dac3ff7d49b 100644 --- a/go.sum +++ b/go.sum @@ -1153,8 +1153,8 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4/go.mod h1:HIpGvF6nKCdtZ30xhdkKWGM9+4Z4CVqJH8ZBL1FTEiY= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 h1:XYuSAv2hVwAegkJQsrnsQgl3eMHEFSYkA6+lyd7UdWU= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4/go.mod h1:BqK7sKZUfX4sVkDSEMnj1Vnagiqh+bt1nARpEFruP40= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 h1:XiPdxF1OGGTakmDv5V9PZNv10HmnF+uYjYeY5H+Rb2o= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 h1:S0eqiFoX/wITHpXqXOKMZkHabGw4913ZeDJl6uPYBXc= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= github.com/smartcontractkit/chainlink-ton v0.0.0-20251113211653-082bd18d77bb h1:qwWAfnePapmspQQnSI3Jed9b32a9uNc5ohV/D2gCg1Q= github.com/smartcontractkit/chainlink-ton v0.0.0-20251113211653-082bd18d77bb/go.mod h1:rxekiaWnJnFFfklae1OvO6T7xHJtsEldDvW/e5+b/qg= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20251014143056-a0c6328c91e9 h1:7Ut0g+Pdm+gcu2J/Xv8OpQOVf7uLGErMX8yhC4b4tIA= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 44b64f8f343..081adc4e770 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -56,8 +56,8 @@ require ( github.com/smartcontractkit/chainlink-evm v0.3.4-0.20251029010119-b2ed6162042f github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251022075638-49d961001d1b github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 - github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586 + github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.7 github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.51.0 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index d541990ae98..6a9ef7dd657 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1629,10 +1629,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4/go.mod h1:HIpGvF6nKCdtZ30xhdkKWGM9+4Z4CVqJH8ZBL1FTEiY= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 h1:XYuSAv2hVwAegkJQsrnsQgl3eMHEFSYkA6+lyd7UdWU= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4/go.mod h1:BqK7sKZUfX4sVkDSEMnj1Vnagiqh+bt1nARpEFruP40= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 h1:XiPdxF1OGGTakmDv5V9PZNv10HmnF+uYjYeY5H+Rb2o= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586 h1:IpZLp2YZDFn0DwpPBZvpssViW03tGACZfSlqg9o1Sm4= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 h1:S0eqiFoX/wITHpXqXOKMZkHabGw4913ZeDJl6uPYBXc= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 h1:kXwV74JiNGZK4nqdNhOL4ArKh938BYx1Go9+DzH67Bo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.7 h1:jVlRG9GTpDGYtP0iabxHZW4s3pXdpN4/lTgZEdE64P4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.7/go.mod h1:BTUmWJGbOQtMdDW8cy4fu0wLoj8tKFQiLR7SE+OyTXU= github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 h1:S5HND0EDtlA+xp2E+mD11DlUTp2wD6uojwixye8ZB/k= diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index ff1b56e9c4b..5a99f9b307f 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -490,8 +490,8 @@ require ( github.com/smartcontractkit/chainlink-protos/svr v1.1.0 // indirect github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4 // indirect github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586 // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 // indirect github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.51.0 // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.1.2 // indirect diff --git a/integration-tests/load/go.sum b/integration-tests/load/go.sum index 6dee742a164..d747dc1f8c2 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1608,10 +1608,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4/go.mod h1:HIpGvF6nKCdtZ30xhdkKWGM9+4Z4CVqJH8ZBL1FTEiY= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 h1:XYuSAv2hVwAegkJQsrnsQgl3eMHEFSYkA6+lyd7UdWU= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4/go.mod h1:BqK7sKZUfX4sVkDSEMnj1Vnagiqh+bt1nARpEFruP40= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 h1:XiPdxF1OGGTakmDv5V9PZNv10HmnF+uYjYeY5H+Rb2o= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586 h1:IpZLp2YZDFn0DwpPBZvpssViW03tGACZfSlqg9o1Sm4= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 h1:S0eqiFoX/wITHpXqXOKMZkHabGw4913ZeDJl6uPYBXc= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 h1:kXwV74JiNGZK4nqdNhOL4ArKh938BYx1Go9+DzH67Bo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.7 h1:jVlRG9GTpDGYtP0iabxHZW4s3pXdpN4/lTgZEdE64P4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.7/go.mod h1:BTUmWJGbOQtMdDW8cy4fu0wLoj8tKFQiLR7SE+OyTXU= github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 h1:S5HND0EDtlA+xp2E+mD11DlUTp2wD6uojwixye8ZB/k= diff --git a/plugins/plugins.public.yaml b/plugins/plugins.public.yaml index 8314e403e1b..c96b2011bea 100644 --- a/plugins/plugins.public.yaml +++ b/plugins/plugins.public.yaml @@ -15,7 +15,7 @@ plugins: sui: - moduleURI: "github.com/smartcontractkit/chainlink-sui" - gitRef: "v0.0.0-20251114141003-d4fabe3c5586" + gitRef: "v0.0.0-20251117035430-78b2aabcb7e8" installPath: "./relayer/cmd/chainlink-sui" cosmos: diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index a5634a16f54..ef55c142880 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -462,8 +462,8 @@ require ( github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 // indirect github.com/smartcontractkit/chainlink-protos/svr v1.1.0 // indirect github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586 // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect github.com/smartcontractkit/chainlink-ton v0.0.0-20251113211653-082bd18d77bb // indirect github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20251113211653-082bd18d77bb // indirect diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index 7c33ca560a8..46deed32c7d 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1626,10 +1626,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4/go.mod h1:HIpGvF6nKCdtZ30xhdkKWGM9+4Z4CVqJH8ZBL1FTEiY= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 h1:XYuSAv2hVwAegkJQsrnsQgl3eMHEFSYkA6+lyd7UdWU= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4/go.mod h1:BqK7sKZUfX4sVkDSEMnj1Vnagiqh+bt1nARpEFruP40= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 h1:XiPdxF1OGGTakmDv5V9PZNv10HmnF+uYjYeY5H+Rb2o= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586 h1:IpZLp2YZDFn0DwpPBZvpssViW03tGACZfSlqg9o1Sm4= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 h1:S0eqiFoX/wITHpXqXOKMZkHabGw4913ZeDJl6uPYBXc= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 h1:kXwV74JiNGZK4nqdNhOL4ArKh938BYx1Go9+DzH67Bo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.8 h1:0d7CVHUsG3Lt4LNIMt7/GQLjzrWMpA+KtUC/9gZFeAQ= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.8/go.mod h1:BTUmWJGbOQtMdDW8cy4fu0wLoj8tKFQiLR7SE+OyTXU= github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.15 h1:usf6YCNmSO8R1/rU28wUfIdp7zXlqGGOAttXW5mgkXU= diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index 2d0cf5334c2..8c76f52486d 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -562,8 +562,8 @@ require ( github.com/smartcontractkit/chainlink-protos/rmn/v1.6/go v0.0.0-20250131130834-15e0d4cde2a6 // indirect github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 // indirect github.com/smartcontractkit/chainlink-protos/svr v1.1.0 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586 // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 // indirect github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.15 // indirect github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect diff --git a/system-tests/tests/go.sum b/system-tests/tests/go.sum index e9d707aaaac..5a87c38cc6b 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1831,10 +1831,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4/go.mod h1:HIpGvF6nKCdtZ30xhdkKWGM9+4Z4CVqJH8ZBL1FTEiY= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 h1:XYuSAv2hVwAegkJQsrnsQgl3eMHEFSYkA6+lyd7UdWU= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4/go.mod h1:BqK7sKZUfX4sVkDSEMnj1Vnagiqh+bt1nARpEFruP40= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 h1:XiPdxF1OGGTakmDv5V9PZNv10HmnF+uYjYeY5H+Rb2o= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586 h1:IpZLp2YZDFn0DwpPBZvpssViW03tGACZfSlqg9o1Sm4= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 h1:S0eqiFoX/wITHpXqXOKMZkHabGw4913ZeDJl6uPYBXc= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 h1:kXwV74JiNGZK4nqdNhOL4ArKh938BYx1Go9+DzH67Bo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.8 h1:0d7CVHUsG3Lt4LNIMt7/GQLjzrWMpA+KtUC/9gZFeAQ= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.8/go.mod h1:BTUmWJGbOQtMdDW8cy4fu0wLoj8tKFQiLR7SE+OyTXU= github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.15 h1:usf6YCNmSO8R1/rU28wUfIdp7zXlqGGOAttXW5mgkXU= From d5cc92263870372c529243ea6cf04bd5df24b98e Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Mon, 17 Nov 2025 09:35:55 -0500 Subject: [PATCH 16/21] update --- .github/integration-in-memory-tests.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index 28c1b427e7e..5339d00a221 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -912,7 +912,10 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIP_Upgrade_CommonPkg_EVM2Sui" -timeout 15m -test.parallel=1 -count=1 -json + test_cmd: | + ./scripts/free-disk-space.sh + echo "๐Ÿš€ Starting CCIP Upgrade CommonPkg EVM2Sui test..." + go test ./smoke/ccip -run "Test_CCIP_Upgrade_CommonPkg_EVM2Sui" -timeout 15m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true @@ -924,7 +927,10 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIP_Upgrade_NoBlock_EVM2Sui" -timeout 15m -test.parallel=1 -count=1 -json + test_cmd: | + ./scripts/free-disk-space.sh + echo "๐Ÿš€ Starting CCIP Upgrade NoBlock EVM2Sui test..." + go test ./smoke/ccip -run "Test_CCIP_Upgrade_NoBlock_EVM2Sui" -timeout 15m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.60.1 install_plugins_public: true From eac49f61f17e8fbbae6c1f9c6b7d15580f56861e Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Mon, 17 Nov 2025 10:06:32 -0500 Subject: [PATCH 17/21] update --- .github/integration-in-memory-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index 5339d00a221..4f6a4ecf007 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -908,7 +908,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_CommonPkg_EVM2Sui path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -923,7 +923,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_NoBlock_EVM2Sui path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests From 0c636dd426a33b47cbc0cd3fcb2a7147d99faa46 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Mon, 17 Nov 2025 15:26:42 -0500 Subject: [PATCH 18/21] update --- .github/integration-in-memory-tests.yml | 113 +++++++++++++----------- 1 file changed, 59 insertions(+), 54 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index 4f6a4ecf007..169bd28e869 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -344,6 +344,7 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go test_env_type: in-memory runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -354,6 +355,7 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go test_env_type: in-memory runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -364,6 +366,7 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go test_env_type: in-memory runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -374,6 +377,7 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go test_env_type: in-memory runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -434,6 +438,7 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go test_env_type: in-memory runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -821,6 +826,60 @@ runner-test-matrix: sui_cli_version: mainnet-1.60.1 install_plugins_public: true + - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_Sui2EVM + path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go + test_env_type: in-memory + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + triggers: + - PR Integration CCIP Tests + - Nightly Integration CCIP Tests + test_cmd: go test ./smoke/ccip -run "Test_CCIP_Upgrade_Sui2EVM" -timeout 15m -test.parallel=1 -count=1 -json + test_go_project_path: integration-tests + sui_cli_version: mainnet-1.60.1 + install_plugins_public: true + + - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_EVM2Sui + path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go + test_env_type: in-memory + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + triggers: + - PR Integration CCIP Tests + - Nightly Integration CCIP Tests + test_cmd: go test ./smoke/ccip -run "Test_CCIP_Upgrade_EVM2Sui" -timeout 15m -test.parallel=1 -count=1 -json + test_go_project_path: integration-tests + sui_cli_version: mainnet-1.60.1 + install_plugins_public: true + + - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_CommonPkg_EVM2Sui + path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go + test_env_type: in-memory + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + triggers: + - PR Integration CCIP Tests + - Nightly Integration CCIP Tests + test_cmd: | + ./scripts/free-disk-space.sh + echo "๐Ÿš€ Starting CCIP Upgrade CommonPkg EVM2Sui test..." + go test ./smoke/ccip -run "Test_CCIP_Upgrade_CommonPkg_EVM2Sui" -timeout 15m -test.parallel=1 -count=1 -json + test_go_project_path: integration-tests + sui_cli_version: mainnet-1.60.1 + install_plugins_public: true + + - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_NoBlock_EVM2Sui + path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go + test_env_type: in-memory + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + triggers: + - PR Integration CCIP Tests + - Nightly Integration CCIP Tests + test_cmd: | + ./scripts/free-disk-space.sh + echo "๐Ÿš€ Starting CCIP Upgrade NoBlock EVM2Sui test..." + go test ./smoke/ccip -run "Test_CCIP_Upgrade_NoBlock_EVM2Sui" -timeout 15m -test.parallel=1 -count=1 -json + test_go_project_path: integration-tests + sui_cli_version: mainnet-1.60.1 + install_plugins_public: true + # - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool # path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go # test_env_type: in-memory @@ -881,58 +940,4 @@ runner-test-matrix: # sui_cli_version: mainnet-1.60.1 # install_plugins_public: true - - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_Sui2EVM - path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go - test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs - triggers: - - PR Integration CCIP Tests - - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIP_Upgrade_Sui2EVM" -timeout 15m -test.parallel=1 -count=1 -json - test_go_project_path: integration-tests - sui_cli_version: mainnet-1.60.1 - install_plugins_public: true - - - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_EVM2Sui - path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go - test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs - triggers: - - PR Integration CCIP Tests - - Nightly Integration CCIP Tests - test_cmd: go test ./smoke/ccip -run "Test_CCIP_Upgrade_EVM2Sui" -timeout 15m -test.parallel=1 -count=1 -json - test_go_project_path: integration-tests - sui_cli_version: mainnet-1.60.1 - install_plugins_public: true - - - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_CommonPkg_EVM2Sui - path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go - test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs - triggers: - - PR Integration CCIP Tests - - Nightly Integration CCIP Tests - test_cmd: | - ./scripts/free-disk-space.sh - echo "๐Ÿš€ Starting CCIP Upgrade CommonPkg EVM2Sui test..." - go test ./smoke/ccip -run "Test_CCIP_Upgrade_CommonPkg_EVM2Sui" -timeout 15m -test.parallel=1 -count=1 -json - test_go_project_path: integration-tests - sui_cli_version: mainnet-1.60.1 - install_plugins_public: true - - - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_NoBlock_EVM2Sui - path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go - test_env_type: in-memory - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs - triggers: - - PR Integration CCIP Tests - - Nightly Integration CCIP Tests - test_cmd: | - ./scripts/free-disk-space.sh - echo "๐Ÿš€ Starting CCIP Upgrade NoBlock EVM2Sui test..." - go test ./smoke/ccip -run "Test_CCIP_Upgrade_NoBlock_EVM2Sui" -timeout 15m -test.parallel=1 -count=1 -json - test_go_project_path: integration-tests - sui_cli_version: mainnet-1.60.1 - install_plugins_public: true - # END: CCIP tests From 85e460c637d6ed03eb30552f5e690b0b72ff8ae5 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Mon, 17 Nov 2025 15:28:55 -0500 Subject: [PATCH 19/21] update --- .github/integration-in-memory-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index 169bd28e869..ea432c760f4 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -355,7 +355,7 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go test_env_type: in-memory runs_on: ubuntu-latest - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -366,7 +366,7 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go test_env_type: in-memory runs_on: ubuntu-latest - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -438,7 +438,7 @@ runner-test-matrix: path: integration-tests/smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go test_env_type: in-memory runs_on: ubuntu-latest - runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs + runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests From 8c22d21cbf502c19f087aae5cfab24f85a32b335 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Mon, 17 Nov 2025 15:39:52 -0500 Subject: [PATCH 20/21] update --- core/scripts/go.mod | 4 ++-- core/scripts/go.sum | 8 ++++---- deployment/go.mod | 4 ++-- deployment/go.sum | 8 ++++---- go.mod | 2 +- go.sum | 4 ++-- integration-tests/go.mod | 4 ++-- integration-tests/go.sum | 8 ++++---- integration-tests/load/go.mod | 4 ++-- integration-tests/load/go.sum | 8 ++++---- integration-tests/smoke/ccip/ccip_sui_upgrade_test.go | 6 +++--- plugins/plugins.public.yaml | 2 +- system-tests/lib/go.mod | 4 ++-- system-tests/lib/go.sum | 8 ++++---- system-tests/tests/go.mod | 4 ++-- system-tests/tests/go.sum | 8 ++++---- 16 files changed, 43 insertions(+), 43 deletions(-) diff --git a/core/scripts/go.mod b/core/scripts/go.mod index a56fa9fd2db..334aea79a8a 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -499,8 +499,8 @@ require ( github.com/smartcontractkit/chainlink-protos/svr v1.1.0 // indirect github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4 // indirect github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af // indirect github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.10.0 // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect github.com/smartcontractkit/chainlink-ton v0.0.0-20251113211653-082bd18d77bb // indirect diff --git a/core/scripts/go.sum b/core/scripts/go.sum index 9d5b9012428..8edf4ae9184 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1661,10 +1661,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4/go.mod h1:HIpGvF6nKCdtZ30xhdkKWGM9+4Z4CVqJH8ZBL1FTEiY= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 h1:XYuSAv2hVwAegkJQsrnsQgl3eMHEFSYkA6+lyd7UdWU= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4/go.mod h1:BqK7sKZUfX4sVkDSEMnj1Vnagiqh+bt1nARpEFruP40= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 h1:S0eqiFoX/wITHpXqXOKMZkHabGw4913ZeDJl6uPYBXc= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 h1:kXwV74JiNGZK4nqdNhOL4ArKh938BYx1Go9+DzH67Bo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af h1:DpoE/J54Ja7+efkeuvhwv3hx0zd96B0JCCgm8uSEKI8= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af h1:Nv8LqmKqpYymtHzEcFIIa6Eo4+QhJnoNLcHs5PzsCcs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.8 h1:0d7CVHUsG3Lt4LNIMt7/GQLjzrWMpA+KtUC/9gZFeAQ= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.8/go.mod h1:BTUmWJGbOQtMdDW8cy4fu0wLoj8tKFQiLR7SE+OyTXU= github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.17 h1:rOYrH9lx2nXyqtvpuTq50RlW5VtplJFWtXD6cf7uEWc= diff --git a/deployment/go.mod b/deployment/go.mod index 7554e064f2c..df58ac09dc9 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -51,8 +51,8 @@ require ( github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 github.com/smartcontractkit/chainlink-protos/orchestrator v0.10.0 github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 - github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 + github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.7 github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5 github.com/smartcontractkit/chainlink-ton v0.0.0-20251113211653-082bd18d77bb diff --git a/deployment/go.sum b/deployment/go.sum index 4467758d655..4024676e748 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1385,10 +1385,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4/go.mod h1:HIpGvF6nKCdtZ30xhdkKWGM9+4Z4CVqJH8ZBL1FTEiY= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 h1:XYuSAv2hVwAegkJQsrnsQgl3eMHEFSYkA6+lyd7UdWU= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4/go.mod h1:BqK7sKZUfX4sVkDSEMnj1Vnagiqh+bt1nARpEFruP40= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 h1:S0eqiFoX/wITHpXqXOKMZkHabGw4913ZeDJl6uPYBXc= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 h1:kXwV74JiNGZK4nqdNhOL4ArKh938BYx1Go9+DzH67Bo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af h1:DpoE/J54Ja7+efkeuvhwv3hx0zd96B0JCCgm8uSEKI8= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af h1:Nv8LqmKqpYymtHzEcFIIa6Eo4+QhJnoNLcHs5PzsCcs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.7 h1:jVlRG9GTpDGYtP0iabxHZW4s3pXdpN4/lTgZEdE64P4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.7/go.mod h1:BTUmWJGbOQtMdDW8cy4fu0wLoj8tKFQiLR7SE+OyTXU= github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5 h1:jARz/SWbmWoGJJGVcAnWwGMb8JuHRTQQsM3m6ZwrAGk= diff --git a/go.mod b/go.mod index 00942bd1f15..92d910a936d 100644 --- a/go.mod +++ b/go.mod @@ -100,7 +100,7 @@ require ( github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4 github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 - github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 + github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af github.com/smartcontractkit/chainlink-ton v0.0.0-20251113211653-082bd18d77bb github.com/smartcontractkit/cre-sdk-go v0.7.1-0.20250919133015-2df149f34a81 github.com/smartcontractkit/cre-sdk-go/capabilities/networking/http v0.7.0 diff --git a/go.sum b/go.sum index dac3ff7d49b..c8459833aaa 100644 --- a/go.sum +++ b/go.sum @@ -1153,8 +1153,8 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4/go.mod h1:HIpGvF6nKCdtZ30xhdkKWGM9+4Z4CVqJH8ZBL1FTEiY= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 h1:XYuSAv2hVwAegkJQsrnsQgl3eMHEFSYkA6+lyd7UdWU= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4/go.mod h1:BqK7sKZUfX4sVkDSEMnj1Vnagiqh+bt1nARpEFruP40= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 h1:S0eqiFoX/wITHpXqXOKMZkHabGw4913ZeDJl6uPYBXc= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af h1:DpoE/J54Ja7+efkeuvhwv3hx0zd96B0JCCgm8uSEKI8= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= github.com/smartcontractkit/chainlink-ton v0.0.0-20251113211653-082bd18d77bb h1:qwWAfnePapmspQQnSI3Jed9b32a9uNc5ohV/D2gCg1Q= github.com/smartcontractkit/chainlink-ton v0.0.0-20251113211653-082bd18d77bb/go.mod h1:rxekiaWnJnFFfklae1OvO6T7xHJtsEldDvW/e5+b/qg= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20251014143056-a0c6328c91e9 h1:7Ut0g+Pdm+gcu2J/Xv8OpQOVf7uLGErMX8yhC4b4tIA= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 081adc4e770..c3f25f69e8c 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -56,8 +56,8 @@ require ( github.com/smartcontractkit/chainlink-evm v0.3.4-0.20251029010119-b2ed6162042f github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251022075638-49d961001d1b github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 - github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 + github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.7 github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.51.0 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index 6a9ef7dd657..5a89c160d14 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1629,10 +1629,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4/go.mod h1:HIpGvF6nKCdtZ30xhdkKWGM9+4Z4CVqJH8ZBL1FTEiY= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 h1:XYuSAv2hVwAegkJQsrnsQgl3eMHEFSYkA6+lyd7UdWU= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4/go.mod h1:BqK7sKZUfX4sVkDSEMnj1Vnagiqh+bt1nARpEFruP40= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 h1:S0eqiFoX/wITHpXqXOKMZkHabGw4913ZeDJl6uPYBXc= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 h1:kXwV74JiNGZK4nqdNhOL4ArKh938BYx1Go9+DzH67Bo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af h1:DpoE/J54Ja7+efkeuvhwv3hx0zd96B0JCCgm8uSEKI8= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af h1:Nv8LqmKqpYymtHzEcFIIa6Eo4+QhJnoNLcHs5PzsCcs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.7 h1:jVlRG9GTpDGYtP0iabxHZW4s3pXdpN4/lTgZEdE64P4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.7/go.mod h1:BTUmWJGbOQtMdDW8cy4fu0wLoj8tKFQiLR7SE+OyTXU= github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 h1:S5HND0EDtlA+xp2E+mD11DlUTp2wD6uojwixye8ZB/k= diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index 5a99f9b307f..5e596706320 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -490,8 +490,8 @@ require ( github.com/smartcontractkit/chainlink-protos/svr v1.1.0 // indirect github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4 // indirect github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af // indirect github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.51.0 // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.1.2 // indirect diff --git a/integration-tests/load/go.sum b/integration-tests/load/go.sum index d747dc1f8c2..acc7d24ac67 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1608,10 +1608,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4/go.mod h1:HIpGvF6nKCdtZ30xhdkKWGM9+4Z4CVqJH8ZBL1FTEiY= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 h1:XYuSAv2hVwAegkJQsrnsQgl3eMHEFSYkA6+lyd7UdWU= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4/go.mod h1:BqK7sKZUfX4sVkDSEMnj1Vnagiqh+bt1nARpEFruP40= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 h1:S0eqiFoX/wITHpXqXOKMZkHabGw4913ZeDJl6uPYBXc= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 h1:kXwV74JiNGZK4nqdNhOL4ArKh938BYx1Go9+DzH67Bo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af h1:DpoE/J54Ja7+efkeuvhwv3hx0zd96B0JCCgm8uSEKI8= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af h1:Nv8LqmKqpYymtHzEcFIIa6Eo4+QhJnoNLcHs5PzsCcs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.7 h1:jVlRG9GTpDGYtP0iabxHZW4s3pXdpN4/lTgZEdE64P4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.7/go.mod h1:BTUmWJGbOQtMdDW8cy4fu0wLoj8tKFQiLR7SE+OyTXU= github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 h1:S5HND0EDtlA+xp2E+mD11DlUTp2wD6uojwixye8ZB/k= diff --git a/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go b/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go index fb997208419..68d901782e0 100644 --- a/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go +++ b/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go @@ -494,7 +494,7 @@ func upgradeSuiOnRamp(ctx context.Context, t *testing.T, e testhelpers.DeployedE "original_onramp_pkg": state.SuiChains[sourceChain].OnRampAddress, "upgrade_cap": state.SuiChains[sourceChain].OnRampUpgradeCapId, "signer": signerAddr, - }, true) + }, true, "") require.NoError(t, err) fmt.Println("ONRAMP COMPILED PKG: ", len(compiledPackage.Dependencies), len(compiledPackage.Modules)) @@ -587,7 +587,7 @@ func upgradeSuiOffRamp(ctx context.Context, t *testing.T, e testhelpers.Deployed "original_offramp_pkg": state.SuiChains[sourceChain].OffRampAddress, "upgrade_cap": state.SuiChains[sourceChain].OffRampUpgradeCapId, "signer": signerAddr, - }, true) + }, true, "") require.NoError(t, err) // decode modules from base64 -> [][]byte @@ -677,7 +677,7 @@ func upgradeCCIP(ctx context.Context, t *testing.T, e testhelpers.DeployedEnv, s "original_ccip_pkg": state.SuiChains[sourceChain].CCIPAddress, "upgrade_cap": state.SuiChains[sourceChain].CCIPUpgradeCapObjectId, "signer": signerAddr, - }, true) + }, true, "") require.NoError(t, err) fmt.Println("CCIP COMPILED PKG: ", len(compiledPackage.Dependencies), len(compiledPackage.Modules)) diff --git a/plugins/plugins.public.yaml b/plugins/plugins.public.yaml index c96b2011bea..eeb7acaf9fd 100644 --- a/plugins/plugins.public.yaml +++ b/plugins/plugins.public.yaml @@ -15,7 +15,7 @@ plugins: sui: - moduleURI: "github.com/smartcontractkit/chainlink-sui" - gitRef: "v0.0.0-20251117035430-78b2aabcb7e8" + gitRef: "v0.0.0-20251117202410-65d1d60c95af" installPath: "./relayer/cmd/chainlink-sui" cosmos: diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index ef55c142880..7201a5d401d 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -462,8 +462,8 @@ require ( github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 // indirect github.com/smartcontractkit/chainlink-protos/svr v1.1.0 // indirect github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect github.com/smartcontractkit/chainlink-ton v0.0.0-20251113211653-082bd18d77bb // indirect github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20251113211653-082bd18d77bb // indirect diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index 46deed32c7d..39dc18f5cd9 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1626,10 +1626,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4/go.mod h1:HIpGvF6nKCdtZ30xhdkKWGM9+4Z4CVqJH8ZBL1FTEiY= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 h1:XYuSAv2hVwAegkJQsrnsQgl3eMHEFSYkA6+lyd7UdWU= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4/go.mod h1:BqK7sKZUfX4sVkDSEMnj1Vnagiqh+bt1nARpEFruP40= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 h1:S0eqiFoX/wITHpXqXOKMZkHabGw4913ZeDJl6uPYBXc= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 h1:kXwV74JiNGZK4nqdNhOL4ArKh938BYx1Go9+DzH67Bo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af h1:DpoE/J54Ja7+efkeuvhwv3hx0zd96B0JCCgm8uSEKI8= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af h1:Nv8LqmKqpYymtHzEcFIIa6Eo4+QhJnoNLcHs5PzsCcs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.8 h1:0d7CVHUsG3Lt4LNIMt7/GQLjzrWMpA+KtUC/9gZFeAQ= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.8/go.mod h1:BTUmWJGbOQtMdDW8cy4fu0wLoj8tKFQiLR7SE+OyTXU= github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.15 h1:usf6YCNmSO8R1/rU28wUfIdp7zXlqGGOAttXW5mgkXU= diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index 8c76f52486d..3f688da37f8 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -562,8 +562,8 @@ require ( github.com/smartcontractkit/chainlink-protos/rmn/v1.6/go v0.0.0-20250131130834-15e0d4cde2a6 // indirect github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 // indirect github.com/smartcontractkit/chainlink-protos/svr v1.1.0 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af // indirect github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.15 // indirect github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect diff --git a/system-tests/tests/go.sum b/system-tests/tests/go.sum index 5a87c38cc6b..916325aa21a 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1831,10 +1831,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4/go.mod h1:HIpGvF6nKCdtZ30xhdkKWGM9+4Z4CVqJH8ZBL1FTEiY= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 h1:XYuSAv2hVwAegkJQsrnsQgl3eMHEFSYkA6+lyd7UdWU= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4/go.mod h1:BqK7sKZUfX4sVkDSEMnj1Vnagiqh+bt1nARpEFruP40= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8 h1:S0eqiFoX/wITHpXqXOKMZkHabGw4913ZeDJl6uPYBXc= -github.com/smartcontractkit/chainlink-sui v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8 h1:kXwV74JiNGZK4nqdNhOL4ArKh938BYx1Go9+DzH67Bo= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117035430-78b2aabcb7e8/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af h1:DpoE/J54Ja7+efkeuvhwv3hx0zd96B0JCCgm8uSEKI8= +github.com/smartcontractkit/chainlink-sui v0.0.0-20251117202410-65d1d60c95af/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af h1:Nv8LqmKqpYymtHzEcFIIa6Eo4+QhJnoNLcHs5PzsCcs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251117202410-65d1d60c95af/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.8 h1:0d7CVHUsG3Lt4LNIMt7/GQLjzrWMpA+KtUC/9gZFeAQ= github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.8/go.mod h1:BTUmWJGbOQtMdDW8cy4fu0wLoj8tKFQiLR7SE+OyTXU= github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.15 h1:usf6YCNmSO8R1/rU28wUfIdp7zXlqGGOAttXW5mgkXU= From c0a6128a60ba0cb5a0f54edc68044e309701e926 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 18 Nov 2025 15:11:13 -0500 Subject: [PATCH 21/21] update --- .github/integration-in-memory-tests.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index ea432c760f4..9058118d251 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -713,7 +713,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_ton_messaging_test.go:Test_CCIPMessaging_TON2EVM path: integration-tests/smoke/ccip/ccip_ton_messaging_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -727,7 +727,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_ton_messaging_test.go:Test_CCIPMessaging_EVM2TON path: integration-tests/smoke/ccip/ccip_ton_messaging_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -742,7 +742,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_sui_messaging_test.go:Test_CCIP_Messaging_Sui2EVM path: integration-tests/smoke/ccip/ccip_sui_messaging_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -757,7 +757,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_sui_messaging_test.go:Test_CCIP_Messaging_EVM2Sui path: integration-tests/smoke/ccip/ccip_sui_messaging_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -784,7 +784,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -799,7 +799,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -814,7 +814,7 @@ runner-test-matrix: - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2SUI_ManagedTokenPool path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go test_env_type: in-memory - runs_on: ubuntu-latest + runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests @@ -883,7 +883,7 @@ runner-test-matrix: # - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool # path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go # test_env_type: in-memory - # runs_on: ubuntu-latest + # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs # triggers: # - PR Integration CCIP Tests # - Nightly Integration CCIP Tests @@ -898,7 +898,7 @@ runner-test-matrix: # - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool # path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go # test_env_type: in-memory - # runs_on: ubuntu-latest + # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs # triggers: # - PR Integration CCIP Tests # - Nightly Integration CCIP Tests @@ -913,7 +913,7 @@ runner-test-matrix: # - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool # path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go # test_env_type: in-memory - # runs_on: ubuntu-latest + # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs # triggers: # - PR Integration CCIP Tests # - Nightly Integration CCIP Tests @@ -928,7 +928,7 @@ runner-test-matrix: # - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool # path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go # test_env_type: in-memory - # runs_on: ubuntu-latest + # runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs # triggers: # - PR Integration CCIP Tests # - Nightly Integration CCIP Tests