-
Notifications
You must be signed in to change notification settings - Fork 20
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
✨ Fuzzer framework core, macros, helpers, templates, and examples. #111
Merged
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
* 🧪 add fuzz_example1 * 🧪 added fuzz_example0, this is copy of 'fuzzer' example but with the new structure * ✅ work on example0 * ✅ working on example1 * ✅ added fresh example2 * ✅ fuzz test for example2 * ✅ slightly different fuz test for fuzz example 1 * ✅ added fuzz example3 - escrow with bad math * ✅ fuzz test for fuzz example3 * 🚀 added check for register Subject and added initial problem description * ✅ add crashes for both checks * ✅ fuzz example 0 in progress * 📝 readme updates * 📝 example1 small readme update * ✅ small program update * 📝 readme + added fuzzer output * ✅ minor program example updates * ✅ remove unnecessary coments , add few notes , add new withdraw check * ✅ add crash files * 📝 add readme template * 🐛 update program code and fix accounts snapshot * 📝 add readme + crash file * 🙈 gitignore * ✅ remove unnecessary code + update fuzz test check * ✅ add crashes * 📝 initial readme * 📝 readme update + minor code update * 📝 the final check part * 📝 code format * 📝 better grammar and spelling * 📝 better grammar and spelling * 📝 better grammar and spelling * 📝 link to uncomment check * 🚧 todo find crash file for the todo check * 🔥 removed incorrect check from withdraw + update readme * ✏️ fix fuzz_example0 - Update readme and rename fuzzer to fuzz_example0 * ✏️ fix fuzz_example2 comments * ✏️ fixes for fuzz_example3 - remove unnecessary code parts * ✏️ fix fuzz_example3 - remove check for Invest function, update Readme * Fixed snapshot deserialization * Removed unused imports * Rebase fixes * 🧪 added fuzz_example0, this is copy of 'fuzzer' example but with the new structure * ✅ work on example0 * ✅ working on example1 * ✅ added fresh example2 * ✅ fuzz test for example2 * ✅ slightly different fuz test for fuzz example 1 * ✅ added fuzz example3 - escrow with bad math * ✅ fuzz test for fuzz example3 * 🚀 added check for register Subject and added initial problem description * ✅ add crashes for both checks * ✅ fuzz example 0 in progress * 📝 readme updates * 📝 example1 small readme update * ✅ small program update * 📝 readme + added fuzzer output * ✅ minor program example updates * ✅ remove unnecessary coments , add few notes , add new withdraw check * ✅ add crash files * 📝 add readme template * 🐛 update program code and fix accounts snapshot * 📝 add readme + crash file * 🙈 gitignore * ✅ remove unnecessary code + update fuzz test check * ✅ add crashes * 📝 initial readme * 📝 readme update + minor code update * 📝 the final check part * 📝 code format * 📝 better grammar and spelling * 📝 better grammar and spelling * 📝 better grammar and spelling * 📝 link to uncomment check * 🚧 todo find crash file for the todo check * 🔥 removed incorrect check from withdraw + update readme * ✏️ fix fuzz_example0 - Update readme and rename fuzzer to fuzz_example0 * ✏️ fix fuzz_example2 comments * ✏️ fixes for fuzz_example3 - remove unnecessary code parts * ✏️ fix fuzz_example3 - remove check for Invest function, update Readme * 🎨 cargo fmt * 🎨 clippy allow too many arguments --------- Co-authored-by: lukacan <andrej@DESKTOP-UME2160.localdomain> Co-authored-by: Ikrk <ikrk@centrum.cz>
…sh files as they were not crashing
lukacan
approved these changes
Jan 12, 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.
Fuzzer framework core: