Skip to content

upgrade sui tests#21374

Merged
FelixFan1992 merged 19 commits intodevelopfrom
upgrade-sui-tests
Mar 4, 2026
Merged

upgrade sui tests#21374
FelixFan1992 merged 19 commits intodevelopfrom
upgrade-sui-tests

Conversation

@FelixFan1992
Copy link
Contributor

Requires

Supports

@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2026

✅ No conflicts with other open PRs targeting develop

@trunk-io
Copy link

trunk-io bot commented Mar 3, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2026

CORA - Pending Reviewers

All codeowners have approved! ✅

Legend: ✅ Approved | ❌ Changes Requested | 💬 Commented | 🚫 Dismissed | ⏳ Pending | ❓ Unknown

For more details, see the full review summary.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 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.

@cl-sonarqube-production
Copy link

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

Copy link
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

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 gitRef in plugins.public.yaml and 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
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

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

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.

Suggested change
# current version is v0.0.0-20260303203615-9d8cc32a70e7
# current version is v0.0.0-20260304150206-c64e48eb0cb0

Copilot uses AI. Check for mistakes.
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.

4 participants