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

Add Howto use Arbitrary crate into documentation and add practical fuzz_example5 #140

Closed lukacan closed 6 months ago

lukacan commented 6 months ago

This PR adds a chapter to the documentation about how to limit Instruction Data structures so that the fields are not completely random. Additionally, for a practical demonstration, fuzz_example5 is created and linked within the Examples section of the documentation.