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
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
The usage should be like following:
./parity --runfile "/GeneralStateTests/stExample/add11.json" --format "StateTest"
the client should return whether the test execution was success or not.
if it is a failure it should provide information on which fork rule there was an error.
so then we could debug it more carefully.
The text was updated successfully, but these errors were encountered:
With random state test generation we need a support option from the clients to run a custom .json file that is a StateTest.
The file format is here:
https://github.com/ethereum/tests/blob/develop/GeneralStateTests/stExample/add11.json
The usage should be like following:
./parity --runfile "/GeneralStateTests/stExample/add11.json" --format "StateTest"
the client should return whether the test execution was success or not.
if it is a failure it should provide information on which fork rule there was an error.
so then we could debug it more carefully.
The text was updated successfully, but these errors were encountered: