Skip to content

Conversation

@yashnevatia
Copy link
Contributor

@yashnevatia yashnevatia commented Feb 11, 2026

Copilot AI review requested due to automatic review settings February 11, 2026 09:02
@yashnevatia yashnevatia requested review from a team as code owners February 11, 2026 09:02
@github-actions
Copy link
Contributor

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

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

Updates the Solana codec dependency reference to a newer chainlink-solana revision.

Changes:

  • Bumped chainlink-solana pseudo-version in go.mod
  • Updated Solana plugin gitRef in plugins.public.yaml to the same revision

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
plugins/plugins.public.yaml Updates the Solana plugin gitRef to the new chainlink-solana revision
go.mod Bumps the github.com/smartcontractkit/chainlink-solana module version to match the updated revision

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

@@ -35,7 +35,7 @@ plugins:

solana:
- moduleURI: "github.com/smartcontractkit/chainlink-solana"
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

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

This gitRef duplicates the chainlink-solana version pinned in go.mod, which can drift over time and cause confusing mismatches between the plugin checkout and the compiled dependency. Consider adding a lightweight CI check (or a documented workflow) to enforce that plugins.public.yaml’s Solana gitRef matches the go.mod version for github.com/smartcontractkit/chainlink-solana.

Suggested change
- moduleURI: "github.com/smartcontractkit/chainlink-solana"
- moduleURI: "github.com/smartcontractkit/chainlink-solana"
# IMPORTANT: This gitRef must match the version of
# github.com/smartcontractkit/chainlink-solana pinned in go.mod.
# When updating the Solana dependency in go.mod, update this value
# to the same version (or commit) to avoid mismatches between the
# plugin checkout and the compiled dependency.

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Contributor

I see you updated files related to core. Please run pnpm changeset 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.

pavel-raykov
pavel-raykov previously approved these changes Feb 11, 2026
@trunk-io
Copy link

trunk-io bot commented Feb 11, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

Failed Test Failure Summary Logs
Test_CRE_V2_Solana_Suite/[v2]_Solana_Write The test failed because the feed was not updated within the expected time. Logs ↗︎
Test_CRE_V2_Solana_Suite The test failed without a specific error message, indicating an unspecified failure during the Test_CRE_V2_Solana_Suite execution. Logs ↗︎

View Full Report ↗︎Docs

dhaidashenko
dhaidashenko previously approved these changes Feb 11, 2026
@cl-sonarqube-production
Copy link

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.

3 participants