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

Release 0.7.0 #188

Merged
merged 57 commits into from
Aug 14, 2024
Merged

Release 0.7.0 #188

merged 57 commits into from
Aug 14, 2024

Commits on May 24, 2024

  1. Update README.md

    updated features
    ekincixyz authored and Ikrk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a0cfbde View commit details
    Browse the repository at this point in the history
  2. 📝 update urls in readme

    lukacan authored and Ikrk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    592b114 View commit details
    Browse the repository at this point in the history
  3. 📌 bump crate versions

    lukacan authored and Ikrk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3cd3bd9 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    added break
    ekincixyz authored and Ikrk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2edc2bf View commit details
    Browse the repository at this point in the history
  5. 🚑️ update docs before release

    lukacan authored and Ikrk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    055e295 View commit details
    Browse the repository at this point in the history
  6. 📝 fix discord link

    lukacan authored and Ikrk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f7f2ae2 View commit details
    Browse the repository at this point in the history
  7. 📝 (add mike): Add mike

    lukacan authored and Ikrk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    aa57e89 View commit details
    Browse the repository at this point in the history
  8. 📝 remove changelog from docs

    lukacan authored and Ikrk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    18a057f View commit details
    Browse the repository at this point in the history
  9. 📝 update documentation structure

    lukacan authored and Ikrk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2533d24 View commit details
    Browse the repository at this point in the history
  10. 💚 try to resolve no pipeline trigger

    lukacan authored and Ikrk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    448ba20 View commit details
    Browse the repository at this point in the history
  11. 📝 Small touches to the docs

    lukacan authored and Ikrk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d2e31c8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. feat/add more specific err message for invalid struct (#164)

    * Update README.md
    
    updated features
    
    * 📝 update urls in readme
    
    * 📌 bump crate versions
    
    * Update README.md
    
    added break
    
    * 🚑️ update docs before release
    
    * 📝 fix discord link
    
    * 📝 (add mike): Add mike
    
    * add more specific err message
    
    * add missing name on instruction struct too
    
    * Update index.md
    
    * Update index.md
    
    * rm main.html
    
    ---------
    
    Co-authored-by: Adam Hrazdira <[email protected]>
    Co-authored-by: Emre Ekinci <[email protected]>
    Co-authored-by: lukacan <[email protected]>
    4 people committed May 29, 2024
    Configuration menu
    Copy the full SHA
    36664f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. ✨ feat/added optional fuzzing statistics (#144)

    * Optionaly show stats during fuzzing session
    
    * 🐛 (store failed txs): Store failex txs
    
    * 🩹 Simplified stats logging
    
    * 📝 Added fuzzing stats to docs
    
    * ✨ Added failed invariants check stats
    
    ---------
    
    Co-authored-by: Ikrk <[email protected]>
    lukacan and Ikrk committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8e0d235 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. 🐛 Snapshot's zeroed account as optional

    Ikrk authored and lukacan committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    17d3c2a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. 🔥 remove explorer

    lukacan committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1aa7865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa4623 View commit details
    Browse the repository at this point in the history
  3. 💚 test fuzzing pipeline

    lukacan committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1cc34a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    61ba991 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e4adf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

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

Commits on Jul 5, 2024

  1. 🔥 Remove fuzzing flag

    lukacan committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9c5f6a5 View commit details
    Browse the repository at this point in the history
  2. ⬆️ Modify dependencies

    removed anchor idl feature flags , increased minimal solana ver. to 1.17.4
    lukacan committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    135f78d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bf8287 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    3899077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fdd9c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. ⬆️ Remove anchor-spl from dependencies and bump some dependecies down…

    … so Trident so isntallation is not resolving solana v2.0.1
    lukacan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e9ce29a View commit details
    Browse the repository at this point in the history
  2. 💚 Update pipelines

    lukacan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c2a84ac View commit details
    Browse the repository at this point in the history
  3. feat/add more specific err message for invalid struct (#164)

    * Update README.md
    
    updated features
    
    * 📝 update urls in readme
    
    * 📌 bump crate versions
    
    * Update README.md
    
    added break
    
    * 🚑️ update docs before release
    
    * 📝 fix discord link
    
    * 📝 (add mike): Add mike
    
    * add more specific err message
    
    * add missing name on instruction struct too
    
    * Update index.md
    
    * Update index.md
    
    * rm main.html
    
    ---------
    
    Co-authored-by: Adam Hrazdira <[email protected]>
    Co-authored-by: Emre Ekinci <[email protected]>
    Co-authored-by: lukacan <[email protected]>
    4 people committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d62652a View commit details
    Browse the repository at this point in the history
  4. ✨ feat/added optional fuzzing statistics (#144)

    * Optionaly show stats during fuzzing session
    
    * 🐛 (store failed txs): Store failex txs
    
    * 🩹 Simplified stats logging
    
    * 📝 Added fuzzing stats to docs
    
    * ✨ Added failed invariants check stats
    
    ---------
    
    Co-authored-by: Ikrk <[email protected]>
    lukacan and Ikrk committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0df48ed View commit details
    Browse the repository at this point in the history
  5. 🐛 Snapshot's zeroed account as optional

    Ikrk authored and lukacan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8c41170 View commit details
    Browse the repository at this point in the history
  6. 🔥 remove explorer

    lukacan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ff6f4dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05abcc1 View commit details
    Browse the repository at this point in the history
  8. 💚 test fuzzing pipeline

    lukacan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    91d9036 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a51e33 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    231ff2b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3537f8a View commit details
    Browse the repository at this point in the history
  12. 🔥 Remove fuzzing flag

    lukacan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    cc66b57 View commit details
    Browse the repository at this point in the history
  13. ⬆️ Modify dependencies

    removed anchor idl feature flags , increased minimal solana ver. to 1.17.4
    lukacan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9f6fed5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3f061cb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    afca5cb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d8c7edd View commit details
    Browse the repository at this point in the history
  17. ⬆️ Remove anchor-spl from dependencies and bump some dependecies down…

    … so Trident so isntallation is not resolving solana v2.0.1
    lukacan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7df2863 View commit details
    Browse the repository at this point in the history
  18. 💚 Update pipelines

    lukacan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9d47b27 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #181 from Ackee-Blockchain/develop-rebase-master

    Develop rebase master
    lukacan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6105337 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. ⚡️ Update init and fuzz add command so it support both file and macro…

    … options, update default for init to fuzz with macro
    lukacan committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    08ee486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c05b123 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    396a950 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cc0858 View commit details
    Browse the repository at this point in the history
  3. ♻️ Update fuzz examples

    lukacan committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    738e604 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    928b9cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50ebb51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e06f5c View commit details
    Browse the repository at this point in the history
  7. ✅ Update remaining examples

    lukacan committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    892166f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df9a90d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    bb1ea4e View commit details
    Browse the repository at this point in the history
  2. 📝 Update Changelog

    lukacan committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e6b16b0 View commit details
    Browse the repository at this point in the history
  3. 📌 Update release versions

    lukacan committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8ae4450 View commit details
    Browse the repository at this point in the history