solana-program-library
solana-program-library copied to clipboard
token[-2022]: Add top-level fuzzing
Problem
Token and Token-2022 are important programs, but they are not fuzzed from the top-level, similar to how token-swap works.
Solution
Add a fuzz configuration with honggfuzz which sends random instructions to the token program processor, and check that it never panics. It can be further refined after that.