Conversation
|
👋 augustbleeds, 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! |
|
I see you updated files related to
|
|
✅ No conflicts with other open PRs targeting |
There was a problem hiding this comment.
Pull request overview
Risk Rating: LOW
This PR bumps the github.com/smartcontractkit/chainlink-evm dependency across the repo’s Go modules to pick up the upstream “auction timeout config” change referenced in LINK-777.
Changes:
- Updated
chainlink-evmfromv0.3.4-0.20260303141232-9cc3feb83863tov0.3.4-0.20260306231944-4f37e0f36d74in all affectedgo.modfiles. - Updated corresponding
go.sumentries to match the new module version/hashes.
Reviewed changes
Copilot reviewed 7 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Bumps chainlink-evm indirect version |
| system-tests/tests/go.sum | Updates sums for bumped chainlink-evm |
| system-tests/lib/go.mod | Bumps chainlink-evm version |
| system-tests/lib/go.sum | Updates sums for bumped chainlink-evm |
| integration-tests/load/go.mod | Bumps chainlink-evm version |
| integration-tests/load/go.sum | Updates sums for bumped chainlink-evm |
| integration-tests/go.mod | Bumps chainlink-evm version |
| integration-tests/go.sum | Updates sums for bumped chainlink-evm |
| go.mod | Bumps root chainlink-evm version |
| go.sum | Updates sums for bumped chainlink-evm |
| deployment/go.mod | Bumps chainlink-evm version |
| deployment/go.sum | Updates sums for bumped chainlink-evm |
| core/scripts/go.mod | Bumps chainlink-evm version |
| core/scripts/go.sum | Updates sums for bumped chainlink-evm |
You can also share your feedback on Copilot code review. Take the survey.
|





Bump chainlink-evm to include the new auction timeout config change: smartcontractkit/chainlink-evm#384 .
This is urgent because we are hitting the old, hardcoded timeout in production with no ability to mitigate it.
Requires
Supports