Skip to content

update chainlink-sui and test#21945

Merged
FelixFan1992 merged 2 commits intodevelopfrom
update-chainlink-sui-test
Apr 9, 2026
Merged

update chainlink-sui and test#21945
FelixFan1992 merged 2 commits intodevelopfrom
update-chainlink-sui-test

Conversation

@FelixFan1992
Copy link
Copy Markdown
Contributor

Requires

Supports

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 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
Copy Markdown
Contributor

github-actions bot commented Apr 9, 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 Apr 9, 2026

✅ No conflicts with other open PRs targeting develop

@trunk-io
Copy link
Copy Markdown

trunk-io bot commented Apr 9, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

Failed Test Failure Summary Logs
Test_CCIPPureTokenTransfer_EVM2Sui_BurnMintTokenPool The test failed without a specific error message, likely due to an issue during execution or setup. Logs ↗︎
TestCCIPReader_ExecutedMessages_MultiChainDisjoint The test failed due to a 'replacement transaction underpriced' error during blockchain transaction processing. Logs ↗︎

View Full Report ↗︎Docs

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

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 modules chainlink-sui/deployment) to v0.0.0-20260409162403-8bca8f7c9de5.
  • Update mcms dependency to v0.41.0 in integration test modules.
  • Rename CCIPPackageId to PackageId in 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
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

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

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.

Suggested change
# current version is v0.0.0-20260303203615-9d8cc32a70e7
# current version is v0.0.0-20260409162403-8bca8f7c9de5

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

@FelixFan1992 FelixFan1992 enabled auto-merge April 9, 2026 21:03
@FelixFan1992 FelixFan1992 added this pull request to the merge queue Apr 9, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 9, 2026
@FelixFan1992 FelixFan1992 added this pull request to the merge queue Apr 9, 2026
Merged via the queue into develop with commit 87ec83e Apr 9, 2026
407 of 414 checks passed
@FelixFan1992 FelixFan1992 deleted the update-chainlink-sui-test branch April 9, 2026 21:46
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.

5 participants