ethereum / evmone

Fast Ethereum Virtual Machine implementation
Apache License 2.0
865 stars 287 forks source link

evmone-t8n: Add support for `isStateTest` flag from execution-spec-tests #938

Open marioevz opened 5 months ago

marioevz commented 5 months ago

Execution-spec-tests added a new field in the Environment type in this PR: https://github.com/ethereum/execution-spec-tests/pull/652

Which signals that the transition execution should not contain any block-level modifications such as: Withdrawals, rewards, deposit/withdrawal/consolidation requests, beacon block root or the history contract.