ethereum/evmlab

High rate of non-executable statestests

holiman opened this issue · 2 comments

Most likely due to https://github.com/ethereum/evmlab/blob/master/evmlab/tools/statetests/templates/object_based.py#L85, where the tx value becomes larger than the account has in the prestate, causing execution to fail.
Should be between 0 and whatever that account has in the prestate

I just updated it and restarted -- for some reason it got 35% non-executables even despite the changes. I'll look into the reasons for this. Too early to close :(

It's pretty ok now