Conversation
|
👋 stackman27, 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! |
|
I see you updated files related to
|
There was a problem hiding this comment.
Pull request overview
This pull request updates the chainlink-sui dependency across the codebase from version v0.0.0-20260217210647-11c42009ec1f to v0.0.0-20260210215559-36077b5fee17, effectively downgrading it by 7 days. The change is applied consistently across all go.mod and go.sum files in various modules (main, integration-tests, deployment, system-tests, core/scripts, and load tests). The plugins configuration file has also been updated with helpful comments about consulting the chainlink-sui team before version updates.
Changes:
- Downgraded chainlink-sui dependency from Feb 17, 2026 version to Feb 10, 2026 version across all modules
- Updated plugins.public.yaml with new version reference and added warning comments
- Synchronized go.sum files across all affected modules
Reviewed changes
Copilot reviewed 8 out of 15 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updated main module's chainlink-sui dependency to earlier version |
| go.sum | Updated checksums for new chainlink-sui version in main module |
| deployment/go.mod | Updated chainlink-sui dependency in deployment module |
| deployment/go.sum | Updated checksums for new chainlink-sui version in deployment module |
| core/scripts/go.mod | Updated chainlink-sui dependency in core scripts module |
| core/scripts/go.sum | Updated checksums for new chainlink-sui version in core scripts module |
| integration-tests/go.mod | Updated chainlink-sui dependency in integration tests module |
| integration-tests/go.sum | Updated checksums for new chainlink-sui version in integration tests module |
| integration-tests/load/go.mod | Updated chainlink-sui dependency in load tests module |
| integration-tests/load/go.sum | Updated checksums for new chainlink-sui version in load tests module |
| system-tests/lib/go.mod | Updated chainlink-sui dependency in system tests lib module |
| system-tests/lib/go.sum | Updated checksums for new chainlink-sui version in system tests lib module |
| system-tests/tests/go.mod | Updated chainlink-sui dependency in system tests module |
| system-tests/tests/go.sum | Updated checksums for new chainlink-sui version in system tests module |
| plugins/plugins.public.yaml | Updated gitRef for sui plugin with version comments and team consultation warning |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 | ||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260217210647-11c42009ec1f | ||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260210215559-36077b5fee17 | ||
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f |
There was a problem hiding this comment.
Version mismatch: The main chainlink-sui package has been downgraded to v0.0.0-20260210215559-36077b5fee17, but the chainlink-sui/deployment subpackage remains at v0.0.0-20260217210647-11c42009ec1f (7 days newer). This creates an inconsistency where the deployment subpackage is from a later date than its parent package. This pattern is repeated across all go.mod files (integration-tests, system-tests, etc.). Consider whether the deployment subpackage should also be downgraded to match the main package version, or if there's a specific reason for this version mismatch.
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f | |
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260210215559-36077b5fee17 |
| github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 | ||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260217210647-11c42009ec1f | ||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260210215559-36077b5fee17 | ||
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f |
There was a problem hiding this comment.
Version mismatch: The main chainlink-sui package has been downgraded to v0.0.0-20260210215559-36077b5fee17, but the chainlink-sui/deployment subpackage remains at v0.0.0-20260217210647-11c42009ec1f (7 days newer). This creates an inconsistency where the deployment subpackage is from a later date than its parent package. Consider whether the deployment subpackage should also be downgraded to match the main package version, or if there's a specific reason for this version mismatch.
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260217210647-11c42009ec1f | |
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260210215559-36077b5fee17 |
|
|





Requires
Supports