Skip to content

Fix and improve fuzzers #898

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

Merged
merged 3 commits into from
Aug 30, 2024
Merged

Fix and improve fuzzers #898

merged 3 commits into from
Aug 30, 2024

Conversation

MauroToscano
Copy link
Collaborator

@MauroToscano MauroToscano commented Aug 30, 2024

Fix and improve fuzzers

Description

Fuzzers where not working

  • Fixed paths
  • Fixed missing install in readme

Additionally, I changed the Stark fuzzers to use bigger numbers than u64, so it can be used as reference when adding new fuzzers.

This PR doesn't fix:

  • Goldilocks fuzzer
  • field_from_raw fuzzer
  • mersenne31 fuzzer

Those have compilations errors that need to be handled

Type of change

  • New feature
  • Bug fix\

@MauroToscano MauroToscano requested a review from a team as a code owner August 30, 2024 16:06
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.82%. Comparing base (264f29b) to head (5280843).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #898   +/-   ##
=======================================
  Coverage   72.82%   72.82%           
=======================================
  Files         150      150           
  Lines       34150    34150           
=======================================
  Hits        24870    24870           
  Misses       9280     9280           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MauroToscano MauroToscano added this pull request to the merge queue Aug 30, 2024
Merged via the queue into main with commit a68d555 Aug 30, 2024
6 of 7 checks passed
@MauroToscano MauroToscano deleted the fix_and_improve_fuzzers branch August 30, 2024 16:42
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.

4 participants