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

Add advanced fuzzer (#724) #733

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Add advanced fuzzer (#724) #733

wants to merge 1 commit into from

Conversation

xgreenx
Copy link
Collaborator

@xgreenx xgreenx commented May 13, 2024

Closes FuelLabs/fuel-core#1443

The original PR. I moved the change to our codebase to see how CI works, plus it allows us to commit changes as well. Huge thanks to the @maxammann for finalizing the PR!

Checklist

  • Breaking changes are clearly marked as such in the PR description and changelog
  • New behavior is reflected in tests
  • If performance characteristic of an instruction change, update gas costs as well or make a follow-up PR for that
  • The specification matches the implemented behavior (link update PR if changes are needed)

Before requesting review

  • I have reviewed the code myself
  • I have created follow-up issues caused by this PR and linked them here

After merging, notify other teams

[Add or remove entries as needed]

* Add initial fuzz files

* Fix original fuzz test

* Add byte-based script functions back for fuzzing

* Disable some errors for fuzzing

* Fix new fuzz test due to changes in fuel-vm

* Remove unused target

* Add readme
@xgreenx xgreenx assigned xgreenx and unassigned xgreenx May 13, 2024
@maxammann
Copy link

Sounds good, feel free to do the same with the others :) As I can not really commit to this PR I'm checking this off my todo for now.

I think the other PR is mainly failing because external PRs don't have access to secrets, which is good.

Both PRs need a cargo format.

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.

Run tests from ToB
2 participants