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

Modernize codebase Part 2 #297

Closed
wants to merge 17 commits into from

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    2e804ea View commit details
    Browse the repository at this point in the history
  2. Update npm packages

    petejkim committed May 12, 2020
    Configuration menu
    Copy the full SHA
    9544b92 View commit details
    Browse the repository at this point in the history
  3. Update Dockerfile

    petejkim committed May 12, 2020
    Configuration menu
    Copy the full SHA
    20c4053 View commit details
    Browse the repository at this point in the history
  4. Update Travis config

    petejkim committed May 12, 2020
    Configuration menu
    Copy the full SHA
    61c3997 View commit details
    Browse the repository at this point in the history
  5. Fix solidty-coverage

    petejkim committed May 12, 2020
    Configuration menu
    Copy the full SHA
    ac48f00 View commit details
    Browse the repository at this point in the history
  6. Autoformat Markdown files

    petejkim committed May 12, 2020
    Configuration menu
    Copy the full SHA
    9343b15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7172076 View commit details
    Browse the repository at this point in the history
  8. Remove unused dependencies

    petejkim committed May 12, 2020
    Configuration menu
    Copy the full SHA
    332ab67 View commit details
    Browse the repository at this point in the history
  9. Setup ESLint

    petejkim committed May 12, 2020
    Configuration menu
    Copy the full SHA
    e7b44a2 View commit details
    Browse the repository at this point in the history
  10. Fix lint errors and tests

    Many tests were broken and were only accidentally passing because of
    rampant misuse of global assignments and test inter-dependencies
    petejkim committed May 12, 2020
    Configuration menu
    Copy the full SHA
    9771630 View commit details
    Browse the repository at this point in the history
  11. Cleanup migrations

    petejkim committed May 12, 2020
    1 Configuration menu
    Copy the full SHA
    626553f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Set up TypeScript

    petejkim committed May 14, 2020
    Configuration menu
    Copy the full SHA
    f0480e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bb1363 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8592ac2 View commit details
    Browse the repository at this point in the history
  4. Add storage slot test to ensure slots are retained

    This test ensures slot positions are retained
    post-upgrade by manually checking the use of the
    slots at expected positions.
    petejkim committed May 14, 2020
    Configuration menu
    Copy the full SHA
    3f47b25 View commit details
    Browse the repository at this point in the history
  5. Set up solhint

    petejkim committed May 14, 2020
    Configuration menu
    Copy the full SHA
    1a52eab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c172d2 View commit details
    Browse the repository at this point in the history