Skip to content

Fix replay use fallback #4039

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

Draft
wants to merge 12 commits into
base: fix_execution_witness_serde
Choose a base branch
from

Conversation

tomip01
Copy link
Contributor

@tomip01 tomip01 commented Aug 13, 2025

Motivation

Description

Closes #issue_number

@tomip01 tomip01 changed the base branch from main to fix_execution_witness_serde August 13, 2025 15:10
Copy link

github-actions bot commented Aug 13, 2025

Lines of code report

Total lines added: 1218
Total lines removed: 2
Total lines changed: 1220

Detailed view
+---------------------------------------------------------+-------+------+
| File                                                    | Lines | Diff |
+---------------------------------------------------------+-------+------+
| ethrex/cmd/ethrex_replay/src/cache.rs                   | 45    | +1   |
+---------------------------------------------------------+-------+------+
| ethrex/cmd/ethrex_replay/src/fetcher.rs                 | 236   | +35  |
+---------------------------------------------------------+-------+------+
| ethrex/cmd/ethrex_replay/src/main.rs                    | 28    | +1   |
+---------------------------------------------------------+-------+------+
| ethrex/cmd/ethrex_replay/src/rpc/db.rs                  | 515   | +515 |
+---------------------------------------------------------+-------+------+
| ethrex/cmd/ethrex_replay/src/rpc/mod.rs                 | 225   | +225 |
+---------------------------------------------------------+-------+------+
| ethrex/cmd/ethrex_replay/src/run.rs                     | 120   | +33  |
+---------------------------------------------------------+-------+------+
| ethrex/crates/l2/prover/src/prover.rs                   | 130   | +1   |
+---------------------------------------------------------+-------+------+
| ethrex/crates/l2/prover/zkvm/interface/src/execution.rs | 496   | +132 |
+---------------------------------------------------------+-------+------+
| ethrex/crates/l2/prover/zkvm/interface/src/io.rs        | 81    | -2   |
+---------------------------------------------------------+-------+------+
| ethrex/crates/l2/prover/zkvm/interface/src/lib.rs       | 4     | +1   |
+---------------------------------------------------------+-------+------+
| ethrex/crates/l2/prover/zkvm/interface/src/trie.rs      | 121   | +121 |
+---------------------------------------------------------+-------+------+
| ethrex/crates/vm/lib.rs                                 | 16    | +2   |
+---------------------------------------------------------+-------+------+
| ethrex/crates/vm/prover_db.rs                           | 151   | +151 |
+---------------------------------------------------------+-------+------+

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.

2 participants