From 16adff346c88f8b1f12978613e13d00f04fcec52 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 3 Mar 2026 09:42:44 -0500 Subject: [PATCH 01/19] upgrade sui tests --- .github/actions/setup-sui/action.yaml | 4 ++-- integration-tests/go.mod | 4 ++-- integration-tests/go.sum | 8 ++++---- integration-tests/load/go.mod | 4 ++-- integration-tests/load/go.sum | 8 ++++---- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/actions/setup-sui/action.yaml b/.github/actions/setup-sui/action.yaml index 1d80fce2311..15e10dd2518 100644 --- a/.github/actions/setup-sui/action.yaml +++ b/.github/actions/setup-sui/action.yaml @@ -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.61.2) + description: Sui CLI version to install (e.g., mainnet-v1.65.2) required: false - default: mainnet-v1.61.2 + default: mainnet-v1.65.2 github-token: description: GitHub token to use for authentication required: true diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 606aae613d5..f0effade4bb 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.20260302180243-1e75633e454e github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 - github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03 - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303133359-7268858cadad + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303133359-7268858cadad 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 747481b6acc..fced84894cb 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1676,10 +1676,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03 h1:41xWbUIsD4DvLh3HdX0A1E5X3QZOiYatFvplaxu6lxA= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f h1:UvTDQeTi19fQw/GUpDBC9uDz2UGQoi1h+YLfCcAUwl0= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303133359-7268858cadad h1:KstWacx2gtZd02kxHBsSkF9dSLhp3Bfopj2kUQytj4E= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303133359-7268858cadad/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303133359-7268858cadad h1:hMP4zEy6nC1efLrxka3rUSddegiRL0Q6MXwRPqkE33A= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303133359-7268858cadad/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= 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 2672de72979..66928c35301 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -505,8 +505,8 @@ require ( github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f // indirect github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303133359-7268858cadad // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303133359-7268858cadad // 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 bdbd09cc782..59a48e73030 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1654,10 +1654,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03 h1:41xWbUIsD4DvLh3HdX0A1E5X3QZOiYatFvplaxu6lxA= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f h1:UvTDQeTi19fQw/GUpDBC9uDz2UGQoi1h+YLfCcAUwl0= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303133359-7268858cadad h1:KstWacx2gtZd02kxHBsSkF9dSLhp3Bfopj2kUQytj4E= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303133359-7268858cadad/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303133359-7268858cadad h1:hMP4zEy6nC1efLrxka3rUSddegiRL0Q6MXwRPqkE33A= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303133359-7268858cadad/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 h1:S5HND0EDtlA+xp2E+mD11DlUTp2wD6uojwixye8ZB/k= From 191f526ec73cab4bdd28982702d87ef35feccba5 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 3 Mar 2026 10:28:02 -0500 Subject: [PATCH 02/19] update sui cli version for tests --- .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 2b29616cb19..e6b892c9b4e 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -791,7 +791,7 @@ runner-test-matrix: test_cmd: | go test ./smoke/ccip -run "Test_CCIP_Messaging_Sui2EVM" -timeout 12m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - sui_cli_version: mainnet-1.60.1 + sui_cli_version: mainnet-1.65.2 install_plugins_public: true free_disk_space: true @@ -806,7 +806,7 @@ runner-test-matrix: # 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 + # sui_cli_version: mainnet-1.65.2 # install_plugins_public: true # free_disk_space: true @@ -820,7 +820,7 @@ runner-test-matrix: test_cmd: | go test ./smoke/ccip -run "Test_CCIP_EVM2Sui_ZeroReceiver" -timeout 25m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - sui_cli_version: mainnet-1.60.1 + sui_cli_version: mainnet-1.65.2 install_plugins_public: true free_disk_space: true @@ -834,7 +834,7 @@ runner-test-matrix: test_cmd: | go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_LockReleaseTokenPool" -timeout 15m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - sui_cli_version: mainnet-1.60.1 + sui_cli_version: mainnet-1.65.2 install_plugins_public: true free_disk_space: true @@ -848,7 +848,7 @@ runner-test-matrix: test_cmd: | go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool" -timeout 12m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - sui_cli_version: mainnet-1.60.1 + sui_cli_version: mainnet-1.65.2 install_plugins_public: true free_disk_space: true @@ -862,7 +862,7 @@ runner-test-matrix: test_cmd: | go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_WithRateLimit" -timeout 15m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - sui_cli_version: mainnet-1.60.1 + sui_cli_version: mainnet-1.65.2 install_plugins_public: true free_disk_space: true @@ -876,7 +876,7 @@ runner-test-matrix: test_cmd: | go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_WithAllowlist" -timeout 15m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - sui_cli_version: mainnet-1.60.1 + sui_cli_version: mainnet-1.65.2 install_plugins_public: true free_disk_space: true @@ -890,7 +890,7 @@ runner-test-matrix: test_cmd: | go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_ThenGloballyCursedUncursed" -timeout 15m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - sui_cli_version: mainnet-1.60.1 + sui_cli_version: mainnet-1.65.2 install_plugins_public: true free_disk_space: true @@ -932,7 +932,7 @@ runner-test-matrix: test_cmd: | go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool_ThenCurseUncurse" -timeout 15m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - sui_cli_version: mainnet-1.60.1 + sui_cli_version: mainnet-1.65.2 install_plugins_public: true free_disk_space: true @@ -946,7 +946,7 @@ runner-test-matrix: test_cmd: | go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool_WithRateLimit" -timeout 25m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - sui_cli_version: mainnet-1.60.1 + sui_cli_version: mainnet-1.65.2 install_plugins_public: true free_disk_space: true @@ -960,7 +960,7 @@ runner-test-matrix: test_cmd: | go test ./smoke/ccip -run "Test_CCIP_Upgrade_Sui2EVM" -timeout 25m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - sui_cli_version: mainnet-1.60.1 + sui_cli_version: mainnet-1.65.2 install_plugins_public: true free_disk_space: true @@ -974,7 +974,7 @@ runner-test-matrix: # test_cmd: | # go test ./smoke/ccip -run "Test_CCIP_Upgrade_EVM2Sui" -timeout 25m -test.parallel=1 -count=1 -json # test_go_project_path: integration-tests - # sui_cli_version: mainnet-1.60.1 + # sui_cli_version: mainnet-1.65.2 # install_plugins_public: true # free_disk_space: true @@ -988,7 +988,7 @@ runner-test-matrix: # test_cmd: | # go test ./smoke/ccip -run "Test_CCIP_Upgrade_CommonPkg_EVM2Sui" -timeout 25m -test.parallel=1 -count=1 -json # test_go_project_path: integration-tests - # sui_cli_version: mainnet-1.60.1 + # sui_cli_version: mainnet-1.65.2 # install_plugins_public: true # free_disk_space: true @@ -1002,7 +1002,7 @@ runner-test-matrix: # test_cmd: | # go test ./smoke/ccip -run "Test_CCIP_Upgrade_NoBlock_EVM2Sui" -timeout 25m -test.parallel=1 -count=1 -json # test_go_project_path: integration-tests - # sui_cli_version: mainnet-1.60.1 + # sui_cli_version: mainnet-1.65.2 # install_plugins_public: true # free_disk_space: true @@ -1017,7 +1017,7 @@ runner-test-matrix: # echo "🚀 Starting CCIP EVM2Sui Pure Token Transfer test..." # go test ./smoke/ccip -run "Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 25m -test.parallel=1 -count=1 -json # test_go_project_path: integration-tests - # sui_cli_version: mainnet-1.60.1 + # sui_cli_version: mainnet-1.65.2 # install_plugins_public: true # free_disk_space: true @@ -1032,7 +1032,7 @@ runner-test-matrix: # echo "🚀 Starting CCIP EVM2Sui Programmable Token Transfer test..." # go test ./smoke/ccip -run "Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 25m -test.parallel=1 -count=1 -json # test_go_project_path: integration-tests - # sui_cli_version: mainnet-1.60.1 + # sui_cli_version: mainnet-1.65.2 # install_plugins_public: true # free_disk_space: true @@ -1047,7 +1047,7 @@ runner-test-matrix: # echo "🚀 Starting CCIP EVM2Sui Zero Gas Limit Token Transfer test..." # go test ./smoke/ccip -run "Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 25m -test.parallel=1 -count=1 -json # test_go_project_path: integration-tests - # sui_cli_version: mainnet-1.60.1 + # sui_cli_version: mainnet-1.65.2 # install_plugins_public: true # free_disk_space: true @@ -1062,7 +1062,7 @@ runner-test-matrix: # echo "🚀 Starting CCIP EVM2Sui BurnMint Token Transfer test..." # go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 25m -test.parallel=1 -count=1 -json # test_go_project_path: integration-tests - # sui_cli_version: mainnet-1.60.1 + # sui_cli_version: mainnet-1.65.2 # install_plugins_public: true # free_disk_space: true From 56e75f4c5066835c3bbb794c40020921ffd4ac73 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 3 Mar 2026 10:31:01 -0500 Subject: [PATCH 03/19] 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 e6b892c9b4e..f6e20d0e8eb 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -936,7 +936,7 @@ runner-test-matrix: install_plugins_public: true free_disk_space: true - - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool_WithRateLimit + - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_SUI2EVM_ManagedTokenPool_WithRateLimit path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go test_env_type: in-memory runs_on: ubuntu-latest @@ -944,7 +944,7 @@ runner-test-matrix: - PR Integration CCIP Tests - Nightly Integration CCIP Tests test_cmd: | - go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool_WithRateLimit" -timeout 25m -test.parallel=1 -count=1 -json + go test ./smoke/ccip -run "Test_CCIPTokenTransfer_SUI2EVM_ManagedTokenPool_WithRateLimit" -timeout 25m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests sui_cli_version: mainnet-1.65.2 install_plugins_public: true From 2e6d698bad8c839daf193fc6338a2c42b035c7fd Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 3 Mar 2026 13:00:44 -0500 Subject: [PATCH 04/19] update --- integration-tests/go.mod | 4 ++-- integration-tests/go.sum | 8 ++++---- integration-tests/load/go.mod | 4 ++-- integration-tests/load/go.sum | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/integration-tests/go.mod b/integration-tests/go.mod index f0effade4bb..cf85efe1a62 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.20260302180243-1e75633e454e github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303133359-7268858cadad - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303133359-7268858cadad + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303165418-6748dc384df8 + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303165418-6748dc384df8 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 fced84894cb..dedcd99d35a 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1676,10 +1676,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303133359-7268858cadad h1:KstWacx2gtZd02kxHBsSkF9dSLhp3Bfopj2kUQytj4E= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303133359-7268858cadad/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303133359-7268858cadad h1:hMP4zEy6nC1efLrxka3rUSddegiRL0Q6MXwRPqkE33A= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303133359-7268858cadad/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303165418-6748dc384df8 h1:2RObzrrA4psSEFWBCMV68XV/ohmJ+Qn+lUeyUnRSeIY= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303165418-6748dc384df8/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303165418-6748dc384df8 h1:/wetrxsNIfq+++0D4AUMgaPIritTSLzv15LEDQiqPoE= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303165418-6748dc384df8/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= 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 66928c35301..136e59e3bcc 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -505,8 +505,8 @@ require ( github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f // indirect github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303133359-7268858cadad // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303133359-7268858cadad // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303165418-6748dc384df8 // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303165418-6748dc384df8 // 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 59a48e73030..99036fdc0d1 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1654,10 +1654,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303133359-7268858cadad h1:KstWacx2gtZd02kxHBsSkF9dSLhp3Bfopj2kUQytj4E= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303133359-7268858cadad/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303133359-7268858cadad h1:hMP4zEy6nC1efLrxka3rUSddegiRL0Q6MXwRPqkE33A= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303133359-7268858cadad/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303165418-6748dc384df8 h1:2RObzrrA4psSEFWBCMV68XV/ohmJ+Qn+lUeyUnRSeIY= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303165418-6748dc384df8/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303165418-6748dc384df8 h1:/wetrxsNIfq+++0D4AUMgaPIritTSLzv15LEDQiqPoE= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303165418-6748dc384df8/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 h1:S5HND0EDtlA+xp2E+mD11DlUTp2wD6uojwixye8ZB/k= From fb2ed80c00a59db7d66f7e600da73c2afae51ee0 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 3 Mar 2026 13:38:45 -0500 Subject: [PATCH 05/19] update --- integration-tests/go.mod | 4 ++-- integration-tests/go.sum | 8 ++++---- integration-tests/load/go.mod | 4 ++-- integration-tests/load/go.sum | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/integration-tests/go.mod b/integration-tests/go.mod index cf85efe1a62..7be4eaf761c 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.20260302180243-1e75633e454e github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303165418-6748dc384df8 - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303165418-6748dc384df8 + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303183556-ee429a6c2f0d + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303183556-ee429a6c2f0d 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 dedcd99d35a..2860cfbc098 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1676,10 +1676,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303165418-6748dc384df8 h1:2RObzrrA4psSEFWBCMV68XV/ohmJ+Qn+lUeyUnRSeIY= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303165418-6748dc384df8/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303165418-6748dc384df8 h1:/wetrxsNIfq+++0D4AUMgaPIritTSLzv15LEDQiqPoE= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303165418-6748dc384df8/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303183556-ee429a6c2f0d h1:IlPpREpmW08W3DOe5bOGHXsnKwNqPSBHPFuSL6tw1gw= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303183556-ee429a6c2f0d/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303183556-ee429a6c2f0d h1:JR5sBN4OdzFfrmTM7AjSeIGCyjpC6kx5sIdISphHDMs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303183556-ee429a6c2f0d/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= 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 136e59e3bcc..6203ce97ccc 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -505,8 +505,8 @@ require ( github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f // indirect github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303165418-6748dc384df8 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303165418-6748dc384df8 // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303183556-ee429a6c2f0d // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303183556-ee429a6c2f0d // 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 99036fdc0d1..9eb10fa96d4 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1654,10 +1654,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303165418-6748dc384df8 h1:2RObzrrA4psSEFWBCMV68XV/ohmJ+Qn+lUeyUnRSeIY= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303165418-6748dc384df8/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303165418-6748dc384df8 h1:/wetrxsNIfq+++0D4AUMgaPIritTSLzv15LEDQiqPoE= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303165418-6748dc384df8/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303183556-ee429a6c2f0d h1:IlPpREpmW08W3DOe5bOGHXsnKwNqPSBHPFuSL6tw1gw= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303183556-ee429a6c2f0d/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303183556-ee429a6c2f0d h1:JR5sBN4OdzFfrmTM7AjSeIGCyjpC6kx5sIdISphHDMs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303183556-ee429a6c2f0d/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 h1:S5HND0EDtlA+xp2E+mD11DlUTp2wD6uojwixye8ZB/k= From 87571a4852cf59ed793e2e839d8431ab1c11c63c Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 3 Mar 2026 14:05:21 -0500 Subject: [PATCH 06/19] update --- integration-tests/smoke/ccip/ccip_sui_upgrade_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go b/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go index 8b0e7fa54c9..7b63fdf6ebd 100644 --- a/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go +++ b/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go @@ -653,7 +653,8 @@ func upgradeCCIP(ctx context.Context, t *testing.T, e testhelpers.DeployedEnv, s state, err := stateview.LoadOnchainState(e.Env) require.NoError(t, err) - signerAddr, err := e.Env.BlockChains.SuiChains()[sourceChain].Signer.GetAddress() + suiChain := e.Env.BlockChains.SuiChains()[sourceChain] + signerAddr, err := suiChain.Signer.GetAddress() require.NoError(t, err) t.Log("UPGRADECAP, SIGNER: ", state.SuiChains[sourceChain].CCIPUpgradeCapObjectId, signerAddr) @@ -666,7 +667,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, suiChain.URL) require.NoError(t, err) // decode modules from base64 -> [][]byte From 69398940edbee3305d09ebd40e8f96b0a04f569f Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 3 Mar 2026 15:41:26 -0500 Subject: [PATCH 07/19] 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 ++++---- system-tests/lib/go.mod | 4 ++-- system-tests/lib/go.sum | 8 ++++---- system-tests/tests/go.mod | 4 ++-- system-tests/tests/go.sum | 8 ++++---- 14 files changed, 39 insertions(+), 39 deletions(-) diff --git a/core/scripts/go.mod b/core/scripts/go.mod index f3870b3294f..156c143ae39 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -505,8 +505,8 @@ require ( github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f // indirect github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 // indirect github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 // 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-20260223231247-735246035dab // indirect diff --git a/core/scripts/go.sum b/core/scripts/go.sum index 685d561da3d..92a0bbc3dbf 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1671,10 +1671,10 @@ github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 h1:PcR7Zdh+Z+Dh/S4lQ1xDbnFrb6He70KW9O5+9DtgloE= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03 h1:41xWbUIsD4DvLh3HdX0A1E5X3QZOiYatFvplaxu6lxA= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f h1:UvTDQeTi19fQw/GUpDBC9uDz2UGQoi1h+YLfCcAUwl0= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 h1:pdsld3jFNfbzrm+93dRqo6kU9fBih+VoWODnhMREaKI= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 h1:LDX+cEiicPUlZrmtEr3XxZDVCenpcuxxMAeCqn2QS6E= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.20 h1:8D2DUnn7mLUZOLhPDGGFKKvBrgU6LQd00tq2VOprvfI= diff --git a/deployment/go.mod b/deployment/go.mod index 87cb651bea6..d4a2209f837 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -55,8 +55,8 @@ require ( github.com/smartcontractkit/chainlink-protos/orchestrator v0.10.0 github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 - github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03 - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5 github.com/smartcontractkit/chainlink-ton v0.0.0-20260223231247-735246035dab diff --git a/deployment/go.sum b/deployment/go.sum index ef58236ca9b..e4943ca8cb3 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1434,10 +1434,10 @@ github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 h1:PcR7Zdh+Z+Dh/S4lQ1xDbnFrb6He70KW9O5+9DtgloE= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03 h1:41xWbUIsD4DvLh3HdX0A1E5X3QZOiYatFvplaxu6lxA= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f h1:UvTDQeTi19fQw/GUpDBC9uDz2UGQoi1h+YLfCcAUwl0= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 h1:pdsld3jFNfbzrm+93dRqo6kU9fBih+VoWODnhMREaKI= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 h1:LDX+cEiicPUlZrmtEr3XxZDVCenpcuxxMAeCqn2QS6E= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5 h1:jARz/SWbmWoGJJGVcAnWwGMb8JuHRTQQsM3m6ZwrAGk= diff --git a/go.mod b/go.mod index e08bee1cb46..f101961e917 100644 --- a/go.mod +++ b/go.mod @@ -103,7 +103,7 @@ require ( github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 - github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03 + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 github.com/smartcontractkit/chainlink-ton v0.0.0-20260223231247-735246035dab github.com/smartcontractkit/cre-sdk-go v1.3.0 github.com/smartcontractkit/cre-sdk-go/capabilities/networking/http v0.7.0 diff --git a/go.sum b/go.sum index c99ea353f93..4adf73b6c08 100644 --- a/go.sum +++ b/go.sum @@ -1236,8 +1236,8 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03 h1:41xWbUIsD4DvLh3HdX0A1E5X3QZOiYatFvplaxu6lxA= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 h1:pdsld3jFNfbzrm+93dRqo6kU9fBih+VoWODnhMREaKI= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= github.com/smartcontractkit/chainlink-ton v0.0.0-20260223231247-735246035dab h1:9CPYGRg8aAt8DTNpMALGRySJl5i0yk6wCeV3wqLdUYE= github.com/smartcontractkit/chainlink-ton v0.0.0-20260223231247-735246035dab/go.mod h1:FDDjLuc4vrfclu3JHkMaREg0XZz7Lw1MK47Z4jJ4U5Q= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b h1:0XLtETkgkzwnEgUIIgyO/oydkUpzDVVuuFLf6aBeNPg= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 7be4eaf761c..cacf6647167 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.20260302180243-1e75633e454e github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303183556-ee429a6c2f0d - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303183556-ee429a6c2f0d + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 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 2860cfbc098..b9b1049e3e9 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1676,10 +1676,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303183556-ee429a6c2f0d h1:IlPpREpmW08W3DOe5bOGHXsnKwNqPSBHPFuSL6tw1gw= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303183556-ee429a6c2f0d/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303183556-ee429a6c2f0d h1:JR5sBN4OdzFfrmTM7AjSeIGCyjpC6kx5sIdISphHDMs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303183556-ee429a6c2f0d/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 h1:pdsld3jFNfbzrm+93dRqo6kU9fBih+VoWODnhMREaKI= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 h1:LDX+cEiicPUlZrmtEr3XxZDVCenpcuxxMAeCqn2QS6E= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= 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 6203ce97ccc..bef9465bf25 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -505,8 +505,8 @@ require ( github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f // indirect github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303183556-ee429a6c2f0d // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303183556-ee429a6c2f0d // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 // 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 9eb10fa96d4..f1dc90408d2 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1654,10 +1654,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303183556-ee429a6c2f0d h1:IlPpREpmW08W3DOe5bOGHXsnKwNqPSBHPFuSL6tw1gw= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303183556-ee429a6c2f0d/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303183556-ee429a6c2f0d h1:JR5sBN4OdzFfrmTM7AjSeIGCyjpC6kx5sIdISphHDMs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303183556-ee429a6c2f0d/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 h1:pdsld3jFNfbzrm+93dRqo6kU9fBih+VoWODnhMREaKI= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 h1:LDX+cEiicPUlZrmtEr3XxZDVCenpcuxxMAeCqn2QS6E= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 h1:S5HND0EDtlA+xp2E+mD11DlUTp2wD6uojwixye8ZB/k= diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index 91a22d482a2..0fadaa14e17 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -467,8 +467,8 @@ require ( github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 // indirect github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect github.com/smartcontractkit/chainlink-ton v0.0.0-20260223231247-735246035dab // indirect github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260223231247-735246035dab // indirect diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index 336f85a54bb..13135c1dda4 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1634,10 +1634,10 @@ github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 h1:PcR7Zdh+Z+Dh/S4lQ1xDbnFrb6He70KW9O5+9DtgloE= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03 h1:41xWbUIsD4DvLh3HdX0A1E5X3QZOiYatFvplaxu6lxA= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f h1:UvTDQeTi19fQw/GUpDBC9uDz2UGQoi1h+YLfCcAUwl0= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 h1:pdsld3jFNfbzrm+93dRqo6kU9fBih+VoWODnhMREaKI= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 h1:LDX+cEiicPUlZrmtEr3XxZDVCenpcuxxMAeCqn2QS6E= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= 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 9f6b29b74f9..45bfd4590a7 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -581,8 +581,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.1-0.20260203131522-bb8bc5c423b3 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 // indirect github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.18 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 fbef67c831d..2896ea89d2b 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1844,10 +1844,10 @@ github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 h1:PcR7Zdh+Z+Dh/S4lQ1xDbnFrb6He70KW9O5+9DtgloE= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03 h1:41xWbUIsD4DvLh3HdX0A1E5X3QZOiYatFvplaxu6lxA= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260223231841-af91ea434e03/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f h1:UvTDQeTi19fQw/GUpDBC9uDz2UGQoi1h+YLfCcAUwl0= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 h1:pdsld3jFNfbzrm+93dRqo6kU9fBih+VoWODnhMREaKI= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 h1:LDX+cEiicPUlZrmtEr3XxZDVCenpcuxxMAeCqn2QS6E= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.18 h1:1ng+p/+85zcVLHB050PiWUAjOcxyd4KjwkUlJy34rgE= From c7fecbbe8af285756a062a9ea0062a479d89e140 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 3 Mar 2026 15:51:52 -0500 Subject: [PATCH 08/19] update go mod --- plugins/plugins.public.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/plugins.public.yaml b/plugins/plugins.public.yaml index 4c7efd5096e..441302e2c97 100644 --- a/plugins/plugins.public.yaml +++ b/plugins/plugins.public.yaml @@ -16,8 +16,8 @@ plugins: sui: - moduleURI: "github.com/smartcontractkit/chainlink-sui" # IMP: consult chainlink-sui team before updating this version - # current version is v0.0.0-20260223231841-af91ea434e03 - gitRef: "v0.0.0-20260223231841-af91ea434e03" + # current version is v0.0.0-20260303203615-9d8cc32a70e7 + gitRef: "v0.0.0-20260303203615-9d8cc32a70e7" installPath: "./relayer/cmd/chainlink-sui" cosmos: From 86f781f0e8e24a3375208f06c89e31c4d45624fa Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 3 Mar 2026 17:06:41 -0500 Subject: [PATCH 09/19] update --- integration-tests/go.mod | 4 ++-- integration-tests/go.sum | 8 ++++---- integration-tests/load/go.mod | 4 ++-- integration-tests/load/go.sum | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/integration-tests/go.mod b/integration-tests/go.mod index cacf6647167..4ec48f8c0e3 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.20260302180243-1e75633e454e github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303220447-811571f9838a + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303220447-811571f9838a 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 b9b1049e3e9..468cf9156fb 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1676,10 +1676,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 h1:pdsld3jFNfbzrm+93dRqo6kU9fBih+VoWODnhMREaKI= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 h1:LDX+cEiicPUlZrmtEr3XxZDVCenpcuxxMAeCqn2QS6E= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303220447-811571f9838a h1:hztFdMEenBWZD+1BISHSf4fbKe7U/Lo2fyDHUkTMvmE= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303220447-811571f9838a/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303220447-811571f9838a h1:lpiBjCyW7+wjvjHSraiFE5dK6i/2oGVqVdhnoKKU+kA= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303220447-811571f9838a/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= 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 bef9465bf25..eab9a5d3339 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -505,8 +505,8 @@ require ( github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f // indirect github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303220447-811571f9838a // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303220447-811571f9838a // 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 f1dc90408d2..eabdeeafe8f 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1654,10 +1654,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 h1:pdsld3jFNfbzrm+93dRqo6kU9fBih+VoWODnhMREaKI= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 h1:LDX+cEiicPUlZrmtEr3XxZDVCenpcuxxMAeCqn2QS6E= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303220447-811571f9838a h1:hztFdMEenBWZD+1BISHSf4fbKe7U/Lo2fyDHUkTMvmE= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303220447-811571f9838a/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303220447-811571f9838a h1:lpiBjCyW7+wjvjHSraiFE5dK6i/2oGVqVdhnoKKU+kA= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303220447-811571f9838a/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 h1:S5HND0EDtlA+xp2E+mD11DlUTp2wD6uojwixye8ZB/k= From ebb376573328bfb698c5e3201249f0716815be4d Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 3 Mar 2026 18:08:32 -0500 Subject: [PATCH 10/19] update --- integration-tests/go.mod | 4 ++-- integration-tests/go.sum | 8 ++++---- integration-tests/load/go.mod | 4 ++-- integration-tests/load/go.sum | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 4ec48f8c0e3..e4fd4dc20f7 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.20260302180243-1e75633e454e github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303220447-811571f9838a - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303220447-811571f9838a + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303225834-ca56e27cba9f + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303225834-ca56e27cba9f 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 468cf9156fb..964ce7e1533 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1676,10 +1676,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303220447-811571f9838a h1:hztFdMEenBWZD+1BISHSf4fbKe7U/Lo2fyDHUkTMvmE= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303220447-811571f9838a/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303220447-811571f9838a h1:lpiBjCyW7+wjvjHSraiFE5dK6i/2oGVqVdhnoKKU+kA= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303220447-811571f9838a/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303225834-ca56e27cba9f h1:X/V+Cq9Y7vRyXbdYostM5hosMbXhKUOiihVbXqlyUNE= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303225834-ca56e27cba9f/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303225834-ca56e27cba9f h1:eaCm9gvVUx+QVnCVJkxJy7RgIilGvAF8CuZj2aDIhSs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303225834-ca56e27cba9f/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= 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 eab9a5d3339..b7b971df0ae 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -505,8 +505,8 @@ require ( github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f // indirect github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303220447-811571f9838a // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303220447-811571f9838a // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260303225834-ca56e27cba9f // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303225834-ca56e27cba9f // 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 eabdeeafe8f..a8d90eda3a5 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1654,10 +1654,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303220447-811571f9838a h1:hztFdMEenBWZD+1BISHSf4fbKe7U/Lo2fyDHUkTMvmE= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303220447-811571f9838a/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303220447-811571f9838a h1:lpiBjCyW7+wjvjHSraiFE5dK6i/2oGVqVdhnoKKU+kA= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303220447-811571f9838a/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303225834-ca56e27cba9f h1:X/V+Cq9Y7vRyXbdYostM5hosMbXhKUOiihVbXqlyUNE= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260303225834-ca56e27cba9f/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303225834-ca56e27cba9f h1:eaCm9gvVUx+QVnCVJkxJy7RgIilGvAF8CuZj2aDIhSs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303225834-ca56e27cba9f/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 h1:S5HND0EDtlA+xp2E+mD11DlUTp2wD6uojwixye8ZB/k= From bdd327e1b77dc261832b6a7dfa02e13d307c9368 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 3 Mar 2026 18:55:53 -0500 Subject: [PATCH 11/19] update --- integration-tests/smoke/ccip/ccip_sui_upgrade_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go b/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go index 7b63fdf6ebd..a1fefb21457 100644 --- a/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go +++ b/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go @@ -562,7 +562,8 @@ func upgradeSuiOffRamp(ctx context.Context, t *testing.T, e testhelpers.Deployed state, err := stateview.LoadOnchainState(e.Env) require.NoError(t, err) - signerAddr, err := e.Env.BlockChains.SuiChains()[sourceChain].Signer.GetAddress() + suiChain := e.Env.BlockChains.SuiChains()[sourceChain] + signerAddr, err := suiChain.Signer.GetAddress() require.NoError(t, err) // compile packages @@ -576,7 +577,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, suiChain.URL) require.NoError(t, err) // decode modules from base64 -> [][]byte From 82b45e7d0d8dfd401b22729899752e25975896c9 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 3 Mar 2026 19:16:22 -0500 Subject: [PATCH 12/19] update --- integration-tests/smoke/ccip/ccip_sui_upgrade_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go b/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go index a1fefb21457..0471d8a099e 100644 --- a/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go +++ b/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go @@ -471,7 +471,8 @@ func upgradeSuiOnRamp(ctx context.Context, t *testing.T, e testhelpers.DeployedE state, err := stateview.LoadOnchainState(e.Env) require.NoError(t, err) - signerAddr, err := e.Env.BlockChains.SuiChains()[sourceChain].Signer.GetAddress() + suiChain := e.Env.BlockChains.SuiChains()[sourceChain] + signerAddr, err := suiChain.Signer.GetAddress() require.NoError(t, err) // compile packages @@ -485,7 +486,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, suiChain.URL) require.NoError(t, err) // decode modules from base64 -> [][]byte From ca0c96d8b43eccbbbbc232a9ddf8f42dd54f5c24 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 3 Mar 2026 21:30:48 -0500 Subject: [PATCH 13/19] update --- core/scripts/go.mod | 4 ++-- core/scripts/go.sum | 8 ++++---- deployment/go.mod | 4 ++-- deployment/go.sum | 8 ++++---- integration-tests/go.mod | 4 ++-- integration-tests/go.sum | 8 ++++---- integration-tests/load/go.mod | 4 ++-- integration-tests/load/go.sum | 8 ++++---- system-tests/lib/go.mod | 4 ++-- system-tests/lib/go.sum | 8 ++++---- system-tests/tests/go.mod | 4 ++-- system-tests/tests/go.sum | 8 ++++---- 12 files changed, 36 insertions(+), 36 deletions(-) diff --git a/core/scripts/go.mod b/core/scripts/go.mod index 156c143ae39..6271c67d9fe 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -505,8 +505,8 @@ require ( github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f // indirect github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 // indirect github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce // 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-20260223231247-735246035dab // indirect diff --git a/core/scripts/go.sum b/core/scripts/go.sum index 92a0bbc3dbf..c7d3df2d76f 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1671,10 +1671,10 @@ github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 h1:PcR7Zdh+Z+Dh/S4lQ1xDbnFrb6He70KW9O5+9DtgloE= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 h1:pdsld3jFNfbzrm+93dRqo6kU9fBih+VoWODnhMREaKI= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 h1:LDX+cEiicPUlZrmtEr3XxZDVCenpcuxxMAeCqn2QS6E= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce h1:tfpr+jLnvFdpXZm/blzSFKS/GZfogBAyeavbjHaFdAA= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.20 h1:8D2DUnn7mLUZOLhPDGGFKKvBrgU6LQd00tq2VOprvfI= diff --git a/deployment/go.mod b/deployment/go.mod index d4a2209f837..cba275bcca0 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -55,8 +55,8 @@ require ( github.com/smartcontractkit/chainlink-protos/orchestrator v0.10.0 github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 + github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5 github.com/smartcontractkit/chainlink-ton v0.0.0-20260223231247-735246035dab diff --git a/deployment/go.sum b/deployment/go.sum index e4943ca8cb3..9da213b4599 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1434,10 +1434,10 @@ github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 h1:PcR7Zdh+Z+Dh/S4lQ1xDbnFrb6He70KW9O5+9DtgloE= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 h1:pdsld3jFNfbzrm+93dRqo6kU9fBih+VoWODnhMREaKI= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 h1:LDX+cEiicPUlZrmtEr3XxZDVCenpcuxxMAeCqn2QS6E= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce h1:tfpr+jLnvFdpXZm/blzSFKS/GZfogBAyeavbjHaFdAA= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5 h1:jARz/SWbmWoGJJGVcAnWwGMb8JuHRTQQsM3m6ZwrAGk= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index e4fd4dc20f7..2bffa732290 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.20260302180243-1e75633e454e github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303225834-ca56e27cba9f - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303225834-ca56e27cba9f + github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce 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 964ce7e1533..73283e55c3f 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1676,10 +1676,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303225834-ca56e27cba9f h1:X/V+Cq9Y7vRyXbdYostM5hosMbXhKUOiihVbXqlyUNE= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303225834-ca56e27cba9f/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303225834-ca56e27cba9f h1:eaCm9gvVUx+QVnCVJkxJy7RgIilGvAF8CuZj2aDIhSs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303225834-ca56e27cba9f/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce h1:tfpr+jLnvFdpXZm/blzSFKS/GZfogBAyeavbjHaFdAA= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= 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 b7b971df0ae..a1f8367da93 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -505,8 +505,8 @@ require ( github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f // indirect github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303225834-ca56e27cba9f // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303225834-ca56e27cba9f // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce // 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 a8d90eda3a5..e46905091a1 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1654,10 +1654,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303225834-ca56e27cba9f h1:X/V+Cq9Y7vRyXbdYostM5hosMbXhKUOiihVbXqlyUNE= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303225834-ca56e27cba9f/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303225834-ca56e27cba9f h1:eaCm9gvVUx+QVnCVJkxJy7RgIilGvAF8CuZj2aDIhSs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303225834-ca56e27cba9f/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce h1:tfpr+jLnvFdpXZm/blzSFKS/GZfogBAyeavbjHaFdAA= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 h1:S5HND0EDtlA+xp2E+mD11DlUTp2wD6uojwixye8ZB/k= diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index 0fadaa14e17..5b311f7996f 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -467,8 +467,8 @@ require ( github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 // indirect github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect github.com/smartcontractkit/chainlink-ton v0.0.0-20260223231247-735246035dab // indirect github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260223231247-735246035dab // indirect diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index 13135c1dda4..edb5e462f32 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1634,10 +1634,10 @@ github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 h1:PcR7Zdh+Z+Dh/S4lQ1xDbnFrb6He70KW9O5+9DtgloE= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 h1:pdsld3jFNfbzrm+93dRqo6kU9fBih+VoWODnhMREaKI= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 h1:LDX+cEiicPUlZrmtEr3XxZDVCenpcuxxMAeCqn2QS6E= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce h1:tfpr+jLnvFdpXZm/blzSFKS/GZfogBAyeavbjHaFdAA= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= 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 45bfd4590a7..a97d60a4f11 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -581,8 +581,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.1-0.20260203131522-bb8bc5c423b3 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce // indirect github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.18 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 2896ea89d2b..d98cdd18167 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1844,10 +1844,10 @@ github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 h1:PcR7Zdh+Z+Dh/S4lQ1xDbnFrb6He70KW9O5+9DtgloE= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 h1:pdsld3jFNfbzrm+93dRqo6kU9fBih+VoWODnhMREaKI= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7 h1:LDX+cEiicPUlZrmtEr3XxZDVCenpcuxxMAeCqn2QS6E= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce h1:tfpr+jLnvFdpXZm/blzSFKS/GZfogBAyeavbjHaFdAA= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.18 h1:1ng+p/+85zcVLHB050PiWUAjOcxyd4KjwkUlJy34rgE= From 3a919332425097c93dc8ee1096d45417b7d7370b Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 3 Mar 2026 23:34:32 -0500 Subject: [PATCH 14/19] fix managed token pool test --- integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4780b202bd3..a80e9d5e7ac 100644 --- a/integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go +++ b/integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go @@ -1274,7 +1274,7 @@ func Test_CCIPTokenTransfer_SUI2EVM_ManagedTokenPool_WithRateLimit(t *testing.T) } _, err := testhelpers.SendRequest(e.Env, state, baseOpts...) - assertSuiSourceRevertExpectedError(t, err, "failed to execute ccip_send with err: transaction failed with error: MoveAbort", "function_name: Some(\"validate_lock_or_burn\") }, 3)") + assertSuiSourceRevertExpectedError(t, err, "failed to execute ccip_send with err: transaction failed with error: MoveAbort", "function_name: Some(\"consume\") }, 1)") t.Log("Expected error: ", err) }) } From d34ebd51b526828fbcff90d00f9076d848ff5fee Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Wed, 4 Mar 2026 09:26:29 -0500 Subject: [PATCH 15/19] update --- integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 a80e9d5e7ac..0464b85f4a5 100644 --- a/integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go +++ b/integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go @@ -1193,8 +1193,8 @@ func Test_CCIPTokenTransfer_SUI2EVM_ManagedTokenPool_WithRateLimit(t *testing.T) { RemoteChainSelector: destChain, OutboundIsEnabled: true, - OutboundCapacity: 100000, - OutboundRate: 100, + OutboundCapacity: 10000000000, // 10 LINK – allows 1 LINK transfer, rejects 20 LINK transfer + OutboundRate: 1000000000, // refills 1 LINK/sec so the bucket is full before the first send InboundIsEnabled: true, InboundCapacity: 2000000000, InboundRate: 100000, From 1344bc8c7f8ec12beff94cdf673d4e8e0c819094 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Wed, 4 Mar 2026 10:03:25 -0500 Subject: [PATCH 16/19] update chainlink-sui version --- integration-tests/go.mod | 4 ++-- integration-tests/go.sum | 8 ++++---- integration-tests/load/go.mod | 4 ++-- integration-tests/load/go.sum | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 2bffa732290..5a3bfabe7ac 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.20260302180243-1e75633e454e github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 - github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce + github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 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 73283e55c3f..a2f41662b95 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1676,10 +1676,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce h1:tfpr+jLnvFdpXZm/blzSFKS/GZfogBAyeavbjHaFdAA= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 h1:4mGJySR1GAJAAFRwEo6YiSKM2zSHzYT5b/FSmrpNUGI= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 h1:5NdsaclAfx+p8lZUZ3WIqMW3M9Cze1ZVPENOQhha1pk= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= 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 a1f8367da93..f1cc0ff367b 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -505,8 +505,8 @@ require ( github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f // indirect github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 // 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 e46905091a1..aad3f4e4c07 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1654,10 +1654,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce h1:tfpr+jLnvFdpXZm/blzSFKS/GZfogBAyeavbjHaFdAA= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 h1:4mGJySR1GAJAAFRwEo6YiSKM2zSHzYT5b/FSmrpNUGI= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 h1:5NdsaclAfx+p8lZUZ3WIqMW3M9Cze1ZVPENOQhha1pk= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 h1:S5HND0EDtlA+xp2E+mD11DlUTp2wD6uojwixye8ZB/k= From 5068153ffe0a4c1706dd4c35879a54f9ca47752c Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Wed, 4 Mar 2026 10:19:03 -0500 Subject: [PATCH 17/19] update --- core/scripts/go.mod | 2 +- core/scripts/go.sum | 4 ++-- deployment/go.mod | 2 +- deployment/go.sum | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- plugins/plugins.public.yaml | 2 +- system-tests/lib/go.mod | 2 +- system-tests/lib/go.sum | 4 ++-- system-tests/tests/go.mod | 2 +- system-tests/tests/go.sum | 4 ++-- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/core/scripts/go.mod b/core/scripts/go.mod index 6271c67d9fe..5490a0dca5b 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -505,7 +505,7 @@ require ( github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f // indirect github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 // indirect github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 // indirect github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce // 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 diff --git a/core/scripts/go.sum b/core/scripts/go.sum index c7d3df2d76f..25fbe2d94df 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1671,8 +1671,8 @@ github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 h1:PcR7Zdh+Z+Dh/S4lQ1xDbnFrb6He70KW9O5+9DtgloE= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce h1:tfpr+jLnvFdpXZm/blzSFKS/GZfogBAyeavbjHaFdAA= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 h1:4mGJySR1GAJAAFRwEo6YiSKM2zSHzYT5b/FSmrpNUGI= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= diff --git a/deployment/go.mod b/deployment/go.mod index cba275bcca0..30fefea577d 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -55,7 +55,7 @@ require ( github.com/smartcontractkit/chainlink-protos/orchestrator v0.10.0 github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 - github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce + github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5 diff --git a/deployment/go.sum b/deployment/go.sum index 9da213b4599..6b8de402f70 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1434,8 +1434,8 @@ github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 h1:PcR7Zdh+Z+Dh/S4lQ1xDbnFrb6He70KW9O5+9DtgloE= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce h1:tfpr+jLnvFdpXZm/blzSFKS/GZfogBAyeavbjHaFdAA= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 h1:4mGJySR1GAJAAFRwEo6YiSKM2zSHzYT5b/FSmrpNUGI= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= diff --git a/go.mod b/go.mod index f101961e917..d9041d4275b 100644 --- a/go.mod +++ b/go.mod @@ -103,7 +103,7 @@ require ( github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 - github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 + github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 github.com/smartcontractkit/chainlink-ton v0.0.0-20260223231247-735246035dab github.com/smartcontractkit/cre-sdk-go v1.3.0 github.com/smartcontractkit/cre-sdk-go/capabilities/networking/http v0.7.0 diff --git a/go.sum b/go.sum index 4adf73b6c08..a25f37a6428 100644 --- a/go.sum +++ b/go.sum @@ -1236,8 +1236,8 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601- github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f/go.mod h1:GTpDgyK0OObf7jpch6p8N281KxN92wbB8serZhU9yRc= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 h1:9ltUDPuyvM1o/PW8P3U/jIUAHIMDUpktn+SKLmaeFJk= github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7 h1:pdsld3jFNfbzrm+93dRqo6kU9fBih+VoWODnhMREaKI= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260303203615-9d8cc32a70e7/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 h1:4mGJySR1GAJAAFRwEo6YiSKM2zSHzYT5b/FSmrpNUGI= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= github.com/smartcontractkit/chainlink-ton v0.0.0-20260223231247-735246035dab h1:9CPYGRg8aAt8DTNpMALGRySJl5i0yk6wCeV3wqLdUYE= github.com/smartcontractkit/chainlink-ton v0.0.0-20260223231247-735246035dab/go.mod h1:FDDjLuc4vrfclu3JHkMaREg0XZz7Lw1MK47Z4jJ4U5Q= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b h1:0XLtETkgkzwnEgUIIgyO/oydkUpzDVVuuFLf6aBeNPg= diff --git a/plugins/plugins.public.yaml b/plugins/plugins.public.yaml index 441302e2c97..34f227fce25 100644 --- a/plugins/plugins.public.yaml +++ b/plugins/plugins.public.yaml @@ -17,7 +17,7 @@ plugins: - moduleURI: "github.com/smartcontractkit/chainlink-sui" # IMP: consult chainlink-sui team before updating this version # current version is v0.0.0-20260303203615-9d8cc32a70e7 - gitRef: "v0.0.0-20260303203615-9d8cc32a70e7" + gitRef: "v0.0.0-20260304150206-c64e48eb0cb0" installPath: "./relayer/cmd/chainlink-sui" cosmos: diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index 5b311f7996f..8eaff41f7be 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -467,7 +467,7 @@ require ( github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 // indirect github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 // indirect github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect github.com/smartcontractkit/chainlink-ton v0.0.0-20260223231247-735246035dab // indirect diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index edb5e462f32..d0354c61504 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1634,8 +1634,8 @@ github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 h1:PcR7Zdh+Z+Dh/S4lQ1xDbnFrb6He70KW9O5+9DtgloE= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce h1:tfpr+jLnvFdpXZm/blzSFKS/GZfogBAyeavbjHaFdAA= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 h1:4mGJySR1GAJAAFRwEo6YiSKM2zSHzYT5b/FSmrpNUGI= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index a97d60a4f11..5070b2b0c70 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -581,7 +581,7 @@ 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.1-0.20260203131522-bb8bc5c423b3 // indirect - github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce // indirect + github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 // indirect github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce // indirect github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.18 github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 // indirect diff --git a/system-tests/tests/go.sum b/system-tests/tests/go.sum index d98cdd18167..bffabe02363 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1844,8 +1844,8 @@ github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0/go.mod h1:UsRdX5DVRd2HTkx6amXG1RYJSsL+1/SDB/iPRQjfD+Q= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 h1:PcR7Zdh+Z+Dh/S4lQ1xDbnFrb6He70KW9O5+9DtgloE= github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce h1:tfpr+jLnvFdpXZm/blzSFKS/GZfogBAyeavbjHaFdAA= -github.com/smartcontractkit/chainlink-sui v0.0.0-20260304015240-bac59baf31ce/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 h1:4mGJySR1GAJAAFRwEo6YiSKM2zSHzYT5b/FSmrpNUGI= +github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= From cc8e10f3e75cee197e1f3ccb5ad04fdce08b102b Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Wed, 4 Mar 2026 10:29:15 -0500 Subject: [PATCH 18/19] update --- deployment/go.mod | 2 +- deployment/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/go.mod b/deployment/go.mod index 30fefea577d..821628ce9da 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -56,7 +56,7 @@ require ( github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5 github.com/smartcontractkit/chainlink-ton v0.0.0-20260223231247-735246035dab diff --git a/deployment/go.sum b/deployment/go.sum index 6b8de402f70..c547dc84056 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1436,8 +1436,8 @@ github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1 github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 h1:4mGJySR1GAJAAFRwEo6YiSKM2zSHzYT5b/FSmrpNUGI= github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 h1:5NdsaclAfx+p8lZUZ3WIqMW3M9Cze1ZVPENOQhha1pk= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5 h1:jARz/SWbmWoGJJGVcAnWwGMb8JuHRTQQsM3m6ZwrAGk= From a242a41f20a95730214c5cfe41ce98d1b0621281 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Wed, 4 Mar 2026 10:55:39 -0500 Subject: [PATCH 19/19] update --- core/scripts/go.mod | 2 +- core/scripts/go.sum | 4 ++-- system-tests/lib/go.mod | 2 +- system-tests/lib/go.sum | 4 ++-- system-tests/tests/go.mod | 2 +- system-tests/tests/go.sum | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core/scripts/go.mod b/core/scripts/go.mod index 5490a0dca5b..9e9ba36f009 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -506,7 +506,7 @@ require ( github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260223222711-2fa6b0e07db0 // indirect github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 // 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-20260223231247-735246035dab // indirect diff --git a/core/scripts/go.sum b/core/scripts/go.sum index 25fbe2d94df..f3dcd0e8fb0 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1673,8 +1673,8 @@ github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1 github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 h1:4mGJySR1GAJAAFRwEo6YiSKM2zSHzYT5b/FSmrpNUGI= github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 h1:5NdsaclAfx+p8lZUZ3WIqMW3M9Cze1ZVPENOQhha1pk= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.20 h1:8D2DUnn7mLUZOLhPDGGFKKvBrgU6LQd00tq2VOprvfI= diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index 8eaff41f7be..1d15c889a52 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -468,7 +468,7 @@ require ( github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect github.com/smartcontractkit/chainlink-ton v0.0.0-20260223231247-735246035dab // indirect github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260223231247-735246035dab // indirect diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index d0354c61504..5ba1d1eaf7a 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1636,8 +1636,8 @@ github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1 github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 h1:4mGJySR1GAJAAFRwEo6YiSKM2zSHzYT5b/FSmrpNUGI= github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 h1:5NdsaclAfx+p8lZUZ3WIqMW3M9Cze1ZVPENOQhha1pk= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= 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 5070b2b0c70..5f1ed41377e 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -582,7 +582,7 @@ require ( github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 // indirect github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce // indirect + github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 // indirect github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.18 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 bffabe02363..8b1a9014b0f 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1846,8 +1846,8 @@ github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1 github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075/go.mod h1:APCV5fIW/a+JGM+Cz9yb6XyGt8ht5hISEYfpG/k4Z+k= github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 h1:4mGJySR1GAJAAFRwEo6YiSKM2zSHzYT5b/FSmrpNUGI= github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce h1:IctkJREboCbOmSDnfCp1FetcXzqV5GP+nb5pRPuJIwI= -github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304015240-bac59baf31ce/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 h1:5NdsaclAfx+p8lZUZ3WIqMW3M9Cze1ZVPENOQhha1pk= +github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:IfeW6t5Yc5293H5ixuooAft+wYBMSFQWKjbBTwYiKr4= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1 h1:w1KRBigXgoBYQBi4IU0gKbA2mBF6vq5vW/zbtan+mPo= github.com/smartcontractkit/chainlink-testing-framework/framework v0.14.1-0.20260212100725-fbd6b3bca4d1/go.mod h1:43xdIQuqw/gzfazsqJkBrGdF25TIJDiY/Ak/YrWFTmU= github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.18 h1:1ng+p/+85zcVLHB050PiWUAjOcxyd4KjwkUlJy34rgE=