Ackee-Blockchain / trident

Rust-based framework to Fuzz and Integration test Solana programs to help you ship secure code.
https://ackee.xyz/
MIT License
185 stars 18 forks source link

🔥 Remove fuzzing flag #176

Closed lukacan closed 2 months ago

lukacan commented 2 months ago

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

Updates: