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

[v4.x.x] fix E2E tests for newer rust toolchain & contracts node #1884

Merged
merged 16 commits into from
Aug 23, 2023

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    868d31d View commit details
    Browse the repository at this point in the history
  2. ink-e2e Test Failures in substrate-contracts-node (v0.27.0) due to Un…

    …supported --ws-port Argument (#1850)
    
    * Update ink-e2e to the latest substrate-contracts-node
    
    * Apply rust-fmt
    
    * Change logging, to be up-to-date with master branch
    
    * Apply rustfmt-nightly
    
    (cherry picked from commit 6d7810e)
    varex83 authored and ascjones committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    72fa7fc View commit details
    Browse the repository at this point in the history
  3. Remove --ws-port arg

    ascjones committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0b9d973 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Update substrate deps

    ascjones committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    949c00a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26c1e50 View commit details
    Browse the repository at this point in the history
  3. Update subxt in example

    ascjones committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8c70511 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea8b424 View commit details
    Browse the repository at this point in the history
  5. Use latest CI image

    ascjones committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    20c013c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61b6f32 View commit details
    Browse the repository at this point in the history
  7. Fix call-runtime tests

    ascjones committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d6e37c0 View commit details
    Browse the repository at this point in the history
  8. enable call-runtime tests

    ascjones committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1af692c View commit details
    Browse the repository at this point in the history
  9. ui tests

    ascjones committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e319efe View commit details
    Browse the repository at this point in the history
  10. [ink_e2e] update Determinism enum to match Substrate definition (#…

    …1781)
    
    * `[ink_e2e]` update `Determinism` enum to match Substrate definition
    
    * fmt
    
    * Fix multi_contract_caller example for new deposit behaviour
    
    * Reenable examples-test step
    ascjones committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    084f352 View commit details
    Browse the repository at this point in the history
  11. Fix integration test

    ascjones committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a81e6d7 View commit details
    Browse the repository at this point in the history
  12. Remove riscv +stable

    ascjones committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    58886b9 View commit details
    Browse the repository at this point in the history
  13. Fix riscv build

    ascjones committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e8e0019 View commit details
    Browse the repository at this point in the history