-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[CRE-491] Use moved EVM relay read files from chainlink-evm #20929
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
|
I see you updated files related to
|
|
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-evm dependency to incorporate moved EVM relay read files from the chainlink repository. The change consolidates EVM-related functionality by moving read implementation files to the chainlink-evm package.
Changes:
- Updated chainlink-evm dependency version across all Go modules
- Removed local EVM read implementation files and tests
- Updated import paths to reference chainlink-evm package
- Removed mockery configuration for relocated interfaces
Reviewed changes
Copilot reviewed 30 out of 37 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod, core/scripts/go.mod, deployment/go.mod, integration-tests/go.mod, integration-tests/load/go.mod, system-tests/lib/go.mod, system-tests/tests/go.mod | Updated chainlink-evm dependency version to v0.3.4-0.20260126170652-c5f27bb1804e |
| core/services/relay/evm/chain_reader.go | Changed import path from local read package to chainlink-evm/pkg/read |
| core/services/relay/evm/evmtesting/run_tests.go | Updated import to reference chainlink-evm/pkg/read |
| .mockery.yaml | Removed mockery configuration for relocated interfaces |
| core/services/relay/evm/read/*.go | Removed read implementation files now in chainlink-evm |
| core/services/relay/evm/mocks/codec.go | Removed mock moved to chainlink-evm |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|





Requires smartcontractkit/chainlink-evm#341