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

Implement cross-contract testing in E2E framework #1432

Merged
merged 13 commits into from
Oct 19, 2022

Commits on Oct 11, 2022

  1. Update contracts-node.scale

    Executed for `substrate-contracts-node` v0.21.0:
    
                cargo install subxt-cli
                subxt metadata > contracts-node.scale
    cmichi committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    6e1c9a8 View commit details
    Browse the repository at this point in the history
  2. Update dependency paths

    cmichi committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    267eab5 View commit details
    Browse the repository at this point in the history
  3. Fix wrong label

    cmichi committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    b6e90a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d45e4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    572830d View commit details
    Browse the repository at this point in the history
  6. Fix issue with wrong contract id

    cmichi committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    8035c36 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4bf0e9c View commit details
    Browse the repository at this point in the history
  8. Adjust TODO comments

    cmichi committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    ca0036a View commit details
    Browse the repository at this point in the history
  9. Add E2E tests for delegator

    cmichi committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c6775d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    66f5d2d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Rename RETURN to ReturnType

    cmichi committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    52c1ace View commit details
    Browse the repository at this point in the history
  2. Build additional contracts only once for all E2E tests

    I had to remove `skip_build` as keeping it work would
    become too complex right now. Will create a follow-up
    ticket for it.
    cmichi committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    65d8b26 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

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