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/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index 2b29616cb19..f6e20d0e8eb 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,11 +932,11 @@ 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 - - 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,9 +944,9 @@ 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.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 diff --git a/core/scripts/go.mod b/core/scripts/go.mod index f3870b3294f..9e9ba36f009 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-20260304150206-c64e48eb0cb0 // 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 685d561da3d..f3dcd0e8fb0 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-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/framework/components/dockercompose v0.1.20 h1:8D2DUnn7mLUZOLhPDGGFKKvBrgU6LQd00tq2VOprvfI= diff --git a/deployment/go.mod b/deployment/go.mod index 87cb651bea6..821628ce9da 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-20260304150206-c64e48eb0cb0 + 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 ef58236ca9b..c547dc84056 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-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/lib v1.54.5 h1:jARz/SWbmWoGJJGVcAnWwGMb8JuHRTQQsM3m6ZwrAGk= diff --git a/go.mod b/go.mod index e08bee1cb46..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-20260223231841-af91ea434e03 + 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 c99ea353f93..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-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-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/integration-tests/go.mod b/integration-tests/go.mod index 606aae613d5..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-20260223231841-af91ea434e03 - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f + 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 747481b6acc..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-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-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 2672de72979..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-20260223231841-af91ea434e03 // indirect - github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f // 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 bdbd09cc782..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-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-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/smoke/ccip/ccip_sui_token_transfer_test.go b/integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go index 4780b202bd3..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, @@ -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) }) } diff --git a/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go b/integration-tests/smoke/ccip/ccip_sui_upgrade_test.go index 8b0e7fa54c9..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 @@ -562,7 +563,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 +578,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 @@ -653,7 +655,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 +669,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 diff --git a/plugins/plugins.public.yaml b/plugins/plugins.public.yaml index 4c7efd5096e..34f227fce25 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-20260304150206-c64e48eb0cb0" installPath: "./relayer/cmd/chainlink-sui" cosmos: diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index 91a22d482a2..1d15c889a52 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-20260304150206-c64e48eb0cb0 // 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 336f85a54bb..5ba1d1eaf7a 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-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/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..5f1ed41377e 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-20260304150206-c64e48eb0cb0 // 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 fbef67c831d..8b1a9014b0f 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-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/framework/components/dockercompose v0.1.18 h1:1ng+p/+85zcVLHB050PiWUAjOcxyd4KjwkUlJy34rgE=