Bump cl-solana ref#22392
Conversation
|
I see you updated files related to
|
|
✅ No conflicts with other open PRs targeting |
|
Hi! Professional smart contract auditor. 32+ findings across major DeFi protocols. Portfolio: https://ajarcoronet5415-commits.github.io/security-audit-portfolio/ - AGX |
|
Hi! Professional smart contract auditor. 32+ findings. Portfolio: https://ajarcoronet5415-commits.github.io/security-audit-portfolio/ - AGX |
There was a problem hiding this comment.
Pull request overview
Risk Rating: LOW — this PR is a straightforward dependency ref bump (no functional code changes in this repo), but it does impact which chainlink-solana revision gets built/used by integration/system tests and plugin installation.
This PR bumps the github.com/smartcontractkit/chainlink-solana dependency and keeps the plugin install manifest in sync with go.mod, aligning this repo with the referenced upstream change (chainlink-solana PR #1555).
Changes:
- Bump
github.com/smartcontractkit/chainlink-solanafromv1.1.2-0.20260506142558-6d6e28042110tov1.1.2-0.20260511210120-d8089350d729. - Update
plugins/plugins.public.yamlgitRefto match the rootgo.mod(so the plugout “Plugins Sync Check” remains green). - Regenerate/update relevant
go.sumentries across submodules that resolve the dependency.
Scrupulous human review recommended (targeted):
- Confirm the upstream
chainlink-solanachange set (PR #1555) is compatible with the expected plugin install/build behavior and any Solana-focused integration/system tests.
Reviewed changes
Copilot reviewed 5 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.sum | Updates chainlink-solana sum entries to the new pseudo-version. |
| system-tests/lib/go.sum | Updates chainlink-solana sum entries to the new pseudo-version. |
| plugins/plugins.public.yaml | Updates Solana plugin gitRef to the new pseudo-version to stay in sync with go.mod. |
| integration-tests/load/go.sum | Updates chainlink-solana sum entries to the new pseudo-version. |
| integration-tests/load/go.mod | Bumps indirect chainlink-solana requirement to the new pseudo-version. |
| integration-tests/go.sum | Updates chainlink-solana sum entries to the new pseudo-version. |
| integration-tests/go.mod | Bumps indirect chainlink-solana requirement to the new pseudo-version. |
| go.sum | Updates root module chainlink-solana sum entries to the new pseudo-version. |
| go.mod | Bumps root module chainlink-solana requirement to the new pseudo-version. |
| deployment/go.sum | Updates chainlink-solana sum entries to the new pseudo-version. |
| deployment/go.mod | Bumps deployment module chainlink-solana requirement to the new pseudo-version. |
| core/scripts/go.sum | Updates chainlink-solana sum entries to the new pseudo-version. |
|
You might need to update to get the test fix |
|





Bump for this PR: smartcontractkit/chainlink-solana#1555