CIP-8334 Bumping chainlink-ccv to latest from main and fixing imports#20532
CIP-8334 Bumping chainlink-ccv to latest from main and fixing imports#20532mateusz-sekara merged 2 commits intodevelopfrom
Conversation
|
👋 mateusz-sekara, 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! |
There was a problem hiding this comment.
Pull request overview
This PR updates the chainlink-ccv dependency to the latest version from main across all Go modules and fixes import paths that changed due to package restructuring in the updated dependency.
Key Changes:
- Updates
chainlink-ccvdependency from version20251201171152-bd4501ddf2b1to20251205143623-4948c857101b - Updates import paths from
github.com/smartcontractkit/chainlink-ccv/verifiertogithub.com/smartcontractkit/chainlink-ccv/verifier/commit - Updates type references from
verifier.Configtocommit.Config
Reviewed changes
Copilot reviewed 9 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Updates chainlink-ccv dependency version |
| system-tests/lib/go.mod | Updates chainlink-ccv dependency version |
| integration-tests/load/go.mod | Updates chainlink-ccv dependency version |
| integration-tests/go.mod | Updates chainlink-ccv dependency version |
| go.mod | Updates chainlink-ccv dependency version |
| deployment/go.mod | Updates chainlink-ccv dependency version |
| core/services/ccv/ccvcommitteeverifier/validate.go | Updates import path and type reference to use new commit subpackage |
| core/services/ccv/ccvcommitteeverifier/delegate.go | Updates import path and type reference to use new commit subpackage |
| core/scripts/go.mod | Updates chainlink-ccv dependency version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I see you updated files related to
|
|




Requires
Supports