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

Migrate to NodeJS 16 LTS #97

Merged
merged 10 commits into from
Mar 2, 2022
Merged

Migrate to NodeJS 16 LTS #97

merged 10 commits into from
Mar 2, 2022

Commits on Feb 23, 2022

  1. Migrated to NodeJS v16 LTS. Switched from BIN compiler distributions …

    …to WASM. Introduced CLI option --locate-compiler-cache. Updated README.
    blitz-1306 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    e1e3048 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    346f4ea View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Fix tests

    blitz-1306 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    03a55a1 View commit details
    Browse the repository at this point in the history
  2. Added hash verification as a final step for compiler downloading. Upd…

    …ated README. Tweked compiler pre-downloading script and CI config.
    blitz-1306 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    d356ea1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89e9b36 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    f3eef73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b178288 View commit details
    Browse the repository at this point in the history
  3. Minor polishing tweaks

    blitz-1306 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    d1d8a7a View commit details
    Browse the repository at this point in the history
  4. Fix loading Solc package with compiler, when compiler is not actually…

    … invoked. This was causing unnecessary GC cycles.
    blitz-1306 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    41ad8ef View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Address review remarks

    blitz-1306 committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    bc60c2c View commit details
    Browse the repository at this point in the history