Skip to content

0.11.0

Latest
Compare
Choose a tag to compare
@lukacan lukacan released this 14 Aug 10:37
c275281

Added

  • Add server for displaying content of fuzzing artifacts (347)
  • Add fuzz artifacts directory to the fuzz test folder (343)
  • Added state monitoring support for fuzzing metrics (341)
  • Added dashboard support for fuzzing metrics (340)
  • Code coverage tracking support enabled and configured via Trident.toml. Coverage data can be visualized using the VS Code extension 330
  • Added features to enable syscalls in fuzzing (329)
  • Add --skip-build flag to only initialize fuzz test without building the project (325)
  • Add support for space, lamports and owner to TridentAccounts macro (320)

Removed

Changed

  • FuzzTest fields are now aggregated into Trident struct (339)
  • Add support for reproducible fuzzing with thread-specific seeds (332)
  • Move Trident.toml into trident-tests folder (328)
  • Conversion from AFL and Honggfuzz into Manually Guided Fuzzing (324)
  • Update template generation to use tera (326)