revert sui bump#22336
Conversation
|
👋 yashnevatia, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
|
I see you updated files related to
|
|
✅ No conflicts with other open PRs targeting |
There was a problem hiding this comment.
Pull request overview
Risk Rating: MEDIUM — dependency version changes across multiple Go modules and a plugin pin; could impact build/reproducibility and downstream tooling.
This PR aims to revert a Chainlink Sui version bump (including the public plugin pin) and re-tidy Go module dependencies across the repo’s multiple modules.
Changes:
- Revert/pin
github.com/smartcontractkit/chainlink-suito an earlier pseudo-version in the root module andplugins.public.yaml. - Update
github.com/smartcontractkit/chainlink-ccip/chains/evmpseudo-version across several modules. - Regenerate corresponding
go.sumentries across affected modules.
Scrupulous human review needed:
- Confirm the intended scope of the Sui revert (root module + plugin only vs. repo-wide across all submodules) and ensure builds/tests that use other submodules won’t unexpectedly keep using the newer Sui version.
- Validate that the CCIP EVM version bump is intentional and compatible across all the modules updated here (system-tests, integration-tests, deployment, core/scripts).
Reviewed changes
Copilot reviewed 8 out of 15 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Updates CCIP EVM dependency version for system test module. |
| system-tests/tests/go.sum | Updates checksums consistent with system-tests/tests dependency changes. |
| system-tests/lib/go.mod | Updates CCIP EVM dependency version for system test shared library module. |
| system-tests/lib/go.sum | Updates checksums consistent with system-tests/lib dependency changes. |
| plugins/plugins.public.yaml | Re-pins the Sui plugin gitRef to an earlier version. |
| integration-tests/load/go.mod | Updates CCIP EVM dependency version for load tests module. |
| integration-tests/load/go.sum | Updates checksums consistent with integration-tests/load dependency changes. |
| integration-tests/go.mod | Updates CCIP EVM dependency version for integration tests module. |
| integration-tests/go.sum | Updates checksums consistent with integration-tests dependency changes. |
| go.mod | Reverts root chainlink-sui version and bumps root CCIP EVM dependency. |
| go.sum | Updates root checksums for the updated chainlink-sui and CCIP EVM versions. |
| deployment/go.mod | Updates CCIP EVM dependency version for deployment module. |
| deployment/go.sum | Updates checksums consistent with deployment module dependency changes. |
| core/scripts/go.mod | Updates CCIP EVM dependency version for core/scripts module. |
| core/scripts/go.sum | Updates checksums consistent with core/scripts module dependency changes. |
| @@ -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-20260427132612-76b9f754a556 | |||
| github.com/smartcontractkit/chainlink-aptos v0.0.0-20260506112908-f0d993b5bd6d | ||
| github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
| github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260428205619-2db1389501a1 | ||
| github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260506144252-c100eabfda74 | ||
| github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260506222857-f76eec39d0c0 | ||
| github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260415165642-49f23e4d76cc |
| github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 | ||
| github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260323124644-faea187e6997 | ||
| github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260506142558-6d6e28042110 | ||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260429183453-39df0198aed8 | ||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260428231901-a394dd724761 | ||
| github.com/smartcontractkit/chainlink-ton v0.0.0-20260423161209-5ce1dba9785e |
|





Requires
Supports