Skip to content

Commit

Permalink
statetest: Don't skip tests with 7702 transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast authored and gumb0 committed Jan 31, 2025
1 parent a24c48b commit c19fdd2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/statetest/statetest_runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ void run_state_test(const StateTransitionTest& test, evmc::VM& vm, bool trace_su
// if (case_index != 3)
// continue;

if (test.multi_tx.type == state::Transaction::Type::set_code)
{
// FIXME: Remove this once EIP-7702 is implemented.
std::cout << "WARNING: test case with set_code transaction (type 4) skipped\n";
continue;
}

const auto& expected = cases[case_index];
const auto tx = test.multi_tx.get(expected.indexes);
auto state = test.pre_state;
Expand Down

0 comments on commit c19fdd2

Please sign in to comment.