-
Notifications
You must be signed in to change notification settings - Fork 1.9k
CIP-8334 Bumping chainlink-ccv to latest from main and fixing imports #20532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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