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(l2): disable system calls for prover & proposer in L2 mode #2227

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

xqft
Copy link
Contributor

@xqft xqft commented Mar 14, 2025

Motivation

Currently ethrex-prover fails to prove blocks created from the proposer because both the proposer and the prover are executing system calls that are exclusive for L1 mode.

@xqft xqft requested a review from a team as a code owner March 14, 2025 14:34
@xqft xqft changed the title fix(l2): disable system calls for prover in L2 mode fix(l2): disable system calls for prover & proposer in L2 mode Mar 14, 2025
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/blockchain/payload.rs | 544   | +1   |
+-------------------------------------+-------+------+

@ilitteri ilitteri added this pull request to the merge queue Mar 14, 2025
Merged via the queue into main with commit c1adf82 Mar 14, 2025
25 checks passed
@ilitteri ilitteri deleted the l2/fix_prover_l2_mode branch March 14, 2025 18:10
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.

4 participants