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(contract): linting and typedefs #26

Closed
wants to merge 13 commits into from
Closed

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    4a7fdbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6496a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e3d0ed View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

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

Commits on Jan 2, 2024

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

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    fdae180 View commit details
    Browse the repository at this point in the history
  2. chore: add _agstate/yarn-links to .gitignore

    - _agstate/yarn-links/**/* will be present if consumers use 'agoric install'
    0xpatrickdev committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    799e40f View commit details
    Browse the repository at this point in the history
  3. chore: move babel resolutions to ui directory

    - contract is not dependent on @babel/code-frame or @babel/highlight, only @vitejs/react-plugin is
    0xpatrickdev committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    647f561 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    454c8c7 View commit details
    Browse the repository at this point in the history
  5. chore(contract): update lint script names

    - '&& yarn lint:types' is commented until lint:types passes
    0xpatrickdev committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3ce6458 View commit details
    Browse the repository at this point in the history
  6. feat: add local build script

    - add script to bundle contract and build proposal. currently, build only happens in docker
    0xpatrickdev committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    ad81605 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0a60ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca54045 View commit details
    Browse the repository at this point in the history