Conversation
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
|
|
✅ No conflicts with other open PRs targeting |
|
There was a problem hiding this comment.
Pull request overview
Updates the Chainlink Sui dependency/version pins across the repo and adjusts a CCIP Sui upgrade smoke test to match upstream API changes.
Changes:
- Bump
github.com/smartcontractkit/chainlink-sui(and in some moduleschainlink-sui/deployment) tov0.0.0-20260409162403-8bca8f7c9de5. - Update
mcmsdependency tov0.41.0in integration test modules. - Rename
CCIPPackageIdtoPackageIdin the Sui block-version changeset config in the upgrade smoke test.
Reviewed changes
Copilot reviewed 9 out of 16 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Updates indirect chainlink-sui version used by system tests. |
| system-tests/tests/go.sum | Updates sums for the chainlink-sui version bump. |
| system-tests/lib/go.mod | Updates indirect chainlink-sui version used by system test libs. |
| system-tests/lib/go.sum | Updates sums for the chainlink-sui version bump. |
| plugins/plugins.public.yaml | Updates Sui plugin gitRef to the new chainlink-sui version. |
| integration-tests/smoke/ccip/ccip_sui_upgrade_test.go | Adjusts config field name to match upstream Sui changeset API. |
| integration-tests/load/go.mod | Bumps indirect chainlink-sui + deployment and mcms. |
| integration-tests/load/go.sum | Updates sums for chainlink-sui/deployment and mcms bumps. |
| integration-tests/go.mod | Bumps chainlink-sui + deployment and mcms used by integration tests. |
| integration-tests/go.sum | Updates sums for chainlink-sui/deployment and mcms bumps. |
| go.mod | Bumps root module chainlink-sui requirement. |
| go.sum | Updates sums for the root chainlink-sui version bump. |
| deployment/go.mod | Bumps chainlink-sui used by deployment module. |
| deployment/go.sum | Updates sums for the chainlink-sui version bump in deployment module. |
| core/scripts/go.mod | Bumps indirect chainlink-sui used by core scripts module. |
| core/scripts/go.sum | Updates sums for the chainlink-sui version bump in core scripts module. |
| @@ -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 | |||
There was a problem hiding this comment.
The inline comment says "current version is v0.0.0-20260303203615-9d8cc32a70e7", but gitRef is now v0.0.0-20260409162403-8bca8f7c9de5. Please update or remove the comment so it doesn’t mislead future updates.
| # current version is v0.0.0-20260303203615-9d8cc32a70e7 | |
| # current version is v0.0.0-20260409162403-8bca8f7c9de5 |
|





Requires
Supports