0.8.0
Added
- impr/ allow to specify programs and accounts in the Trident Manifest (207)
- impr/ added get_program_id function to the IxOps and FuzzTestExecutor (199)
Changed
- impr/ improve init command, modify program manifest automatically, add init force, add howto subcommand (208)
- impr/ allow to derive AccountsSnapshots for empty Account Context (209)
- impr/ fuzz flags are read at start of fuzzing session from Config instead of env variable and transaction dispatch was added to increase FuzzTestExecutor readability (204)
- impr/ allow various instructions to be generated in case of multiple programs in the Anchor workspace (200)
- feat/ option to add account into Fuzz Test environment with base64 data (197)
- impr/ instead of parsing source code and creating our IDL, read anchor IDL (198)
Removed
- del/remove integration tests supported by Trident, this feature adds more unnecessary overhead compared to its value (196)