solana-program-library icon indicating copy to clipboard operation
solana-program-library copied to clipboard

token[-2022]: Add top-level fuzzing

Open joncinque opened this issue 2 years ago • 0 comments

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.

joncinque avatar Aug 03 '22 11:08 joncinque