Skip to content

Commit

Permalink
Merge pull request #94 from Ackee-Blockchain/feat/fuzzer
Browse files Browse the repository at this point in the history
Feat/fuzzer
  • Loading branch information
lukacan committed Aug 28, 2023
2 parents f93da05 + ffcf72b commit 25b33c5
Show file tree
Hide file tree
Showing 35 changed files with 7,866 additions and 168 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ incremented upon a breaking change and the patch version will be incremented for

## [Unreleased]

## [0.5.0] - 2023-08-28
### Added
- cli: Added trdelnik subcommand `fuzz` to run and debug fuzz tests using honggfuzz-rs.
- cli: Added trdelnik `--skip-fuzzer` option for `init` subcommand to skip generation of fuzz test templates.
- client: Added new Cargo feature `fuzzing` that enables optional dependencies related to fuzz testing.

## [0.4.1] - 2023-08-21
### Changed
- Upgrade Solana (`=1.16.6`) and Anchor framework (`=0.28.0`) versions.
Expand Down
Loading

0 comments on commit 25b33c5

Please sign in to comment.