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

chore: update e2e CI workflow to latest quickstart #969

Merged
merged 5 commits into from
May 15, 2024

Commits on May 15, 2024

  1. chore: update e2e CI workflow to latest quickstart

    Uses latest `testing` tag with `PROTOCOL_VERSION: 21`
    chadoh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    965d9ac View commit details
    Browse the repository at this point in the history
  2. chore: update test/e2e/wasms with latest

    these are the latest test-wasms artifacts, copied over from the CLI repo
    
        cp ../cli/target/wasm32-unknown-unknown/test-wasms/*.wasm
        test/e2e/wasms/
    chadoh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    83494ea View commit details
    Browse the repository at this point in the history
  3. fix: add wasmHash fallback

    Sometimes `spawnSync` doesn't actually work synchronously and you need
    to try again?
    chadoh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    007e1ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a65d778 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c45ac2a View commit details
    Browse the repository at this point in the history