Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: Remove outdated references to external tools (#710)
evmone's tests no longer support testing other EVMC-compatible EVM implementations. `evm-test` dropped support for external EVM implementations [in 2020](https://github.com/ethereum/evmone/pull/262/files#diff-164433c97916ccb25c2acf05bac88cb9a9be3e5fdc737f0541cd838444536a94R27). `evmone-fuzzer` doesn't support fuzzing external EVM implemenations. It looks like they used to support fuzzing Aleth, but they dropped support for that [in 2022](ethereum/evmone#453). The list of EVM targets is hardcoded to [just evmone](https://github.com/ethereum/evmone/blob/7bd7596c2754229f37344e10cdd49d638391f90f/test/fuzzer/fuzzer.cpp#L61).
- Loading branch information