Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(l1): return execution layer's exchange capabilities #2000

Merged
merged 3 commits into from
Feb 18, 2025

Conversation

JereSalo
Copy link
Contributor

  • Before we were returning the same capabilities that we received as parameter from the consensus client. Instead, we want to return capabilities of the Execution Layer Client.

Closes #409

@JereSalo JereSalo self-assigned this Feb 18, 2025
Copy link

github-actions bot commented Feb 18, 2025

| File                                                                | Lines | Diff |
+---------------------------------------------------------------------+-------+------+
| /home/runner/work/ethrex/ethrex/crates/networking/rpc/engine/mod.rs | 45    | +14  |
+---------------------------------------------------------------------+-------+------+

Total lines added: +14
Total lines removed: 0
Total lines changed: 14

@JereSalo JereSalo marked this pull request as ready for review February 18, 2025 21:14
@JereSalo JereSalo requested a review from a team as a code owner February 18, 2025 21:14
@ilitteri ilitteri added this pull request to the merge queue Feb 18, 2025
Merged via the queue into main with commit cc2d757 Feb 18, 2025
22 checks passed
@ilitteri ilitteri deleted the fix/exchangeCapabilities_endpoint branch February 18, 2025 21:48
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.

Fix eth_exchangeCapabilities endpoint
2 participants