andrejlukacovic
andrejlukacovic
Yes, so I updated the feature implementation. Essentially: - The `stdout` of the `cargo hfuzz` command is marked as piped and is parsed within Trident after the fuzzing session. -...
@Ikrk Ready for review
The whole support for token, token 2022 program and creating associated token accounts will be much smoother in next release!
Hello, thanks for the issue. This is just a prototype right now, but would you something like this find easier to use ? [example](https://github.com/Ackee-Blockchain/trident/blob/refreshable-template/examples/trident-benchmark/maze_0/trident-tests/fuzz_0/test_fuzz.rs). The update simplifies usage of the...
The `account_id` will be removed. To put things into perspective. The (account/address) storage is important in order to also fuzz accounts. Ex: instruction contains 4 accounts on input, we want...
yes this will be implemented
Hello, I can see this is confusing. The solana version docs refer to support of solana version which is used inside program. If the program is deployed through the entrypoint,...
Hey @meltedblocks , thanks for the feedback ! Yes, we are preparing this type of feature.
Hello, thanks for reporting the issue. You should still be able to fuzz even though Trident could not initialize the template. However, I'm not completely sure —I’ll have a look...
Hello, the coverage is handled by the AFL and Honggfuzz. Yes, the program is registered as a built-in, and the JIT is not used. The PR is referring to a...