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
In #43 we merged a relayer that generates a scout config file based on a simplified version of add11 state test which doesn't use SSTORE and doesn't do metering. But it currently supports only that one test case. We should extend it to read multiple JSON files like add.json from the fixture dir and generate a scout yaml file for each of them.
We could alternatively generate one yaml file with multiple txes in its block, but we'll then only be able to check the postStateRoot after the whole block and not each individual tx. That's why I think generating multiple yaml files gives us more granular testing.
The text was updated successfully, but these errors were encountered:
In #43 we merged a relayer that generates a scout config file based on a simplified version of
add11
state test which doesn't useSSTORE
and doesn't do metering. But it currently supports only that one test case. We should extend it to read multiple JSON files like add.json from thefixture
dir and generate a scout yaml file for each of them.We could alternatively generate one yaml file with multiple txes in its block, but we'll then only be able to check the
postStateRoot
after the whole block and not each individual tx. That's why I think generating multiple yaml files gives us more granular testing.The text was updated successfully, but these errors were encountered: