chore: bump cldf to v0.100.0 for compatibility layer for ops gen#2030
Merged
chore: bump cldf to v0.100.0 for compatibility layer for ops gen#2030
Conversation
# Conflicts: # integration-tests/go.mod
# Conflicts: # integration-tests/go.mod
# Conflicts: # chains/evm/go.mod # devenv/go.mod # integration-tests/go.mod
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps github.com/smartcontractkit/chainlink-deployments-framework to v0.100.0 (and refreshes a few related transitive deps) in select Go modules to pick up the CLDF compatibility shim intended to keep generated ops stable.
Changes:
- Upgrade
chainlink-deployments-frameworktov0.100.0inchains/evm,devenv, andintegration-tests. - Bump a few related dependencies (notably
block-vision/sui-go-sdkandmoby/spdystream) and refreshgo.sumaccordingly. - Update
chainlink-testing-framework/frameworkandchainlink-suiversions in the updated modules.
Reviewed changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| integration-tests/go.mod | Bumps CLDF and related indirect deps for integration test module compatibility. |
| integration-tests/go.sum | Updates checksums for the upgraded dependencies used by integration-tests. |
| devenv/go.mod | Bumps CLDF and related indirect deps for the devenv module. |
| devenv/go.sum | Updates checksums for the upgraded dependencies used by devenv. |
| chains/evm/go.mod | Bumps CLDF and related indirect deps for the EVM chains module. |
| chains/evm/go.sum | Updates checksums for the upgraded dependencies used by chains/evm. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
32
to
+33
| github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260504204047-af9826978b72 | ||
| github.com/smartcontractkit/chainlink-deployments-framework v0.96.0 | ||
| github.com/smartcontractkit/chainlink-deployments-framework v0.100.0 |
RensR
approved these changes
May 6, 2026
carte7000
approved these changes
May 6, 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.
bumping cldf to
v0.100.0to get the compatibility shim to prevent the generated ops from breaking.AI Summary
This pull request updates several dependencies across the
chains/evm,devenv, andintegration-testsGo modules to their latest versions. The primary focus is on keeping the project up-to-date with the latest features and bug fixes from upstream libraries, especially those maintained by SmartContractKit and other critical dependencies.Dependency updates:
SmartContractKit libraries:
chainlink-deployments-frameworkto v0.100.0 in all modules for improved deployment capabilities and compatibility. [1] [2] [3]chainlink-testing-framework/frameworkto v0.15.19 andchainlink-suito the latest commit for enhanced testing and Sui integration. [1] [2] [3] [4]Third-party SDKs and libraries:
block-vision/sui-go-sdkfrom v1.1.4 to v1.2.1 for the latest Sui SDK features and bug fixes. [1] [2] [3]moby/spdystreamfrom v0.5.0 to v0.5.1 to incorporate upstream networking improvements. [1] [2]These updates ensure better stability, new features, and ongoing compatibility with the broader Chainlink ecosystem.