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

Support for native compilers #87

Merged
merged 33 commits into from
Feb 1, 2022
Merged

Support for native compilers #87

merged 33 commits into from
Feb 1, 2022

Commits on Oct 19, 2021

  1. rebase

    cd1m0 committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    b076b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a7ebd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

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

Commits on Dec 10, 2021

  1. First try at native compilation

    cd1m0 committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    ca1fbf9 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

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

Commits on Jan 11, 2022

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

Commits on Jan 12, 2022

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

Commits on Jan 13, 2022

  1. clean test run

    cd1m0 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    6935566 View commit details
    Browse the repository at this point in the history
  2. Review comments

    cd1m0 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    f364a9a View commit details
    Browse the repository at this point in the history
  3. forgot more files

    cd1m0 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    1773cec View commit details
    Browse the repository at this point in the history
  4. Merge pull request #88 from ConsenSys/native_compilers_standard_input…

    …_refactor
    
    Re-factor of compile* logic and other cleanup
    blitz-1306 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    99b63da View commit details
    Browse the repository at this point in the history
  5. Add integration test that diffs the result of native and wasm compila…

    …tion for all samples in a directory
    cd1m0 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    b420cc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Polishing pass

    blitz-1306 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    58baf4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee384e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a8b316 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b208bd View commit details
    Browse the repository at this point in the history
  5. Resolved TODO about supportin LocalNpmResolver, removed file-level im…

    …ports parser from coverage report.
    blitz-1306 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    1ed2a10 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    0101114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e42443 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac8e102 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51ce7e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    8d76a19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dea958f View commit details
    Browse the repository at this point in the history
  3. Updated dependencies. Disabled changes for some tests to figure if th…

    …ey affect nyc / wasm solc crashes.
    blitz-1306 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    469dfad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50808cd View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    1d4eee3 View commit details
    Browse the repository at this point in the history
  2. Tweaked default compiler cache dir location to not duplicate compiler…

    …s between src/ and dist/ during development.
    blitz-1306 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8f530de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    304bdd7 View commit details
    Browse the repository at this point in the history
  4. Fixed typo in README

    blitz-1306 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e75ff29 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Final self-review fixes

    cd1m0 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    9b06bdd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #90 from ConsenSys/origin/native_compilers/dimo_nits

    Final self-review fixes
    blitz-1306 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    70df82f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    1ac9fb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38b4d61 View commit details
    Browse the repository at this point in the history