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
While trying to debug some tests for constantinople I run into the issue that some tests started failing when I enabled --jsontrace.
Without --jsontrace: node ./tests/tester -s --fork='Constantinople' --test='extCodeHashDynamicArgument' --data=0 --gas=0 --value=0
TAP version 13
# GeneralStateTests
# file: extCodeHashDynamicArgument test: extCodeHashDynamicArgument
ok 1 the state roots should match
1..1
# tests 1
# pass 1
# ok
While trying to debug some tests for constantinople I run into the issue that some tests started failing when I enabled
--jsontrace
.Without
--jsontrace
:node ./tests/tester -s --fork='Constantinople' --test='extCodeHashDynamicArgument' --data=0 --gas=0 --value=0
with
--jsontrace
node ./tests/tester -s --fork='Constantinople' --test='extCodeHashDynamicArgument' --data=0 --gas=0 --value=0 --jsontrace
This was done on the
eip-1052
branch (commit d661bde)The text was updated successfully, but these errors were encountered: