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 Test Scaffolding #7

Closed
wants to merge 36 commits into from
Closed

Initial Test Scaffolding #7

wants to merge 36 commits into from

Commits on Aug 31, 2023

  1. added basic scripts

    timbrinded committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    61efbf5 View commit details
    Browse the repository at this point in the history
  2. added prettier

    timbrinded committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ee56e27 View commit details
    Browse the repository at this point in the history
  3. fix lock

    timbrinded committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    885cac2 View commit details
    Browse the repository at this point in the history
  4. added e2e linter

    timbrinded committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c327167 View commit details
    Browse the repository at this point in the history
  5. fix lock

    timbrinded committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f007c64 View commit details
    Browse the repository at this point in the history
  6. yarn workspaces support

    timbrinded committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f90db9e View commit details
    Browse the repository at this point in the history
  7. removed ts-node

    timbrinded committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    94951e8 View commit details
    Browse the repository at this point in the history
  8. restored ts-node

    timbrinded committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    790ec9c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Fix Workspaces

    timbrinded committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    24137eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09a0981 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbb1873 View commit details
    Browse the repository at this point in the history
  4. fixed gitignore

    timbrinded committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1ca612d View commit details
    Browse the repository at this point in the history
  5. moved scripts up

    timbrinded committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    392c8a7 View commit details
    Browse the repository at this point in the history
  6. Tidied Deps

    timbrinded committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    da8e319 View commit details
    Browse the repository at this point in the history
  7. tidied clean scripts

    timbrinded committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a9fd4e7 View commit details
    Browse the repository at this point in the history
  8. testing out coverage

    timbrinded committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    43e2fc0 View commit details
    Browse the repository at this point in the history
  9. updated coverage CI

    timbrinded committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e1e6eec View commit details
    Browse the repository at this point in the history
  10. CI fix

    timbrinded committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    af19c47 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. fix cov

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    e29d1da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fcbc89 View commit details
    Browse the repository at this point in the history
  3. removed prof data

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3d5f2c2 View commit details
    Browse the repository at this point in the history
  4. tidy up

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    137f6a8 View commit details
    Browse the repository at this point in the history
  5. coverage fix

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    4286dba View commit details
    Browse the repository at this point in the history
  6. updated makefile

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    c1c28e0 View commit details
    Browse the repository at this point in the history
  7. makefile fix

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3ff4970 View commit details
    Browse the repository at this point in the history
  8. update solc

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    7062f05 View commit details
    Browse the repository at this point in the history
  9. fix solc

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    87e2531 View commit details
    Browse the repository at this point in the history
  10. restored previous solc

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    9998cca View commit details
    Browse the repository at this point in the history
  11. changed hoisting pattern

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    32579aa View commit details
    Browse the repository at this point in the history
  12. added CI deps

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    32991c8 View commit details
    Browse the repository at this point in the history
  13. update apt pkgs

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    df28d6f View commit details
    Browse the repository at this point in the history
  14. removed deps step

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    868088a View commit details
    Browse the repository at this point in the history
  15. add timeout

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    516199f View commit details
    Browse the repository at this point in the history
  16. Remove coverage

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    02cbd35 View commit details
    Browse the repository at this point in the history
  17. restore frozen lockfile

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b5569a2 View commit details
    Browse the repository at this point in the history
  18. add cache on failure

    timbrinded committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    f914f7f View commit details
    Browse the repository at this point in the history