You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run evm --json statetest and pass a state test json, then evm will output per opcode traces, however running evm --json blocktest outputs nothing. The same is true when using --debug instead of --json. I would expect to be able to get json traces for both state and blockchain tests.