-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aleth support #99
Comments
If you are using tools like |
Is the
|
Ohh, nice! Yes that's it. However, fuzzing is nowadays based on running a statetest, not raw code. Does that exist? |
So, this
Could we get that, @chfast ? |
It should be possible, and maybe even not very difficult, to add
aleth
to the list of fuzzed clients. They do support standard-json output, but unfortunately the don't exportjsonl
(line by line) output, but instead a huge blob ofjson
. IIRC, we need to usetesteth
to run the statetest.@chfast / or @gumbo , is this correct ?
The text was updated successfully, but these errors were encountered: