Expand description
Mollusk SVM Fuzz: Mollusk-compatible Firedancer fuzz fixture for SVM programs.
Similar to the mollusk-svm-fuzz-fixture library, but built around
Firedancer’s protobuf layouts.
Note: The fixtures defined in this library are compatible with Mollusk, which means developers can fuzz programs using the Mollusk harness. However, these fixtures (and this library) do not depend on the harness. They can be used to fuzz a custom entrypoint of the developer’s choice.
Modules§
- account
- An account with an address:
(Pubkey, Account). - context
- effects
- Post-invocation effects of an instruction.
- feature_
set - Runtime feature set.
- instr_
account - Instruction account.
- metadata
- Program invocation metadata.
- proto
Structs§
- Fixture
- A fixture for invoking a single instruction against a simulated SVM program runtime environment, for a given program.