Merge release/2.34.0 back into develop#21195
Draft
HashWrangler wants to merge 13 commits intodevelopfrom
Draft
Conversation
Update sui gomod
* Publishing OCR3 metrics to beholder * Test * Linter fixes * Linter fixes * Post review fixes + extra label for chainSelector
CCIP - Publishing OCR3 metrics to Beholder (#21048)
….34.0 During mergeback conflict resolution, go.mod correctly inherited the chainlink-sui version bump from release/2.34.0 (bff5e296dfb7), but plugins.public.yaml retained develop's older reference (36077b5fee17), causing CI plugin version sync check to fail. Updated: - chainlink-sui: 36077b5fee17 -> bff5e296dfb7 This ensures the release-tested plugin version flows back to develop. Fixes plugin version sync check in PR #21193
The integration-tests module had chainlink-sui at the old develop version (36077b5fee17) while the root go.mod and plugins.public.yaml have the release version (bff5e296dfb7). This aligns all references. Also updates other dependencies that were pulled in during go get.
Updates chainlink-sui from 36077b5fee17 (develop) to bff5e296dfb7 (release/2.34.0) across all go.mod files to match the version from the GA release. This also updates related transitive dependencies: - chainlink-ccip/chains/solana - chainlink-deployments-framework (downgraded to v0.80.0) - chainlink-testing-framework/framework - mcms (downgraded to match release) Modules updated: - integration-tests/ - integration-tests/load/ - deployment/ - core/scripts/ - system-tests/lib/ - system-tests/tests/ Fixes dependency validation check that requires all dependencies to be from the default branch of their respective repositories.
Contributor
|
👋 HashWrangler, 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! |
Contributor
|
I see you updated files related to
|
gustavogama-cll
approved these changes
Feb 16, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Clean mergeback of release/2.34.0 after GA.
This PR brings the following changes from v2.34.0 back to develop:
All changes are dependency updates and configuration - no functional code changes.
Supersedes #21094 and #21193.
Fixes applied: