Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Add a comandline option to execute a custom stateTest #6286

Closed
winsvega opened this issue Aug 11, 2017 · 1 comment
Closed

Add a comandline option to execute a custom stateTest #6286

winsvega opened this issue Aug 11, 2017 · 1 comment
Assignees
Labels
F8-enhancement 🎊 An additional feature request. M4-core ⛓ Core client code / Rust.

Comments

@winsvega
Copy link

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.

@5chdn 5chdn added F8-enhancement 🎊 An additional feature request. M4-core ⛓ Core client code / Rust. labels Aug 14, 2017
@tomusdrw
Copy link
Collaborator

I think it fits more to parity-evm binary.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F8-enhancement 🎊 An additional feature request. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

No branches or pull requests

3 participants