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

Feat/fuzz #249

Closed
wants to merge 58 commits into from
Closed

Feat/fuzz #249

wants to merge 58 commits into from

Commits on Feb 12, 2021

  1. Add basic projects support

    dmuhs committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    e2162f8 View commit details
    Browse the repository at this point in the history
  2. Bump pythx version

    dmuhs committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    dfb5a41 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Add fuzz subcommand scaffold

    dmuhs committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    4138a25 View commit details
    Browse the repository at this point in the history
  2. Add arm subcommand scaffold

    dmuhs committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    a79d728 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Add arm and disarm commands

    dmuhs committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    ca879cf View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Fix minor formatting issues

    dmuhs committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    3cf6431 View commit details
    Browse the repository at this point in the history
  2. Update install make command

    dmuhs committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    f328a70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46f2705 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. sync

    joaosantos15 committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    7946f2b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. creates brownie class

    joaosantos15 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8b4adcd View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Add support for --instrumentation-metadata-file for a Scribble invoca…

    …tion during mythx fuzz arm
    blitz-1306 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    dcfdbaa View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    f3cc7f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #246 from dmuhs/feat/fuzz-scribble-meta

    Add support for Scribble instrumentation metadata for a Fuzz feature
    joaosantos15 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    65fc5bb View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

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

Commits on Mar 18, 2021

  1. refactor rpc logic into separate class

    feat: add rpc_url and faas_url as config file options
    
    feat: create and start campaign with fuzz run command
    
    feat: print url with faas frontend report link
    joaosantos15 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    d7dcd18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1c4c5d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. feat: add error messages for bad configs

    refactor faas api interaction
    joaosantos15 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    8d5edef View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

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

Commits on Mar 26, 2021

  1. initial rewrite

    JoranHonig committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    9a91487 View commit details
    Browse the repository at this point in the history
  2. rewrite generics

    JoranHonig committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    ed86d9f View commit details
    Browse the repository at this point in the history
  3. restructure generics

    JoranHonig committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    849a6ff View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    aa4c553 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #248 from JoranHonig/feat/fuzz

    Fuzzing ide generics
    joaosantos15 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    2a4d1e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Add error messages, improve error handling

    Adds tests to fuzz run
    joaosantos15 committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    5e06772 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

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

Commits on Apr 6, 2021

  1. fix: make targets an array on the config file

    test: increase test coverage of fuzz run command
    joaosantos15 committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    d285248 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d23321d View commit details
    Browse the repository at this point in the history
  3. remove unused code

    joaosantos15 committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    b84b3c2 View commit details
    Browse the repository at this point in the history
  4. test: fix broken test

    joaosantos15 committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    83bedd4 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Tweak instrumentation metadata entry in payload to follow API format …

    …changes. Tweak error messages to be properly displayed and mention valid .mythx,yml config file name.
    blitz-1306 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    9bc0f81 View commit details
    Browse the repository at this point in the history
  2. Fix affected tests

    blitz-1306 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    0788e6a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #250 from dmuhs/feat/fuzz-tweaks

    Tweak feat/fuzz to follow changes
    joaosantos15 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    bfff154 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. qa: code tidy ups

    joaosantos15 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    889c51f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    520c7c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Hardhat integration

    Nurchik committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    037091d View commit details
    Browse the repository at this point in the history
  2. Fixed hardhat unit tests

    Nurchik committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    d6d5e47 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Fix sourcePaths data format

    Nurchik committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    d0c7e97 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

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

Commits on May 13, 2021

  1. Fix errors output

    Nurchik committed May 13, 2021
    Configuration menu
    Copy the full SHA
    83f30fd View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Merge pull request #252 from dmuhs/feat/fuzz-hardhat

    Hardhat integration
    joaosantos15 committed May 18, 2021
    Configuration menu
    Copy the full SHA
    85eeedd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbb2959 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Truffle IDE support for fuzz

    Nurchik committed May 19, 2021
    Configuration menu
    Copy the full SHA
    6c4832e View commit details
    Browse the repository at this point in the history
  2. Fix submission logic

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

Commits on May 21, 2021

  1. fix: feature broken in brownie

    feat: feature support for hardhat
    joaosantos15 committed May 21, 2021
    Configuration menu
    Copy the full SHA
    9973ce7 View commit details
    Browse the repository at this point in the history
  2. cleanup

    joaosantos15 committed May 21, 2021
    Configuration menu
    Copy the full SHA
    8c90c06 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Configuration menu
    Copy the full SHA
    bb75d5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83aaa45 View commit details
    Browse the repository at this point in the history
  3. Refactor IDE code

    Nurchik committed May 24, 2021
    Configuration menu
    Copy the full SHA
    51e4bab View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Merge pull request #256 from dmuhs/feat/fuzz-map-original-source

    Feat/fuzz map original source
    joaosantos15 committed May 25, 2021
    Configuration menu
    Copy the full SHA
    ac6b963 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Remove gql requirement

    Nurchik committed May 28, 2021
    Configuration menu
    Copy the full SHA
    268e755 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

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

Commits on Aug 4, 2021

  1. Merge pull request #258 from dmuhs/feat/add-dry-run

    feat: adds --dry-run flag
    joaosantos15 committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    80c3bed View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    f512d49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #259 from dmuhs/feat/faas-auth

    feat: add api_key as config file parameter
    joaosantos15 committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    a745721 View commit details
    Browse the repository at this point in the history
  3. update default faas url

    joaosantos15 committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    428827b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #260 from dmuhs/feat/faas-auth

    update default faas url
    joaosantos15 committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    19d2d86 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    6b4e466 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #261 from dmuhs/feat/fuzz-truffle

    Feat/fuzz truffle
    Nurchik committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    81ef764 View commit details
    Browse the repository at this point in the history