Skip to content
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

fuzzer: Fix build and remove Aleth support #453

Merged
merged 2 commits into from
Mar 31, 2022
Merged

fuzzer: Fix build and remove Aleth support #453

merged 2 commits into from
Mar 31, 2022

Conversation

chfast
Copy link
Member

@chfast chfast commented Mar 30, 2022

No description provided.

@chfast chfast requested review from gumb0 and yperbasis March 30, 2022 16:51
@codecov
Copy link

codecov bot commented Mar 30, 2022

Codecov Report

Merging #453 (c0d6b87) into master (b9e5c4a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #453   +/-   ##
=======================================
  Coverage   99.60%   99.60%           
=======================================
  Files          33       33           
  Lines        4069     4069           
=======================================
  Hits         4053     4053           
  Misses         16       16           
Flag Coverage Δ
consensus 86.57% <ø> (ø)
unittests 99.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@chfast chfast merged commit b95f90b into master Mar 31, 2022
@chfast chfast deleted the fuzzer_fix branch March 31, 2022 10:28
chfast pushed a commit to ethereum/evmc that referenced this pull request Aug 1, 2024
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants