fix: cldf and mcms outdated#2099
Merged
patricios-space merged 5 commits intoMay 29, 2026
Merged
Conversation
65fff7e to
a394901
Compare
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refreshes outdated Go module dependencies that were blocking downstream consumers (notably chainlink-ton) from upgrading to chainlink-deployments-framework v0.105.0 and mcms v0.45.0. It also bumps the required Go toolchain to 1.26 and regenerates mock files with the new mockery output ordering.
Changes:
- Bump
godirective to 1.26.2 and updatedMakefile'sensure_go_versioncheck togo1.26; pull forward many transitive dependencies ingo.mod/go.sumanddevenv/go.mod/devenv/go.sum(includingchainlink-common,chain-selectors,libocr,chainlink-deployments-framework v0.105.0,mcms v0.45.0,chainlink-ton, ethereum, prometheus, crypto/net/sys/text, etc.). - Update
go.mddependency graph to reflect the new edges (e.g.,chainlink-deployments-frameworknow points tochains/evm,job-distributor,mcms; newgo-sumtype2node;chainlink-ton/deploymentno longer depends on those — the inverse relationship). - Regenerate mock files under
mocks/...(purely import-grouping/whitespace differences from a newer mockery version).
Reviewed changes
Copilot reviewed 4 out of 22 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Makefile | Require Go 1.26 instead of 1.25 |
| go.mod / go.sum | Go 1.26.2 toolchain; upgrade direct and indirect dependencies |
| devenv/go.mod / devenv/go.sum | Mirror dependency upgrades in devenv module (cldf, mcms, ton, common, etc.) |
| go.md | Update dependency graph after cldf/ton restructuring |
| mocks/**/*.go (15 files) | Regenerated mock import blocks (no behavioral changes) |
Files not reviewed (16)
- mocks/chainlink_common/ccipocr3/chain_accessor.go: Language not supported
- mocks/chainlink_common/ccipocr3/commit_plugin_codec.go: Language not supported
- mocks/chainlink_common/ccipocr3/execute_plugin_codec.go: Language not supported
- mocks/chainlink_common/types/contract_writer.go: Language not supported
- mocks/commit/merkleroot/observer.go: Language not supported
- mocks/commit/merkleroot/rmn/controller.go: Language not supported
- mocks/internal_/plugincommon/chain_support.go: Language not supported
- mocks/internal_/reader/home_chain.go: Language not supported
- mocks/libocr_networking/peer_group_factory.go: Language not supported
- mocks/pkg/contractreader/contract_reader_facade.go: Language not supported
- mocks/pkg/contractreader/extended.go: Language not supported
- mocks/pkg/reader/ccip_reader.go: Language not supported
- mocks/pkg/reader/price_reader.go: Language not supported
- mocks/pkg/reader/rmn_home.go: Language not supported
- mocks/pkg/types/ccipocr3/commit_plugin_codec.go: Language not supported
- mocks/pkg/types/ccipocr3/execute_plugin_codec.go: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
winder
approved these changes
May 29, 2026
matYang
approved these changes
May 29, 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.
NONEVM-5213
chainlink-ccip test_smoke.yml workflow (dispatched by cl-ton PR) is failing due to outdated dependencies: