Skip to content

revert sui bump#22336

Closed
yashnevatia wants to merge 1 commit intodevelopfrom
revert-sui-bump
Closed

revert sui bump#22336
yashnevatia wants to merge 1 commit intodevelopfrom
revert-sui-bump

Conversation

@yashnevatia
Copy link
Copy Markdown
Contributor

Requires

Supports

Copilot AI review requested due to automatic review settings May 7, 2026 08:33
@yashnevatia yashnevatia requested review from a team as code owners May 7, 2026 08:33
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

👋 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!

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

I see you updated files related to core. Please run make gocs in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

✅ No conflicts with other open PRs targeting develop

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-sui to an earlier pseudo-version in the root module and plugins.public.yaml.
  • Update github.com/smartcontractkit/chainlink-ccip/chains/evm pseudo-version across several modules.
  • Regenerate corresponding go.sum entries 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
Comment thread go.mod
Comment on lines 80 to 84
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
Comment thread go.mod
Comment on lines 104 to 108
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
@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented May 7, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@cl-sonarqube-production
Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@yashnevatia yashnevatia closed this May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants