Skip to content

fix(engine/test): default SUI image to CTF Provider#598

Merged
FelixFan1992 merged 2 commits into
mainfrom
update-sui-devnet-image
Nov 25, 2025
Merged

fix(engine/test): default SUI image to CTF Provider#598
FelixFan1992 merged 2 commits into
mainfrom
update-sui-devnet-image

Conversation

@FelixFan1992

@FelixFan1992 FelixFan1992 commented Nov 25, 2025

Copy link
Copy Markdown
Contributor

Instead of setting another image in the test engine layer, we just fallback to the default image set in the CTF provider for SUI so we dont have to maintain another value.

Copilot AI review requested due to automatic review settings November 25, 2025 13:52
@FelixFan1992 FelixFan1992 requested a review from a team as a code owner November 25, 2025 13:52
@changeset-bot

changeset-bot Bot commented Nov 25, 2025

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 89bfabb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
chainlink-deployments-framework Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

Copy link
Copy Markdown

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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Sui devnet Docker container image to a specific versioned release (v1.61.0) instead of using the latest devnet tag.

  • Updated the Sui container image from mysten/sui-tools:devnet to mysten/sui-tools:devnet-v1.61.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread engine/test/onchain/sui.go Outdated

var (
suiContainerImage = "mysten/sui-tools:devnet"
suiContainerImage = "mysten/sui-tools:devnet-v1.61.0"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

i think maybe we should just delete Image: &suiContainerImage, line 37, then the default will fallback to the NewCTFChainProvider which is using devnet-v1.61.0, same with suiContainerPlatform

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Pushed a commit for this change

Instead of setting another image in the test engine layer, we just fallback to the default image set in the CTF provider for SUI so we dont have to maintain another value.
@graham-chainlink graham-chainlink requested a review from a team as a code owner November 25, 2025 14:38
@graham-chainlink graham-chainlink changed the title update sui devnet image fix(engine/test): default SUI image to CTF Provider Nov 25, 2025
testPrivateKey := hex.EncodeToString(seed) // 64 hex chars

var (
suiContainerImage = "mysten/sui-tools:devnet"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

if we dont set the value here, it falls back to the default value for CTF provider which is the same as the current value set here, so this bit is redundant.

@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 added this pull request to the merge queue Nov 25, 2025
Merged via the queue into main with commit c38ded5 Nov 25, 2025
16 checks passed
@FelixFan1992 FelixFan1992 deleted the update-sui-devnet-image branch November 25, 2025 14:52
github-merge-queue Bot pushed a commit that referenced this pull request Nov 25, 2025
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## chainlink-deployments-framework@0.68.1

### Patch Changes

-
[#596](#596)
[`2d45dcc`](2d45dcc)
Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix:
set sui default image to mysten/sui-tools:devnet-v1.61.0

-
[#598](#598)
[`c38ded5`](c38ded5)
Thanks [@FelixFan1992](https://github.com/FelixFan1992)! -
fix(engine/test): default SUI image to CTF Provider

---------

Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
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