Conversation
|
✅ No conflicts with other open PRs targeting |
CORA - Pending ReviewersAll codeowners have approved! ✅ Legend: ✅ Approved | ❌ Changes Requested | 💬 Commented | 🚫 Dismissed | ⏳ Pending | ❓ Unknown For more details, see the full review summary. |
|
I see you updated files related to
|
|
There was a problem hiding this comment.
Pull request overview
Upgrades the Sui-related integration/system test stack by bumping the chainlink-sui dependency + plugin ref, updating the Sui CLI version used in CI, and adjusting CCIP Sui smoke tests to match the newer Sui tooling/contract behavior.
Changes:
- Bump
github.com/smartcontractkit/chainlink-sui(and/deployment) versions across repo Go modules (go.mod/go.sum). - Update Sui plugin
gitRefinplugins.public.yamland bump Sui CLI version used by CI workflows/action. - Update CCIP Sui smoke tests (package compilation now uses the chain RPC URL; rate-limit params and expected Move abort strings updated).
Reviewed changes
Copilot reviewed 12 out of 19 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
system-tests/tests/go.mod |
Bumps indirect chainlink-sui + chainlink-sui/deployment versions for system test module. |
system-tests/tests/go.sum |
Updates checksums for the bumped Sui deps in system test module. |
system-tests/lib/go.mod |
Bumps indirect chainlink-sui + chainlink-sui/deployment versions for system-tests lib module. |
system-tests/lib/go.sum |
Updates checksums for the bumped Sui deps in system-tests lib module. |
plugins/plugins.public.yaml |
Updates public Sui plugin gitRef to the newer chainlink-sui revision. |
integration-tests/smoke/ccip/ccip_sui_upgrade_test.go |
Passes Sui chain URL into package compilation and reduces repeated chain map indexing. |
integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go |
Updates managed token pool rate-limit parameters + expected Move abort details. |
integration-tests/load/go.mod |
Bumps indirect chainlink-sui + chainlink-sui/deployment versions for load tests module. |
integration-tests/load/go.sum |
Updates checksums for the bumped Sui deps in load tests module. |
integration-tests/go.mod |
Bumps direct chainlink-sui + chainlink-sui/deployment versions for integration-tests module. |
integration-tests/go.sum |
Updates checksums for the bumped Sui deps in integration-tests module. |
go.mod |
Bumps root module chainlink-sui version. |
go.sum |
Updates checksums for the bumped root chainlink-sui dependency. |
deployment/go.mod |
Bumps chainlink-sui + chainlink-sui/deployment versions for deployment module. |
deployment/go.sum |
Updates checksums for the bumped Sui deps in deployment module. |
core/scripts/go.mod |
Bumps indirect chainlink-sui + chainlink-sui/deployment versions for core/scripts module. |
core/scripts/go.sum |
Updates checksums for the bumped Sui deps in core/scripts module. |
.github/integration-in-memory-tests.yml |
Updates Sui CLI version used in in-memory CCIP Sui job definitions and updates the renamed test ID/cmd. |
.github/actions/setup-sui/action.yaml |
Updates the default Sui CLI version installed via suiup. |
| # 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 |
There was a problem hiding this comment.
The # current version is ... comment is out of sync with the gitRef below it. Please update the comment to match the actual ref (or remove it) to avoid confusion when future updates are made.
| # current version is v0.0.0-20260303203615-9d8cc32a70e7 | |
| # current version is v0.0.0-20260304150206-c64e48eb0cb0 |





Requires
Supports