Skip to content

Paymaster SC

Paymaster SC #102

Triggered via pull request September 29, 2023 17:28
Status Failure
Total duration 4m 51s
Artifacts

actions.yml

on: pull_request
Contracts  /  Wasm tests
4m 39s
Contracts / Wasm tests
Contracts  /  Rust tests
1m 6s
Contracts / Rust tests
Contracts  /  Clippy linter check
32s
Contracts / Clippy linter check
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 5 warnings
Contracts / Rust tests: contracts/adder/tests/adder_mandos_constructed_with_calls_test.rs#L38
the trait bound `ContractCallNoPayment<VMHooksApi<multiversx_sc_scenario::api::impl_vh::debug_api::DebugApiBackend>, SingleValueMapper<VMHooksApi<multiversx_sc_scenario::api::impl_vh::debug_api::DebugApiBackend>, multiversx_sc::types::BigUint<VMHooksApi<multiversx_sc_scenario::api::impl_vh::debug_api::DebugApiBackend>>>>: ContractCall<VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>>` is not satisfied
Contracts / Rust tests: contracts/adder/tests/adder_mandos_constructed_with_calls_test.rs#L44
the trait bound `ContractCallNoPayment<VMHooksApi<multiversx_sc_scenario::api::impl_vh::debug_api::DebugApiBackend>, ()>: ContractCall<VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>>` is not satisfied
Contracts / Rust tests
Process completed with exit code 101.
Contracts / Wasm tests: contracts/adder/tests/adder_mandos_constructed_with_results_test.rs#L31
no method named `into_blockchain_call` found for struct `ContractDeploy` in the current scope
Contracts / Wasm tests: contracts/adder/tests/adder_mandos_constructed_with_results_test.rs#L40
the method `into_vm_query` exists for struct `ContractCallNoPayment<VMHooksApi<DebugApiBackend>, SingleValueMapper<VMHooksApi<DebugApiBackend>, ...>>`, but its trait bounds were not satisfied
Contracts / Wasm tests: contracts/adder/tests/adder_mandos_constructed_with_results_test.rs#L45
no method named `into_blockchain_call` found for struct `ContractCallNoPayment` in the current scope
Contracts / Wasm tests
Process completed with exit code 101.
Contracts / Rust tests: contracts/adder/tests/adder_mandos_constructed_with_calls_test.rs#L27
use of deprecated method `multiversx_sc_scenario::facade::scenario_world_steps_deprecated::<impl multiversx_sc_scenario::ScenarioWorld>::sc_deploy_step`: Renamed to `sc_deploy`.
Contracts / Rust tests: contracts/adder/tests/adder_mandos_constructed_with_calls_test.rs#L30
use of deprecated method `multiversx_sc_scenario::scenario_model::ScDeployStep::contract_code`: Please use method `code` instead. To ease transition, it is also possible to call it with a tuple like so: `.code((expr, context))`
Contracts / Rust tests: contracts/adder/tests/adder_mandos_constructed_with_calls_test.rs#L35
use of deprecated method `multiversx_sc_scenario::facade::scenario_world_steps_deprecated::<impl multiversx_sc_scenario::ScenarioWorld>::sc_query_step`: Renamed to `sc_query`.
Contracts / Rust tests: contracts/adder/tests/adder_mandos_constructed_with_calls_test.rs#L40
use of deprecated method `multiversx_sc_scenario::facade::scenario_world_steps_deprecated::<impl multiversx_sc_scenario::ScenarioWorld>::sc_call_step`: Renamed to `sc_call`.
Contracts / Wasm tests: contracts/adder/tests/adder_scenario_rs_test.rs#L13
use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.