Skip to content
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
merged 29 commits into from
Jan 12, 2024

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    c4bb465 View commit details
    Browse the repository at this point in the history
  2. Backup of WIP

    Ikrk committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    cc2d354 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    dea03a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02b76b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    743a421 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Fuzzer moved to separate folder

    Ikrk committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    7d6dacd View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    586513e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e63a75 View commit details
    Browse the repository at this point in the history
  3. ProgramTest blocking client

    Ikrk committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    6695f7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c67d6bc View commit details
    Browse the repository at this point in the history
  5. Added Snapshots

    Ikrk committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9fbf0fc View commit details
    Browse the repository at this point in the history
  6. Added accounts storage

    Ikrk committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    3663f46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e04ed0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b28f598 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ab5260 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. New fuzz target template

    Ikrk committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    940335e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Snapshots generator WIP

    Ikrk committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    b2f5ff5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acd3974 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    333052d View commit details
    Browse the repository at this point in the history
  4. Fuzzer example 1

    Ikrk committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    89b43ea View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. ✅ added fuzz test for fuzz example2

    lukacan authored and lukacan committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    c0fd7b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    09f794d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Added fuzzer documentation.

    Ikrk committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    5b460f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Fixed snapshot deserialization

    Ikrk committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    3ab0bec View commit details
    Browse the repository at this point in the history
  2. Removed unused imports

    Ikrk committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    82ac6bb View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Add new examples for Fuzzer (#110)

    * 🧪 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 <[email protected]>
    Co-authored-by: Ikrk <[email protected]>
    3 people committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c6a8c49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b561cce View commit details
    Browse the repository at this point in the history
  3. 🔥 removed fuzzer example as it was using old framework + replaced cra…

    …sh files as they were not crashing
    lukacan authored and lukacan committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5d0f00d View commit details
    Browse the repository at this point in the history
  4. 📝 fix inconsistency inside readme of example3

    lukacan authored and lukacan committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    787aeff View commit details
    Browse the repository at this point in the history