This repository was archived by the owner on Feb 17, 2025. It is now read-only.
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Aleth support #99
Open
Description
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 export jsonl
(line by line) output, but instead a huge blob of json
. IIRC, we need to use testeth
to run the statetest.
@chfast / or @gumbo , is this correct ?