update chainlink-sui#22173
Conversation
|
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 bumps across multiple Go modules plus a public plugin gitRef update; low code-risk, but moderate integration risk if versions are skewed.
Updates the repository’s Sui relayer dependencies (chainlink-sui and the block-vision Sui SDK) across root/integration/system-test/deployment modules, and updates the public plugin reference to the newer chainlink-sui pseudo-version.
Changes:
- Bump
github.com/smartcontractkit/chainlink-suitov0.0.0-20260420191233-429504ae18dcin multiple modules and plugin config. - Bump
github.com/block-vision/sui-go-sdkfromv1.1.4tov1.2.1where referenced. - Refresh corresponding
go.sumentries across impacted modules.
Reviewed changes
Copilot reviewed 8 out of 15 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.sum | Updates sui-go-sdk and chainlink-sui checksums for system test module. |
| system-tests/tests/go.mod | Bumps indirect sui-go-sdk and chainlink-sui versions for system test module. |
| system-tests/lib/go.sum | Updates sui-go-sdk and chainlink-sui checksums for system test library module. |
| system-tests/lib/go.mod | Bumps indirect sui-go-sdk and chainlink-sui versions for system test library module. |
| plugins/plugins.public.yaml | Updates public plugin gitRef for chainlink-sui relayer install. |
| integration-tests/load/go.sum | Updates chainlink-sui + chainlink-sui/deployment checksums for load tests module. |
| integration-tests/load/go.mod | Bumps indirect chainlink-sui + chainlink-sui/deployment for load tests module. |
| integration-tests/go.sum | Updates chainlink-sui + chainlink-sui/deployment checksums for integration tests module. |
| integration-tests/go.mod | Bumps direct chainlink-sui + chainlink-sui/deployment versions for integration tests module. |
| go.sum | Updates root module sui-go-sdk and chainlink-sui checksums. |
| go.mod | Bumps root module chainlink-sui and indirect sui-go-sdk versions. |
| deployment/go.sum | Updates deployment module sui-go-sdk and chainlink-sui checksums. |
| deployment/go.mod | Bumps deployment module sui-go-sdk and chainlink-sui versions. |
| core/scripts/go.sum | Updates scripts module sui-go-sdk and chainlink-sui checksums. |
| core/scripts/go.mod | Bumps scripts module indirect sui-go-sdk and chainlink-sui versions. |
| @@ -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-20260409184948-5b16fae57fe0 | |||
There was a problem hiding this comment.
The inline comment for the Sui plugin still states the previous chainlink-sui version, but gitRef has been updated. Please update or remove the "current version is ..." comment so it doesn't mislead future updates.
| # current version is v0.0.0-20260409184948-5b16fae57fe0 |
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260421131224-c46cbfe7bc6c | ||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260409184948-5b16fae57fe0 | ||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260420191233-429504ae18dc | ||
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0 |
There was a problem hiding this comment.
chainlink-sui was updated, but chainlink-sui/deployment remains pinned to the older pseudo-version in the same require block. If deployment artifacts/APIs are expected to stay in lockstep with the relayer, this mismatch can lead to pulling incompatible packages. Consider updating chainlink-sui/deployment to the corresponding pseudo-version (or add a brief comment explaining why it must stay on the older commit).
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0 | |
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260420191233-429504ae18dc |
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260421131224-c46cbfe7bc6c // indirect | ||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260409184948-5b16fae57fe0 // indirect | ||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260420191233-429504ae18dc // indirect | ||
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0 // indirect |
There was a problem hiding this comment.
chainlink-sui was bumped but chainlink-sui/deployment is still on the previous pseudo-version immediately below. If both modules are meant to be upgraded together, please bump chainlink-sui/deployment as well (or document why it intentionally stays back).
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0 // indirect | |
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260420191233-429504ae18dc // indirect |
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260421131224-c46cbfe7bc6c // indirect | ||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260409184948-5b16fae57fe0 // indirect | ||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260420191233-429504ae18dc // indirect | ||
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0 // indirect |
There was a problem hiding this comment.
chainlink-sui was updated but chainlink-sui/deployment remains on the older pseudo-version right after it. If deployment packages should track the relayer version, please bump chainlink-sui/deployment too (or add rationale for the version skew).
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0 // indirect | |
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260420191233-429504ae18dc // indirect |
|





Requires
Supports