bluealloy / revm

Ethereum Virtual Machine written in rust that is fast and simple to use

Home Page:https://bluealloy.github.io/revm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

revme statetest allow path to file that are not json

rakita opened this issue · comments

If I rename it from ....json.min to foo.json, then it behaves differently. @rakita does reth treat non-json file suffixes differently? If so, I need to modify how my minimizer works.

Required here: ethereum/execution-specs#917

Check if statest path is a folder or file and if it is file dont check postfix.