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

github actions for circuit builds and e2e tests #30

Merged
merged 30 commits into from
Aug 12, 2024
Merged

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    3d224ff View commit details
    Browse the repository at this point in the history
  2. Allow dead code parameter for cargo build

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    141c75e View commit details
    Browse the repository at this point in the history
  3. Update cargo install path

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    478dbbd View commit details
    Browse the repository at this point in the history
  4. Allow dead code in the cargo install step too

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    05724c1 View commit details
    Browse the repository at this point in the history
  5. Remove cache settings for setup-node

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c874c3e View commit details
    Browse the repository at this point in the history
  6. Reorder checkout steps

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6644ceb View commit details
    Browse the repository at this point in the history
  7. Separate checkout and build circuits steps

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    109591c View commit details
    Browse the repository at this point in the history
  8. Add missing 'npm install'

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    626ec3a View commit details
    Browse the repository at this point in the history
  9. Add missing env vars

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a1fa08d View commit details
    Browse the repository at this point in the history
  10. Add golang e2e step

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    efc2d8b View commit details
    Browse the repository at this point in the history
  11. Fix CIRCUIT_ROOT path

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a72ae7b View commit details
    Browse the repository at this point in the history
  12. Create integration test for circuits under 'js'

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1663a5d View commit details
    Browse the repository at this point in the history
  13. Add circuit unit test action

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9a80cf7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cc3401e View commit details
    Browse the repository at this point in the history
  15. Set circom release version

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    526c3fe View commit details
    Browse the repository at this point in the history
  16. Fix release install action syntax

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    71f294a View commit details
    Browse the repository at this point in the history
  17. Fix release install action syntax

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a988275 View commit details
    Browse the repository at this point in the history
  18. Fix release install action syntax

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ed1ac16 View commit details
    Browse the repository at this point in the history
  19. Add step to install circuit dependencies

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8061b4f View commit details
    Browse the repository at this point in the history
  20. Install circom in e2e with the release binary

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5c98ee1 View commit details
    Browse the repository at this point in the history
  21. Fix golang e2e test setup

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3af2958 View commit details
    Browse the repository at this point in the history
  22. Add unit tests to golang sdk

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c707e89 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    0db7b57 View commit details
    Browse the repository at this point in the history
  2. Remove unneeded test

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0d5f6ad View commit details
    Browse the repository at this point in the history
  3. Add js and solidity e2e tests

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1d6ef94 View commit details
    Browse the repository at this point in the history
  4. Update e2e test action

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4f0d894 View commit details
    Browse the repository at this point in the history
  5. Update e2e test action

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d8bdf1c View commit details
    Browse the repository at this point in the history
  6. Add postgres service for the e2e test

    Signed-off-by: Jim Zhang <[email protected]>
    jimthematrix committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    29c20df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7de950 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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