Skip to content

Commit 4561cb7

Browse files
authored
Bump cl-evm to have more gas-related metrics in Beholder (#21604)
* Bump cl-evm to have more gas-related metrics in Beholder * Use latest cl-evm develop * Add changeset
1 parent 38b9873 commit 4561cb7

15 files changed

Lines changed: 26 additions & 21 deletions

File tree

.changeset/sour-sharks-aid.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"chainlink": patch
3+
---
4+
5+
#added Emit gas-related metrics through Beholder

core/scripts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
5151
github.com/smartcontractkit/chainlink-data-streams v0.1.13
5252
github.com/smartcontractkit/chainlink-deployments-framework v0.86.3
53-
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260318010722-59d4165024f1
53+
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260320152158-2191d797b5ce
5454
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd
5555
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260226130359-963f935e0396
5656
github.com/smartcontractkit/chainlink-protos/job-distributor v0.18.0

core/scripts/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/smartcontractkit/chainlink-common v0.11.0
4848
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
4949
github.com/smartcontractkit/chainlink-deployments-framework v0.86.3
50-
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260318010722-59d4165024f1
50+
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260320152158-2191d797b5ce
5151
github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3
5252
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd
5353
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20251021173435-e86785845942

deployment/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ require (
8989
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
9090
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10
9191
github.com/smartcontractkit/chainlink-data-streams v0.1.13
92-
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260318010722-59d4165024f1
92+
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260320152158-2191d797b5ce
9393
github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260107191744-4b93f62cffe3
9494
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c
9595
github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
github.com/smartcontractkit/chainlink-common v0.11.0
5252
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
5353
github.com/smartcontractkit/chainlink-deployments-framework v0.86.3
54-
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260318010722-59d4165024f1
54+
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260320152158-2191d797b5ce
5555
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd
5656
github.com/smartcontractkit/chainlink-protos/job-distributor v0.18.0
5757
github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0

integration-tests/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/load/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260310183131-8d0f0e383288
3030
github.com/smartcontractkit/chainlink-common v0.11.0
3131
github.com/smartcontractkit/chainlink-deployments-framework v0.86.3
32-
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260318010722-59d4165024f1
32+
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260320152158-2191d797b5ce
3333
github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.3
3434
github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5
3535
github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5

0 commit comments

Comments
 (0)