-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.6.0 #151
Merged
Release 0.6.0 #151
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added support for dynamic templates where special variable can be replaced programatically. Added deploy_by_name method to the test template.
Removed needles question mark from generated program_client code that caused annoying clippy warnings. Also removed fully qualified Pubkey types in generated instructions to improve IDE suggestions readability.
✨ Automatically add hfuzz_target to .gitignore file
…lient 🧑💻 Improved program_client generated code
✨ Support for dynamic templates.
Until now it was necessary to manually change the program ID to some of the keys predefined by Trdelnik. Now the test template automatically uses the the program keypair generated by Anchor and no manual modification of the program and Anchor.toml is necessary.
Feat/clean command
Now it is possible to pass the --with-exit-code or -w option with the trdelnik fuzz run subcommand so that the fuzzer exits with code 1 in case of found crash files.
🔥 Removed/Update deprecated functions, removed allow deprecated macros
✨ Added new function to read keypair file generated by Anchor
feat/exit code
🧑💻 trait Default for Client
* 🚧 arguments to hongfuzz within trdelnik toml * 🚧 Working on merge with CLI and give precedence * 🚧 Removed lazy static for config, modified precedence from cli and added logic for merge (may be changed) * ✅ added tests for config merge/precedence with cli, updated template and small changes in order to work with other command * 🐛 moved config * 🐛 fixed review + added tests for short flag without space * ♻️ Removed parse from CLI as later has precedence, renamed structs and modified tests * 🔥 unused extern crate * 🧑💻 Simplified vec to string loop and improved function name --------- Co-authored-by: lukacan <[email protected]>
💬 Formated output text as warning
* 🚀 Initial Documentation Implementation using mkdocs and mike * 📝 Change diagram to svg picture, and update emojis * 📝 Update current limitations to the latest version
…, add example (#137) * ✅ Add example to demonstrate Custom Type with Arbitrary and Debug Trait * 📝 Update documentation with Custom Type section and new fuzz example * 📝 Rename Struct, Update examples link, update dependency, add code snippet
…d practical example - 5
…ts (#141) * ✨ Extend use statements and Data Accounts paths for fuzz snapshots * 🐛 PR Fix: change tuple to struct and update correspondig code * 🐛 PR Fix: update accounts_snapshots.rs program_id import * 🐛 PR Fix: update variable names * 🐛 PR Fix: update unwrap_or into unwrap_or_else * 🐛 PR Fix: update regular expressions and add tests
* Renaming * ♻️ Renamed fuzz_trd macro --------- Co-authored-by: Ikrk <[email protected]>
* ✅ update examples * 💚 update run_examples workflow * ⬆️ add Key trait to fuzzing * 📝 update documentation examples links * ✅ add hello-world example
* 🐛 Filter duplicate transactions 🐛 Allow to process duplicate Transactions * 🚩 Added allow_duplicate_txs feature flag * ✨ Trident.toml config refactoring * ✅ Tests update * 📝 Updated example config files
* 📝 add changelog, update installation * 📝 add visuals
Ikrk
approved these changes
May 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.