Skip to content

Comments

old version of chain accessor#21262

Draft
yashnevatia wants to merge 2 commits intodevelopfrom
yn-ccip-test
Draft

old version of chain accessor#21262
yashnevatia wants to merge 2 commits intodevelopfrom
yn-ccip-test

Conversation

@yashnevatia
Copy link
Contributor

Requires

Supports

Copilot AI review requested due to automatic review settings February 20, 2026 19:02
@yashnevatia yashnevatia requested review from a team as code owners February 20, 2026 19: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!

@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.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 20, 2026

✅ No conflicts with other open PRs targeting develop

@yashnevatia yashnevatia marked this pull request as draft February 20, 2026 19:03
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

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
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

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

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.

Suggested change
github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect
github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260220185549-3aac42dd5f83 // indirect

Copilot uses AI. Check for mistakes.
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
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

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

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.

Suggested change
github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect
github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260220185549-3aac42dd5f83 // indirect

Copilot uses AI. Check for mistakes.
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
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

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

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.

Suggested change
github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075
github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260220185549-3aac42dd5f83

Copilot uses AI. Check for mistakes.
@trunk-io
Copy link

trunk-io bot commented Feb 20, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

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.

1 participant