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

Add E2E testing framework MVP #1395

Merged
merged 20 commits into from
Sep 28, 2022
Merged

Add E2E testing framework MVP #1395

merged 20 commits into from
Sep 28, 2022

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    3d9084f View commit details
    Browse the repository at this point in the history
  2. Add contracts-node.scale metadata

    Has been exported via
    
    	cargo install subxt-cli
    	subxt metadata > contracts-node.scale
    
    For `substrate-contracts-node` v0.20.0.
    cmichi committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    ee872be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ba3a3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b7698f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d45a1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a786af3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

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

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    efe1635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3119f64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe9ce06 View commit details
    Browse the repository at this point in the history
  4. Add ToDo for node_log_contains

    cmichi committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    1c0c2df View commit details
    Browse the repository at this point in the history
  5. Update to ink entrance crate

    cmichi committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    aa7d31a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Migrate to state_call RPC

    cmichi committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    5509604 View commit details
    Browse the repository at this point in the history
  2. Always initialize env_logger

    cmichi committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    cdd52e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    cfba1e6 View commit details
    Browse the repository at this point in the history
  2. Use latest subxt release

    cmichi committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    d28d234 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9ddff6 View commit details
    Browse the repository at this point in the history
  4. Remove superfluous TODO

    cmichi committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    772c8fb View commit details
    Browse the repository at this point in the history
  5. Apply cargo fmt

    cmichi committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    cc9b76a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Adapt test fixtures

    cmichi committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    312a9e6 View commit details
    Browse the repository at this point in the history