Conversation
CORA - Pending Reviewers
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
This PR bumps the github.com/smartcontractkit/chainlink-sui dependency (and related sums) across multiple Go modules in the repo, updates the public plugin pin for the Sui relayer, and adjusts CCIP Sui upgrade smoke tests to match the updated Sui changeset API.
Changes:
- Update
chainlink-sui(and in some moduleschainlink-sui/deployment) pseudo-versions across root, deployment, integration-tests, system-tests, and scripts Go modules. - Update the Sui plugin
gitRefinplugins/plugins.public.yaml. - Simplify
BlockVersionConfigusage inccip_sui_upgrade_test.goto align with the new config shape.
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 | Bump chainlink-sui version in system test module. |
| system-tests/tests/go.sum | Refresh sums for the updated chainlink-sui version. |
| system-tests/lib/go.mod | Bump chainlink-sui version in system test library module. |
| system-tests/lib/go.sum | Refresh sums for the updated chainlink-sui version. |
| plugins/plugins.public.yaml | Update pinned Sui plugin gitRef used by loopinstall. |
| integration-tests/smoke/ccip/ccip_sui_upgrade_test.go | Update Sui blocking changeset config to the new signature/fields. |
| integration-tests/load/go.mod | Bump chainlink-sui and chainlink-sui/deployment versions for load tests module. |
| integration-tests/load/go.sum | Refresh sums for updated Sui modules. |
| integration-tests/go.mod | Bump chainlink-sui and chainlink-sui/deployment versions for integration tests module. |
| integration-tests/go.sum | Refresh sums for updated Sui modules. |
| go.mod | Bump top-level chainlink-sui dependency version. |
| go.sum | Refresh sums for updated top-level chainlink-sui. |
| deployment/go.mod | Bump chainlink-sui version used by deployment module. |
| deployment/go.sum | Refresh sums for updated deployment module dependencies. |
| core/scripts/go.mod | Bump chainlink-sui version used by scripts module. |
| core/scripts/go.sum | Refresh sums for updated scripts module dependencies. |
| @@ -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 about the Sui plugin "current version" is now stale after updating gitRef. Please update or remove that comment so it reflects the pinned gitRef and doesn’t mislead future updates.
| # current version is v0.0.0-20260303203615-9d8cc32a70e7 | |
| # current version is v0.0.0-20260404190644-86097f226a8f |
|
|





Requires
Supports