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

Initial implementation of differential fuzzing #385

Closed

Commits on May 2, 2021

  1. basic setup

    satyamakgec committed May 2, 2021
    Configuration menu
    Copy the full SHA
    d058226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    055dfb0 View commit details
    Browse the repository at this point in the history
  3. rearrangement of tests

    satyamakgec committed May 2, 2021
    Configuration menu
    Copy the full SHA
    1e63dc2 View commit details
    Browse the repository at this point in the history
  4. update versions

    satyamakgec committed May 2, 2021
    Configuration menu
    Copy the full SHA
    5547677 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. fix conflicts

    satyamakgec committed May 3, 2021
    Configuration menu
    Copy the full SHA
    33a76d5 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. fix tests

    satyamakgec committed May 5, 2021
    Configuration menu
    Copy the full SHA
    b1f86b6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. add solidity fuzzing

    satyamakgec committed May 6, 2021
    Configuration menu
    Copy the full SHA
    67b1727 View commit details
    Browse the repository at this point in the history
  2. fix path issue

    satyamakgec committed May 6, 2021
    Configuration menu
    Copy the full SHA
    7487543 View commit details
    Browse the repository at this point in the history
  3. fix tests

    satyamakgec committed May 6, 2021
    Configuration menu
    Copy the full SHA
    e7382ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f99b29d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    0d95bc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fde74c View commit details
    Browse the repository at this point in the history
  3. Add installation guide

    cburgdorf committed May 12, 2021
    Configuration menu
    Copy the full SHA
    5e149b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70f34e5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Configuration menu
    Copy the full SHA
    689f95e View commit details
    Browse the repository at this point in the history
  2. resolve merge conflicts

    satyamakgec committed May 16, 2021
    Configuration menu
    Copy the full SHA
    417ac5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87b2c4e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. add tests under workspace

    satyamakgec committed May 17, 2021
    Configuration menu
    Copy the full SHA
    ba3a3f9 View commit details
    Browse the repository at this point in the history
  2. Trigger Build

    satyamakgec committed May 17, 2021
    Configuration menu
    Copy the full SHA
    97f4125 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ethereum#403 from cburgdorf/christoph/docs/guides

    Fill in Quickstart in Fe guide
    g-r-a-n-t committed May 17, 2021
    Configuration menu
    Copy the full SHA
    934ffb5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    83f42f3 View commit details
    Browse the repository at this point in the history
  2. Fix broken link

    Y-Nak authored and sbillig committed May 20, 2021
    Configuration menu
    Copy the full SHA
    10831c8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ethereum#406 from g-r-a-n-t/agroce-293

    Added a unit type
    g-r-a-n-t committed May 20, 2021
    Configuration menu
    Copy the full SHA
    3d1a9da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bfafe9 View commit details
    Browse the repository at this point in the history
  5. [common] Add numeric::Literal

    Y-Nak committed May 20, 2021
    Configuration menu
    Copy the full SHA
    25605dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f6946a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8513f75 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0686e05 View commit details
    Browse the repository at this point in the history
  9. Make clippy happy

    Y-Nak committed May 20, 2021
    Configuration menu
    Copy the full SHA
    58ad657 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4df63f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b414ec View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. basic setup

    satyamakgec committed May 23, 2021
    Configuration menu
    Copy the full SHA
    00eb8f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42e5c2f View commit details
    Browse the repository at this point in the history
  3. rearrangement of tests

    satyamakgec committed May 23, 2021
    Configuration menu
    Copy the full SHA
    3ab8f48 View commit details
    Browse the repository at this point in the history
  4. update versions

    resolve conflicts
    satyamakgec committed May 23, 2021
    Configuration menu
    Copy the full SHA
    37d1169 View commit details
    Browse the repository at this point in the history
  5. fix conflicts

    resolve conflicts
    satyamakgec committed May 23, 2021
    Configuration menu
    Copy the full SHA
    03fdd47 View commit details
    Browse the repository at this point in the history
  6. fix tests

    resolve conflicts
    satyamakgec committed May 23, 2021
    Configuration menu
    Copy the full SHA
    2b95dbb View commit details
    Browse the repository at this point in the history
  7. add solidity fuzzing

    satyamakgec committed May 23, 2021
    Configuration menu
    Copy the full SHA
    9123a03 View commit details
    Browse the repository at this point in the history
  8. fix path issue

    satyamakgec committed May 23, 2021
    Configuration menu
    Copy the full SHA
    67273da View commit details
    Browse the repository at this point in the history
  9. fix tests

    resolve conflicts to stress.rs
    satyamakgec committed May 23, 2021
    Configuration menu
    Copy the full SHA
    336617b View commit details
    Browse the repository at this point in the history
  10. convert tests into dev-dependencies

    fix cargo.toml
    satyamakgec committed May 23, 2021
    Configuration menu
    Copy the full SHA
    7f3be87 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e40137 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0cb4c0d View commit details
    Browse the repository at this point in the history
  13. add tests under workspace

    satyamakgec committed May 23, 2021
    Configuration menu
    Copy the full SHA
    95833b2 View commit details
    Browse the repository at this point in the history
  14. Trigger Build

    satyamakgec committed May 23, 2021
    Configuration menu
    Copy the full SHA
    780f6c3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9be4a96 View commit details
    Browse the repository at this point in the history
  16. minor fixes

    satyamakgec committed May 23, 2021
    Configuration menu
    Copy the full SHA
    d753deb View commit details
    Browse the repository at this point in the history