Skip to content

chore(l1): update execution spec tests 4.0.0 -> 4.3.0#2586

Merged
fmoletta merged 4 commits into
mainfrom
update_spec_tests
Apr 25, 2025
Merged

chore(l1): update execution spec tests 4.0.0 -> 4.3.0#2586
fmoletta merged 4 commits into
mainfrom
update_spec_tests

Conversation

@DiegoCivi

Copy link
Copy Markdown
Contributor

Motivation

A new release on the execution spec tests introduces more coverage for Prague EIPs.

Description

When executing make tests now the new 4.3.0 version of the tests is used. As more tests where added in this version, some of them failed so they where added to the skipped array.

Closes #2513

After updating to version 4.3.0 of the executions
tests, there are 12 new tests that fail on REVM.
Version 4.3.0 of execution spec tests adds new tests
that fail when using LEVM. Thos where added to the
array so they can be skipped.
@DiegoCivi DiegoCivi requested a review from a team as a code owner April 24, 2025 21:27
@github-actions

Copy link
Copy Markdown

Lines of code report

Total lines added: 0
Total lines removed: 10
Total lines changed: 10

Detailed view
+----------------------------------------------------+-------+------+
| File                                               | Lines | Diff |
+----------------------------------------------------+-------+------+
| ethrex/crates/l2/sequencer/l1_committer.rs         | 387   | -7   |
+----------------------------------------------------+-------+------+
| ethrex/crates/networking/rpc/engine/fork_choice.rs | 387   | -3   |
+----------------------------------------------------+-------+------+

@DiegoCivi DiegoCivi changed the title chore(l1): Update execution spec tests 4.0.0 -> 4.3.0 chore(l1): update execution spec tests 4.0.0 -> 4.3.0 Apr 24, 2025
@fmoletta fmoletta added this pull request to the merge queue Apr 25, 2025
Merged via the queue into main with commit 2fc4b21 Apr 25, 2025
@fmoletta fmoletta deleted the update_spec_tests branch April 25, 2025 15:20
github-merge-queue Bot pushed a commit that referenced this pull request May 8, 2025
**Motivation**

On #2586 new tests were added and some of them failed on LEVM and REVM.

**Description**

8 new tests are now working and dont need to be skipped in each of the
VMs. The tests were failing because we were not checking if the bytecode
of the system contracts that the EIPs
([7002](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7002.md#empty-code-failure)
and
[7251](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7251.md))
define were empty or not. And also because the we were not handling the
case were the system calls revert, leading to an invalidate block.

Closes #2598

---------

Co-authored-by: Jeremías Salomón <48994069+JereSalo@users.noreply.github.com>
pedrobergamini pushed a commit to pedrobergamini/ethrex that referenced this pull request Aug 24, 2025
**Motivation**

A new
[release](https://github.com/ethereum/execution-spec-tests/releases/tag/v4.3.0)
on the execution spec tests introduces more coverage for Prague EIPs.

**Description**

When executing `make tests` now the new 4.3.0 version of the tests is
used. As more tests where added in this version, some of them failed so
they where added to the skipped array.

Closes lambdaclass#2513
pedrobergamini pushed a commit to pedrobergamini/ethrex that referenced this pull request Aug 24, 2025
)

**Motivation**

On lambdaclass#2586 new tests were added and some of them failed on LEVM and REVM.

**Description**

8 new tests are now working and dont need to be skipped in each of the
VMs. The tests were failing because we were not checking if the bytecode
of the system contracts that the EIPs
([7002](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7002.md#empty-code-failure)
and
[7251](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7251.md))
define were empty or not. And also because the we were not handling the
case were the system calls revert, leading to an invalidate block.

Closes lambdaclass#2598

---------

Co-authored-by: Jeremías Salomón <48994069+JereSalo@users.noreply.github.com>
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.

Update spec tests to 4.3

4 participants