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! |
|
I see you updated files related to
|
|
✅ No conflicts with other open PRs targeting |
There was a problem hiding this comment.
Pull request overview
This PR updates the chainlink-solana dependency from version v1.1.2-0.20260217175957-8f1af02c5075 to v1.1.2-0.20260220185549-3aac42dd5f83. The title "old version of chain accessor" suggests this update addresses an issue with an outdated chain accessor implementation in the chainlink-solana package.
Changes:
- Updated chainlink-solana dependency to newer version dated Feb 20, 2026
- Updated corresponding go.sum checksums across all modules
- Updated plugin configuration to reference the new version
Reviewed changes
Copilot reviewed 8 out of 15 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updated main chainlink-solana dependency to v1.1.2-0.20260220185549-3aac42dd5f83 |
| go.sum | Updated checksums for chainlink-solana v1.1.2-0.20260220185549-3aac42dd5f83 |
| deployment/go.mod | Updated chainlink-solana dependency in deployment module |
| deployment/go.sum | Updated checksums in deployment module |
| core/scripts/go.mod | Updated chainlink-solana dependency in core scripts module |
| core/scripts/go.sum | Updated checksums in core scripts module |
| integration-tests/go.mod | Updated chainlink-solana dependency in integration tests module |
| integration-tests/go.sum | Updated checksums in integration tests module |
| integration-tests/load/go.mod | Updated chainlink-solana dependency in load tests module |
| integration-tests/load/go.sum | Updated checksums in load tests module |
| system-tests/lib/go.mod | Updated chainlink-solana dependency in system tests lib module |
| system-tests/lib/go.sum | Updated checksums in system tests lib module |
| system-tests/tests/go.mod | Updated chainlink-solana dependency in system tests module |
| system-tests/tests/go.sum | Updated checksums in system tests module |
| plugins/plugins.public.yaml | Updated gitRef for solana plugin to match the new version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f // indirect | ||
| github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260217175957-8f1af02c5075 // indirect | ||
| github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260220185549-3aac42dd5f83 // indirect | ||
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect |
There was a problem hiding this comment.
The chainlink-solana dependency has been updated to v1.1.2-0.20260220185549-3aac42dd5f83 (Feb 20, 2026), but the chainlink-solana/contracts dependency on line 508 remains at the older version v0.0.0-20260217175957-8f1af02c5075 (Feb 17, 2026). This version mismatch between the main package and its contracts sub-package could lead to compatibility issues. Consider updating chainlink-solana/contracts to match the same commit hash as the main package, or verify that keeping the contracts at the older version is intentional.
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect | |
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260220185549-3aac42dd5f83 // indirect |
| github.com/smartcontractkit/chainlink-protos/node-platform v0.0.0-20260211172625-dff40e83b3c9 // indirect | ||
| github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260217175957-8f1af02c5075 // indirect | ||
| github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260220185549-3aac42dd5f83 // indirect | ||
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect |
There was a problem hiding this comment.
The chainlink-solana dependency has been updated to v1.1.2-0.20260220185549-3aac42dd5f83 (Feb 20, 2026), but the chainlink-solana/contracts dependency on line 118 remains at the older version v0.0.0-20260217175957-8f1af02c5075 (Feb 17, 2026). This version mismatch between the main package and its contracts sub-package could lead to compatibility issues. Consider updating chainlink-solana/contracts to match the same commit hash as the main package, or verify that keeping the contracts at the older version is intentional.
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect | |
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260220185549-3aac42dd5f83 // indirect |
| github.com/smartcontractkit/chainlink-protos/orchestrator v0.10.0 | ||
| github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260217175957-8f1af02c5075 | ||
| github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260220185549-3aac42dd5f83 | ||
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 |
There was a problem hiding this comment.
The chainlink-solana dependency has been updated to v1.1.2-0.20260220185549-3aac42dd5f83 (Feb 20, 2026), but the chainlink-solana/contracts dependency on line 57 remains at the older version v0.0.0-20260217175957-8f1af02c5075 (Feb 17, 2026). This version mismatch between the main package and its contracts sub-package could lead to compatibility issues. Consider updating chainlink-solana/contracts to match the same commit hash as the main package, or verify that keeping the contracts at the older version is intentional.
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 | |
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260220185549-3aac42dd5f83 |
|





Requires
Supports