Skip to content

fix(l1): fix --dev mode to work with Prague fork.#2481

Merged
ilitteri merged 1 commit into
mainfrom
fix-dev-mode-prague-2
Apr 21, 2025
Merged

fix(l1): fix --dev mode to work with Prague fork.#2481
ilitteri merged 1 commit into
mainfrom
fix-dev-mode-prague-2

Conversation

@mpaulucci

Copy link
Copy Markdown
Collaborator

Motivation
Dev mode is currently broken.

Description

  • Changed the block producer so use the v4 methods that are used in Prague.
  • Improved error messages

Closes #2376

@mpaulucci mpaulucci requested a review from a team as a code owner April 15, 2025 22:35
@github-actions

Copy link
Copy Markdown

Lines of code report

Total lines added: 23
Total lines removed: 0
Total lines changed: 23

Detailed view
+--------------------------------------------------+-------+------+
| File                                             | Lines | Diff |
+--------------------------------------------------+-------+------+
| ethrex/crates/networking/rpc/clients/auth/mod.rs | 162   | +9   |
+--------------------------------------------------+-------+------+
| ethrex/crates/networking/rpc/engine/payload.rs   | 697   | +14  |
+--------------------------------------------------+-------+------+

Comment thread crates/networking/rpc/clients/auth/mod.rs
@ilitteri ilitteri added this pull request to the merge queue Apr 21, 2025
Merged via the queue into main with commit a6ea369 Apr 21, 2025
@ilitteri ilitteri deleted the fix-dev-mode-prague-2 branch April 21, 2025 15:59
github-merge-queue Bot pushed a commit that referenced this pull request Apr 21, 2025
**Motivation**
Fix prover tests in CI

**Description**
#2481 broke the L2 tests since
they were using a Cancun genesis, and the block producer has switched to
Prague
pedrobergamini pushed a commit to pedrobergamini/ethrex that referenced this pull request Aug 24, 2025
**Motivation**
Dev mode is currently broken.

**Description**
- Changed the block producer so use the `v4` methods that are used in
Prague.
- Improved error messages

Closes lambdaclass#2376
pedrobergamini pushed a commit to pedrobergamini/ethrex that referenced this pull request Aug 24, 2025
**Motivation**
Fix prover tests in CI

**Description**
lambdaclass#2481 broke the L2 tests since
they were using a Cancun genesis, and the block producer has switched to
Prague
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.

L1: [bug] Dev mode does not support prage

3 participants