execution-spec-tests icon indicating copy to clipboard operation
execution-spec-tests copied to clipboard

t8n pre state that has precompiles

Open winsvega opened this issue 2 years ago • 1 comments

we should define the t8n behaviour if pre state contains code for address that is precompile. as it might create issues such as here:

https://github.com/ethereum/tests/pull/1237

winsvega avatar Jul 07 '23 11:07 winsvega

@marioevz I think this has already been handled?

danceratopz avatar Sep 26 '23 08:09 danceratopz

the address collision is handled by state class pre.deploy_eof() dynamic contract address generation. so it should not be the problem now. unless we explicitly generate a test with a pre that has precompiles overwrite.

winsvega avatar Apr 08 '25 12:04 winsvega