Skip to content

Conversation

@pavel-raykov
Copy link
Collaborator

@github-actions
Copy link
Contributor

I see you updated files related to core. Please run pnpm changeset in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

@trunk-io
Copy link

trunk-io bot commented Jan 26, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

Failed Test Failure Summary Logs
Test_CRE_V2_EVM_WriteReport_Corrupt_Receiver_Address_Regression/[v2]_EVM.WriteReport_-_corrupt_receiver_address_fails_with_empty The test failed during the EVM write regression due to an unspecified error or timeout. Logs ↗︎
Test_CRE_V2_EVM_WriteReport_Corrupt_Receiver_Address_Regression/[v2]_EVM.WriteReport_-_corrupt_receiver_address_fails_with_short_a... The test failed because the Beholder service could not start due to a network port conflict. Logs ↗︎
Test_CRE_V2_EVM_WriteReport_Corrupt_Receiver_Address_Regression The test failed during execution, but the specific cause or error message is not provided. Logs ↗︎

View Full Report ↗︎Docs

@pavel-raykov pavel-raykov marked this pull request as ready for review January 26, 2026 17:15
@pavel-raykov pavel-raykov requested review from a team as code owners January 26, 2026 17:15
Copilot AI review requested due to automatic review settings January 26, 2026 17:15
@pavel-raykov pavel-raykov requested review from jmank88 and removed request for ChrisAmora January 26, 2026 17:15
Copy link
Contributor

Copilot AI left a 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.

@cl-sonarqube-production
Copy link

@pavel-raykov pavel-raykov added this pull request to the merge queue Jan 26, 2026
Merged via the queue into develop with commit c961910 Jan 26, 2026
276 of 278 checks passed
@pavel-raykov pavel-raykov deleted the move-read branch January 26, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants