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

🔥 Remove fuzzing flag #176

Merged
merged 3 commits into from
Jul 5, 2024
Merged

🔥 Remove fuzzing flag #176

merged 3 commits into from
Jul 5, 2024

Conversation

lukacan
Copy link
Collaborator

@lukacan lukacan commented Jul 4, 2024

Since Trident is primarily a fuzzer, we do not need to use the fuzzing feature flag to gate fuzzing dependencies.

Updates:

  • remove fuzzing feature flug and optional dependencies
  • update minimal supported solana version to 1.17.4 as BuiltinFunctionWithContext was not available in previous versions
  • remove "idl-build" features as these are not available in anchor 0.29.0 -> Trident then automatically requires higher version
  • add fuzz example-5 to the fuzzing pipeline in order to test Trident with Anchor 0.30.1

@lukacan lukacan marked this pull request as ready for review July 5, 2024 08:17
removed anchor idl feature flags , increased minimal solana ver. to 1.17.4
@lukacan lukacan merged commit 3bf8287 into develop Jul 5, 2024
9 checks passed
@lukacan lukacan deleted the remove-fuzzing-flag branch July 5, 2024 21:09
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.

1 participant