Draft
Conversation
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.
Port all the code related to deployment/common/changeset/deploy_mcms_with_timelock.go from core repo to cld-changesets.
AI Summary
This pull request updates the project's dependencies in the
go.modfile. The main changes include upgrading the Go version, updating several direct and indirect dependencies to newer versions, adding new dependencies, and replacing a module with a local path. These updates help keep the codebase up-to-date with the latest features, security patches, and compatibility improvements.Dependency and Version Updates:
1.25.7to1.26.2ingo.mod.github.com/aptos-labs/aptos-go-sdk,github.com/deckarep/golang-set/v2,github.com/ethereum/go-ethereum,github.com/smartcontractkit/chain-selectors,github.com/smartcontractkit/chainlink-ccip/chains/solana,github.com/smartcontractkit/chainlink-common, and many others.Module Replacement and Additions:
github.com/smartcontractkit/chainlink-deployments-frameworkmodule with a local path to../chainlink-deployments-framework, likely to use a local development version.github.com/smartcontractkit/chainlink-ton/deployment,github.com/smartcontractkit/chainlink/deployment,github.com/smartcontractkit/quarantine, andgithub.com/smartcontractkit/wsrpc.General Maintenance:
These changes collectively help maintain and improve the stability, security, and feature set of the project.