bump Solana in hope of stabilising MQ tests - #21896
Conversation
|
I see you updated files related to
|
|
✅ No conflicts with other open PRs targeting |
|
There was a problem hiding this comment.
Pull request overview
Risk Rating: LOW (dependency version bumps / lockfile churn across modules)
Bumps chainlink-solana to a newer pseudo-version (intended to pick up an e2e retry fix for flaky contract deployment) and propagates the resulting module graph updates across the repo’s multiple Go modules (including chainlink-common and pyroscope-go).
Changes:
- Bump
github.com/smartcontractkit/chainlink-solanatov1.1.2-0.20260407162454-407b2a207dccacross all relevant Go modules and the public plugins manifest. - Bump
github.com/smartcontractkit/chainlink-commontov0.11.2-0.20260406055916-9aa6b6c0ae81. - Bump
github.com/grafana/pyroscope-gotov1.2.8(and update go.sum entries accordingly).
Reviewed changes
Copilot reviewed 8 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Updates chainlink-common, chainlink-solana, and pyroscope-go versions for system test module. |
| system-tests/tests/go.sum | Lockfile updates corresponding to dependency bumps in system test module. |
| system-tests/lib/go.mod | Updates chainlink-common, chainlink-solana, and pyroscope-go versions for system test library module. |
| system-tests/lib/go.sum | Lockfile updates corresponding to dependency bumps in system test library module. |
| integration-tests/load/go.mod | Updates chainlink-common, chainlink-solana, and pyroscope-go versions for load tests module. |
| integration-tests/load/go.sum | Lockfile updates corresponding to dependency bumps in load tests module. |
| integration-tests/go.mod | Updates chainlink-common, chainlink-solana, and pyroscope-go versions for integration tests module. |
| integration-tests/go.sum | Lockfile updates corresponding to dependency bumps in integration tests module. |
| go.mod | Updates top-level module deps (chainlink-solana, chainlink-common, pyroscope-go). |
| go.sum | Top-level lockfile updates corresponding to dependency bumps. |
| deployment/go.mod | Updates chainlink-common, chainlink-solana, and pyroscope-go in deployment module. |
| deployment/go.sum | Lockfile updates corresponding to dependency bumps in deployment module. |
| core/scripts/go.mod | Updates chainlink-common, chainlink-solana, and pyroscope-go in core scripts module. |
| core/scripts/go.sum | Lockfile updates corresponding to dependency bumps in core scripts module. |
| plugins/plugins.public.yaml | Keeps public Solana plugin gitRef in sync with the bumped chainlink-solana module version. |





bumps solana to a version that includes an e2e test fix that retries flaky contract deployment.
Solana tests are 🟢 in the PR.