-
Notifications
You must be signed in to change notification settings - Fork 28
[CRE-491] Delete unused consts pkg (instead we use its copy from common) #1577
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
995e6f2 to
918f144
Compare
|
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 removes the unused pkg/consts package from the codebase, as indicated by the ticket reference CRE-491. The package has been replaced by a copy in the common module, making this local version redundant.
Changes:
- Deleted the entire
pkg/consts/consts.gofile containing contract names, method names, event names, and related constants - Updated Go version from 1.25.3/1.25.4 to 1.25.5 across multiple modules
- Updated various dependency versions to align with the latest chainlink-ccip core reference
Reviewed changes
Copilot reviewed 6 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/consts/consts.go | Complete removal of the constants package |
| integration-tests/go.mod | Go version bump and dependency updates |
| devenv/go.mod | Go version bump and dependency updates |
| chains/solana/go.mod | Dependency version updates |
| chains/solana/deployment/go.mod | Dependency version updates |
| chains/evm/deployment/go.mod | Go version bump and dependency updates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
core ref: d735a58b8a90eb705759661d9aa867c079980e02