Skip to content

Conversation

@mpaulucci
Copy link
Collaborator

Motivation
Fixing lighthouse error complaining endpoint is not supported

Description

  • Add endpoint to capabilities

Copilot AI review requested due to automatic review settings October 23, 2025 12:58
@mpaulucci mpaulucci requested a review from a team as a code owner October 23, 2025 12:58
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 addresses a Lighthouse error by adding the engine_getBlobsV2 capability to the execution layer client's supported capabilities list. This ensures the client properly advertises support for the newer version of the blobs endpoint.

Key changes:

  • Added engine_getBlobsV2 to the CAPABILITIES array

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions github-actions bot added the L1 Ethereum client label Oct 23, 2025
@github-actions
Copy link

Lines of code report

Total lines added: 1
Total lines removed: 0
Total lines changed: 1

Detailed view
+--------------------------------------------+-------+------+
| File                                       | Lines | Diff |
+--------------------------------------------+-------+------+
| ethrex/crates/networking/rpc/engine/mod.rs | 54    | +1   |
+--------------------------------------------+-------+------+

@github-project-automation github-project-automation bot moved this to In Review in ethrex_l1 Oct 23, 2025
@mpaulucci mpaulucci enabled auto-merge October 23, 2025 13:02
@mpaulucci mpaulucci added this pull request to the merge queue Oct 23, 2025
Merged via the queue into main with commit 516f4b2 Oct 23, 2025
35 checks passed
@mpaulucci mpaulucci deleted the add-get-blobs-v2-capabilities branch October 23, 2025 13:33
@github-project-automation github-project-automation bot moved this from In Review to Done in ethrex_l1 Oct 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

L1 Ethereum client

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

6 participants