-
Notifications
You must be signed in to change notification settings - Fork 2k
old version of chain accessor #21262
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -53,7 +53,7 @@ require ( | |||||
| github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260217043601-5cc966896c4f | ||||||
| github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 | ||||||
| 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.20260221141945-57530e96a289 | ||||||
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 | ||||||
|
||||||
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 | |
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260220185549-3aac42dd5f83 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -114,7 +114,7 @@ require ( | |||||
| github.com/smartcontractkit/chainlink-protos/chainlink-ccv/message-discovery v0.0.0-20251211142334-5c3421fe2c8d // indirect | ||||||
| github.com/smartcontractkit/chainlink-protos/chainlink-ccv/verifier v0.0.0-20251211142334-5c3421fe2c8d // 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.20260221141945-57530e96a289 // indirect | ||||||
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect | ||||||
|
||||||
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect | |
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260220185549-3aac42dd5f83 // indirect |
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.
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.