Bump cl-evm to have more gas-related metrics in Beholder#21604
Bump cl-evm to have more gas-related metrics in Beholder#21604pavel-raykov merged 4 commits intodevelopfrom
Conversation
|
✅ No conflicts with other open PRs targeting |
|
|
There was a problem hiding this comment.
Pull request overview
Updates chainlink-evm to a newer pseudo-version to support emitting additional gas-related (OTel) metrics via Beholder.
Changes:
- Bump
github.com/smartcontractkit/chainlink-evmdependency across the root module and test/deployment submodules. - Regenerate
go.sumentries to match the updated dependency graph. - Add a changeset marking this as a patch release.
Reviewed changes
Copilot reviewed 8 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Bumps chainlink-evm version used by system tests. |
| system-tests/tests/go.sum | Updates go.sum checksums for the bumped chainlink-evm. |
| system-tests/lib/go.mod | Bumps chainlink-evm version in the system-tests library module. |
| system-tests/lib/go.sum | Updates go.sum checksums for the bumped chainlink-evm. |
| integration-tests/load/go.mod | Bumps chainlink-evm version in the load-tests module. |
| integration-tests/load/go.sum | Updates go.sum checksums for the bumped chainlink-evm. |
| integration-tests/go.mod | Bumps chainlink-evm version in integration tests module. |
| integration-tests/go.sum | Updates go.sum checksums for the bumped chainlink-evm. |
| go.mod | Bumps root module’s chainlink-evm requirement. |
| go.sum | Updates root module go.sum for the bumped chainlink-evm. |
| deployment/go.mod | Bumps chainlink-evm version in deployment module. |
| deployment/go.sum | Updates go.sum checksums for the bumped chainlink-evm. |
| core/scripts/go.mod | Bumps chainlink-evm version for core scripts module. |
| core/scripts/go.sum | Updates go.sum checksums for the bumped chainlink-evm. |
| .changeset/sour-sharks-aid.md | Adds a patch changeset entry for the dependency bump/metrics emission support. |
| "chainlink": patch | ||
| --- | ||
|
|
||
| #added Emit gas-related metrics through Beholder |
There was a problem hiding this comment.
The changeset body looks misformatted: #added isn’t standard Markdown (missing space) and changesets typically expect a plain, user-facing sentence or bullet rather than a tag-like heading. Consider rewriting line 5 to a normal description (e.g., Emit gas-related metrics through Beholder.) or, if you intended a heading, use valid Markdown like # Added followed by the description.
| #added Emit gas-related metrics through Beholder | |
| Emit gas-related metrics through Beholder. |





Requires
smartcontractkit/chainlink-evm#393
Supports
Emitting gas-related metrics through Beholder (introducing otel metrics for this).