-
Notifications
You must be signed in to change notification settings - Fork 1.9k
solana codec rename #21103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
solana codec rename #21103
Conversation
|
👋 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! |
There was a problem hiding this 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-solanapseudo-version ingo.mod - Updated Solana plugin
gitRefinplugins.public.yamlto 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" | |||
Copilot
AI
Feb 11, 2026
There was a problem hiding this comment.
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.
| - 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. |
|
I see you updated files related to
|
|
3e41bc7
…cl-solana-codec-rename-2
|





Requires
smartcontractkit/chainlink-solana#1425