Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/setup-sui/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Setup Sui CLI
description: Install and cache Sui CLI using suiup
inputs:
version:
description: Sui CLI version to install (e.g., mainnet-v1.72.5)
description: Sui CLI version to install (e.g., mainnet-v1.73.2)
required: false
default: mainnet-v1.72.5
default: mainnet-v1.73.2

runs:
using: composite
Expand Down
52 changes: 26 additions & 26 deletions .github/workflows/sui-ccip-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,57 +20,57 @@
matrix:
include:
- test_name: Test_CCIP_Upgrade_Sui2EVM
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIP_Upgrade_EVM2Sui
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIP_Upgrade_CommonPkg_EVM2Sui
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIP_Upgrade_NoBlock_EVM2Sui
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIPTokenTransfer_Sui2EVM_LockReleaseTokenPool_Plain
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIPTokenTransfer_Sui2EVM_LockReleaseTokenPool_Revert
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_Plain
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_WithRateLimit
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_WithAllowlist_DenylistedSender
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_WithAllowlist_AfterSignerAdded
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_ThenGloballyCursedUncursed
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool_ThenCurseUncurse
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool_WithRateLimit
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIPTokenTransfer_EVM2Sui_BurnMintTokenPool
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIPTokenTransfer_EVM2Sui_ManagedTokenPool_NoRateLimit
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIPTokenTransfer_EVM2Sui_ManagedTokenPool_WithRateLimit
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIPPureTokenTransfer_EVM2Sui_BurnMintTokenPool
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIPProgrammableTokenTransfer_EVM2Sui_BurnMintTokenPool
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIPZeroGasLimitTokenTransfer_EVM2Sui_BurnMintTokenPool
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIP_Messaging_Sui2EVM_Success
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIP_Messaging_Sui2EVM_Revert_Part1
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIP_Messaging_Sui2EVM_Revert_Part2
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIP_Messaging_EVM2Sui_Success
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIP_Messaging_EVM2Sui_Revert_Part1
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIP_Messaging_EVM2Sui_Revert_Part2
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2
- test_name: Test_CCIP_EVM2Sui_ZeroReceiver
sui_version: mainnet-v1.72.5
sui_version: mainnet-v1.73.2

env:
DEFAULT_CORE_REF: develop
Expand Down Expand Up @@ -121,7 +121,7 @@
# 1.5) Get core ref from PR body (optional override)
- name: Get core ref from PR body
if: github.event_name == 'pull_request'
run: |

Check failure on line 124 in .github/workflows/sui-ccip-test.yml

View workflow job for this annotation

GitHub Actions / Lint GH Actions and scripts

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2236:style:3:6: Use -n instead of ! -z [shellcheck] Raw Output: .github/workflows/sui-ccip-test.yml:124:9: shellcheck reported issue in this script: SC2236:style:3:6: Use -n instead of ! -z [shellcheck]

Check failure on line 124 in .github/workflows/sui-ccip-test.yml

View workflow job for this annotation

GitHub Actions / Lint GH Actions and scripts

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:2:17: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/sui-ccip-test.yml:124:9: shellcheck reported issue in this script: SC2086:info:2:17: Double quote to prevent globbing and word splitting [shellcheck]
comment=$(gh pr view https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }} --json body -q '.body')
core_ref=$(echo $comment | grep -oP 'core ref: \K\S+' || true)
if [ ! -z "$core_ref" ]; then
Expand All @@ -139,7 +139,7 @@
# 2) Read Go version
- name: Read Go version
id: go-version
run: |

Check failure on line 142 in .github/workflows/sui-ccip-test.yml

View workflow job for this annotation

GitHub Actions / Lint GH Actions and scripts

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:2:30: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/sui-ccip-test.yml:142:9: shellcheck reported issue in this script: SC2086:info:2:30: Double quote to prevent globbing and word splitting [shellcheck]
GO_VER=$(grep -E '^golang ' temp/chainlink/.tool-versions | cut -d' ' -f2)
echo "GO_VERSION=$GO_VER" >> $GITHUB_OUTPUT

Expand Down
6 changes: 3 additions & 3 deletions deployment/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ require (
github.com/ethereum/go-ethereum v1.17.3
github.com/google/go-cmp v0.7.0
github.com/smartcontractkit/chain-selectors v1.0.102
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260612233420-cdac9c74970a
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260625091148-e5618f5682ee
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89
github.com/smartcontractkit/chainlink-deployments-framework v0.109.1-0.20260604174622-e26b8cddfa0a
github.com/smartcontractkit/chainlink-sui v0.0.0
github.com/smartcontractkit/chainlink-sui v0.0.0-20260527160341-aa3adc0abf67
github.com/smartcontractkit/mcms v0.45.2-0.20260604181544-da0bd7da623d
github.com/stretchr/testify v1.11.1
golang.org/x/crypto v0.52.0
Expand Down Expand Up @@ -131,7 +131,7 @@ require (
github.com/shopspring/decimal v1.4.0 // indirect
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 // indirect
github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc // indirect
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260612233420-cdac9c74970a // indirect
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260625091148-e5618f5682ee // indirect
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139 // indirect
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139 // indirect
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect
Expand Down
8 changes: 4 additions & 4 deletions deployment/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
sui:
image: mysten/sui-tools:mainnet-v1.72.5
image: mysten/sui-tools:mainnet-v1.73.2
ports:
- "9000:9000"
command: ["sui", "start"]
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82
github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260612233420-cdac9c74970a
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260625091148-e5618f5682ee
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89
github.com/stretchr/testify v1.11.1
github.com/test-go/testify v1.1.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ require (
github.com/block-vision/sui-go-sdk v1.2.1
github.com/ethereum/go-ethereum v1.17.3
github.com/smartcontractkit/chain-selectors v1.0.102
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260612233420-cdac9c74970a
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260625091148-e5618f5682ee
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89
github.com/smartcontractkit/chainlink-deployments-framework v0.111.1-0.20260612191326-e31c0ae4cd54
github.com/smartcontractkit/chainlink-sui v0.0.0
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20250903045200-c3d973201e55
github.com/smartcontractkit/chainlink-sui v0.0.0-20260610194843-349ea43d69ce
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-00010101000000-000000000000
github.com/smartcontractkit/mcms v0.48.0
github.com/stretchr/testify v1.11.1
)
Expand Down Expand Up @@ -133,7 +133,7 @@ require (
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 // indirect
github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc // indirect
github.com/smartcontractkit/chainlink-canton v0.0.0-20260609155219-dcbe77d4a320 // indirect
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260612233420-cdac9c74970a // indirect
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260625091148-e5618f5682ee // indirect
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139 // indirect
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139 // indirect
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scripts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@ require (
github.com/smartcontractkit/chainlink-canton v0.0.0-20260609155219-dcbe77d4a320 // indirect
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139 // indirect
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139 // indirect
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260612233420-cdac9c74970a // indirect
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260625091148-e5618f5682ee // indirect
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89 // indirect
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect
github.com/smartcontractkit/chainlink-deployments-framework v0.111.1-0.20260612191326-e31c0ae4cd54 // indirect
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260505131349-78e491b80735 // indirect
github.com/smartcontractkit/chainlink-protos/job-distributor v0.19.0 // indirect
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b // indirect
github.com/smartcontractkit/chainlink-protos/node-platform v0.0.0-20260211172625-dff40e83b3c9 // indirect
github.com/smartcontractkit/chainlink-sui v0.0.0 // indirect
github.com/smartcontractkit/chainlink-sui v0.0.0-20260610194843-349ea43d69ce // indirect
github.com/smartcontractkit/chainlink-ton v1.0.5-0.20260514223130-48bc90aca745 // indirect
github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20251014143056-a0c6328c91e9 // indirect
github.com/smartcontractkit/freeport v0.1.3-0.20250828155247-add56fa28aad // indirect
Expand Down
8 changes: 4 additions & 4 deletions scripts/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading